Salome HOME
Fix pb with duplication of PVSERVER service - attempt 2
[modules/gui.git] / src / PVServerService / ServiceLoader / PVServer_ServiceLoader.i
index 8546c3453184d81fe92c9f22369c4b2afa3af13a..f8e4389a2fcf713be8599875c542676b128d71ea 100644 (file)
@@ -29,5 +29,5 @@ class PVServer_ServiceLoader
 {
 public:
   //! Get the IOR of the CORBA service handling the PVServer
-  std::string findOrLoadService(const char * containerName);
+  std::string findOrLoadService(const std::string& containerName);
 };