]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Added & to return arguments
authorsrn <srn@opencascade.com>
Wed, 6 Apr 2005 09:13:58 +0000 (09:13 +0000)
committersrn <srn@opencascade.com>
Wed, 6 Apr 2005 09:13:58 +0000 (09:13 +0000)
src/SALOMEDSClient/SALOMEDSClient_SObject.hxx

index 35914f7c8191ad695e46927b1283638b39674b37..f6b52e1bb445b509b3ca49cad93542fbcc9b42d6 100644 (file)
@@ -18,9 +18,9 @@ public:
   virtual char* GetID()  = 0;
   virtual SALOMEDSClient_SComponent* GetFatherComponent() = 0;
   virtual SALOMEDSClient_SObject*    GetFather() = 0;
-  virtual bool FindAttribute(SALOMEDSClient_GenericAttribute* anAttribute, const char* aTypeOfAttribute) = 0;
-  virtual bool ReferencedObject(SALOMEDSClient_SObject* theObject) = 0;
-  virtual bool FindSubObject(int theTag, SALOMEDSClient_SObject* theObject) = 0;
+  virtual bool FindAttribute(SALOMEDSClient_GenericAttribute*& anAttribute, const char* aTypeOfAttribute) = 0;
+  virtual bool ReferencedObject(SALOMEDSClient_SObject*& theObject) = 0;
+  virtual bool FindSubObject(int theTag, SALOMEDSClient_SObject*& theObject) = 0;
   virtual SALOMEDSClient_Study* GetStudy() = 0;
   virtual char* Name() = 0;
   virtual void  Name(const char* theName)  = 0;