]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMLib.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMLib.h
index 71ed033237785aa705ae51ef15a266a565de11b9..8f4fc74c3a8371ad0952f14b3f5c5190acfd1b2b 100644 (file)
@@ -48,11 +48,14 @@ public:
   modelCDMLib(const std::string& path, const int& level = 1);
   ~modelCDMLib();
 
+  const std::vector<modelCDMLibrary*>& GetLibraries() const;
+
   modelCDMLibrary* CreateLibrary(
       const std::string& name,
       std::string*& result,
       const std::string& path = "/"
   );
+
   bool OpenCMakeListsFile(std::string*& result);
   virtual const bool Refresh(std::string*& result);