Salome HOME
- Deleted Study as an input parameter and class field.
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_Study.hxx
index d7231e139ebe4fdb0bc4d6e72bfc61c85448d5ea..4f3b6db1fcb544d28f9b92875d01ab64e14f9ff7 100644 (file)
@@ -66,7 +66,6 @@ public:
   virtual _PTR(SObject) Paste(const _PTR(SObject)& theSO);
 
   virtual std::string GetPersistentReference();
-  virtual std::string GetTransientReference();
   virtual bool IsEmpty();
   virtual _PTR(SComponent) FindComponent (const std::string& aComponentName);
   virtual _PTR(SComponent) FindComponentID(const std::string& aComponentID);
@@ -130,8 +129,6 @@ public:
 
   std::string ConvertObjectToIOR(CORBA::Object_ptr theObject);
   CORBA::Object_ptr ConvertIORToObject(const std::string& theIOR);     
-
-  SALOMEDS::Study_ptr GetStudy();
   
   SALOMEDSImpl_Study* GetLocalImpl() { return _local_impl; }