X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-map.h;h=44a132feccfa6eab4fe8e38e5ff4458350a85cbf;hb=4d75040ab200bd306ec5a48f2a617480062eef4c;hp=59c02b03749428deb650c56fc356e61f08be6ce3;hpb=db93e9c305ec5f37c475ce27cb5cf12a99a6a296;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/property-map.h b/dali/public-api/object/property-map.h old mode 100644 new mode 100755 index 59c02b0..44a132f --- a/dali/public-api/object/property-map.h +++ b/dali/public-api/object/property-map.h @@ -2,7 +2,7 @@ #define __DALI_PROPERTY_MAP_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. @@ -42,7 +42,7 @@ typedef std::pair StringValuePair; * @brief A Map of property values, the key type could be String or Property::Index. * @SINCE_1_0.0 */ -class DALI_IMPORT_API Property::Map +class DALI_CORE_API Property::Map { public: @@ -189,6 +189,7 @@ public: * @brief Retrieve the key at the specified position. * * @SINCE_1_2.7 + * @param[in] position The specified position * @return A copy of the key at the specified position. * * @note Will assert if position >= Count() @@ -212,6 +213,7 @@ public: * @brief Retrieve the key & the value at the specified position. * * @SINCE_1_2.7 + * @param[in] position The specified position * @return A copy of the pair of key and value at the specified position. * * @note Will assert if position >= Count() @@ -361,7 +363,7 @@ public: * @brief Output to stream. * @SINCE_1_1.28 */ - friend std::ostream& operator<<( std::ostream& stream, const Property::Map& map ); + friend DALI_CORE_API std::ostream& operator<<( std::ostream& stream, const Property::Map& map ); private: struct DALI_INTERNAL Impl; ///< Private data @@ -376,7 +378,7 @@ private: * @param[in] map The map to insert * @return The output stream operator */ -DALI_IMPORT_API std::ostream& operator<<( std::ostream& stream, const Property::Map& map ); +DALI_CORE_API std::ostream& operator<<( std::ostream& stream, const Property::Map& map ); /** * @}