Salome HOME
Fixing cmake3.12 dependancy problem on // compilation
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient_ClientFactory.hxx
index 7c407f89856d9581f66d1d97fb7b45b27da085fb..6293ce2941aa57cb0a6561ff8a8b1a073eb7f4c6 100644 (file)
@@ -61,7 +61,7 @@ public:
   /*!
    *  Creates and returns a client Study wrapper
    */
-  static _PTR(Study) createStudy(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa);
+  static void createStudy(CORBA::ORB_ptr orb, PortableServer::POA_ptr poa);
 
   /*!
    *  Returns a client StudyBuilder wrapper that corresponds %theStudy
@@ -79,11 +79,6 @@ public:
    */
   static SALOMEDS::SObject_ptr crbSObject(const _PTR(SObject)& theSObject);
 
-  /*!
-   *  Returns a CORBA Study that corresponds %theStudy
-   */
-  static SALOMEDS::Study_ptr crbStudy(const _PTR(Study)& theStudy);  
-
   /*!
    *  Returns a CORBA StudyBuilder that corresponds %theStudyBuilder
    */