X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-array.h;h=ef476127c49184d41040cd81633247552dd7a614;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=050330ca797ccc38c4d30a12f183581a6afdf2da;hpb=da2e24f853c2f463df2f4b743c3b2241a537cefd;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/property-array.h b/dali/public-api/object/property-array.h index 050330c..ef47612 100644 --- a/dali/public-api/object/property-array.h +++ b/dali/public-api/object/property-array.h @@ -2,7 +2,7 @@ #define __DALI_PROPERTY_ARRAY_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ namespace Dali * @brief A Array of property values. * @SINCE_1_0.0 */ -class DALI_IMPORT_API Property::Array +class DALI_CORE_API Property::Array { public: @@ -134,6 +134,7 @@ public: * * @SINCE_1_2.11 * @param[in] value The value to add to the end of the array + * @return A reference to this object */ inline Property::Array& Add( const Value& value ) { @@ -214,7 +215,7 @@ private: * @param[in] array The array to insert * @return The output stream operator */ -DALI_IMPORT_API std::ostream& operator<<( std::ostream& stream, const Property::Array& array ); +DALI_CORE_API std::ostream& operator<<( std::ostream& stream, const Property::Array& array ); /** * @}