New feature to allow to register components with different names for same class:...
[anna.git] / include / anna / dbms.mysql / Database.hpp
index b152492..b9ad79e 100644 (file)
@@ -56,7 +56,7 @@ public:
      \return La cadena por la que podemos buscar el componente.
      \see Application::find
   */
-  static const char* getClassName() { return "dbms::mysql::Database"; }
+  static const char* getClassName() { return "anna::dbms::mysql::Database"; }
 
 private:
   char* a_host;