Salome HOME
Merge branch 'abn/pvserver_service'
[modules/gui.git] / src / PVServerService / ServiceLoader / PVServer_ServiceLoader.i
1 %module PVServer_ServiceLoader
2
3 %{
4   #include "PVServer_ServiceLoader.h"
5 %}
6
7 %include <std_string.i>
8
9 class PVServer_ServiceLoader
10 {
11 public:
12   //! Get the IOR of the CORBA service handling the PVServer
13   std::string findOrLoadService(const char * containerName);
14 };