X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fhandle.h;h=18942357b09712c83a696bd35aa548bf039fadb2;hp=a7fcb361505640c66067208f4e66e6382c48051b;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/object/handle.h b/dali/public-api/object/handle.h index a7fcb36..1894235 100644 --- a/dali/public-api/object/handle.h +++ b/dali/public-api/object/handle.h @@ -20,6 +20,7 @@ // EXTERNAL INCLUDES #include +#include // uint32_t // INTERNAL INCLUDES #include @@ -155,7 +156,7 @@ public: * @SINCE_1_0.0 * @return The number of properties */ - unsigned int GetPropertyCount() const; + uint32_t GetPropertyCount() const; /** * @brief Queries the name of a property. @@ -390,7 +391,7 @@ public: * @param[in] tag The tag of the constraints which will be removed * @pre The Object has been initialized. */ - void RemoveConstraints( unsigned int tag ); + void RemoveConstraints( uint32_t tag ); }; /**