]> SALOME platform Git repositories - modules/gui.git/blob - src/PVServerService/ServiceLoader/PVServer_ServiceLoader.i
Salome HOME
Merge branch 'hydro/imps_2015' of https://git.salome-platform.org/gitpub/modules...
[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 };