Tizen 2.4.0 rev3 SDK Public Release
[framework/graphics/dali.git] / dali / public-api / signals / connection-tracker-interface.h
index 25575c1..6bd15df 100644 (file)
@@ -78,8 +78,8 @@ public:
 
 private:
 
-  ConnectionTrackerInterface( const ConnectionTrackerInterface& );            ///< undefined copy constructor
-  ConnectionTrackerInterface& operator=( const ConnectionTrackerInterface& ); ///< undefined assignment operator
+  ConnectionTrackerInterface( const ConnectionTrackerInterface& );            ///< undefined copy constructor @since_tizen 2.4
+  ConnectionTrackerInterface& operator=( const ConnectionTrackerInterface& ); ///< undefined assignment operator @since_tizen 2.4
 };
 
 /**