Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Registry / RegistryConnexion.hxx
index 6f2509258fafd95c6843b07487182d8e86163ad0..510196d3f068fd546fa0285718878fdadd63d361 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
 # if !defined( __RegistryConnexion_HXX__ )
 # define __RegistryConnexion_HXX__
 
+#include <SALOME_Registry.hxx>
+
 #include <SALOMEconfig.h>
 #include CORBA_CLIENT_HEADER(SALOME_Registry)
 #include <string>
 
-class RegistryConnexion
+class REGISTRY_EXPORT RegistryConnexion
 {
 protected :
        const char*                     _Ior            ; // engine ior
        Registry::Components_var        _VarComponents  ; // RegistryService reference
-       string                          _SessionName    ;
-       string                          _Name           ; // code name
+       std::string                     _SessionName    ;
+       std::string                     _Name           ; // code name
        int                             _Id             ; // code identity returned by RegistryService
        void add( const char *aName );
        void remove( void );