]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Test/ContainerTest.hxx
Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Test / ContainerTest.hxx
index bfd49a872754c6576d0b4a20394ed7822a178851..d530fb5a3679721d1aa354423f4b6ff143ad3848 100644 (file)
@@ -40,6 +40,7 @@ namespace YACS
       void lock() { }
       void unLock() { }
       void clearProperties() { }
+      void addComponentName(const std::string& name) { }
       void shutdown(int level) { }
       void setProperty(const std::string& name,const std::string& value) { }
       std::string getProperty(const std::string& name) const { }
@@ -71,6 +72,7 @@ namespace YACS
       void lock() { }
       void unLock() { }
       void clearProperties() { }
+      void addComponentName(const std::string& name) { }
       void shutdown(int level) { }
       void setProperty(const std::string& name,const std::string& value) { }
       std::string getProperty(const std::string& name) const { }