X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-map.h;h=44a132feccfa6eab4fe8e38e5ff4458350a85cbf;hb=4d75040ab200bd306ec5a48f2a617480062eef4c;hp=aa7498d7a381dbbcae4de37b69112716a242718b;hpb=e057de80cd4561c267752583c56587b47b8e6852;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 aa7498d..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: @@ -363,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 @@ -378,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 ); /** * @}