Removal of unnecessary Actor-attachment classes, part I - event thread
[platform/core/uifw/dali-core.git] / dali / internal / event / common / object-registry-impl.cpp
index c97c94a..76c2cbe 100644 (file)
@@ -38,8 +38,8 @@ namespace
 
 // Signals
 
-const char* const SIGNAL_OBJECT_CREATED =   "object-created";
-const char* const SIGNAL_OBJECT_DESTROYED = "object-destroyed";
+const char* const SIGNAL_OBJECT_CREATED =   "objectCreated";
+const char* const SIGNAL_OBJECT_DESTROYED = "objectDestroyed";
 
 TypeRegistration mType( typeid( Dali::ObjectRegistry ), typeid( Dali::BaseHandle ), NULL );