From e71d22e04b8e3e9a4adfee40727abe8c99fa6acc Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 22 Mar 2005 09:57:46 +0000 Subject: [PATCH] Removed depricated methods Store and Restore from GenericAttribute interface --- idl/SALOMEDS.idl | 4 ---- src/SALOMEDS/SALOMEDS_GenericAttribute_i.hxx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/idl/SALOMEDS.idl b/idl/SALOMEDS.idl index 95578bd98..db7074134 100644 --- a/idl/SALOMEDS.idl +++ b/idl/SALOMEDS.idl @@ -912,10 +912,6 @@ Gets the list of open studies */ void CheckLocked() raises (LockProtection); - string Store(); - - void Restore(in string theData); - string Type(); SObject GetSObject(); diff --git a/src/SALOMEDS/SALOMEDS_GenericAttribute_i.hxx b/src/SALOMEDS/SALOMEDS_GenericAttribute_i.hxx index c3c2406a2..4bd8461b1 100644 --- a/src/SALOMEDS/SALOMEDS_GenericAttribute_i.hxx +++ b/src/SALOMEDS/SALOMEDS_GenericAttribute_i.hxx @@ -33,10 +33,6 @@ public: virtual Handle(TDF_Attribute) GetImpl() { return _impl; } static SALOMEDS::GenericAttribute_ptr CreateAttribute(const Handle(TDF_Attribute)& theAttr, CORBA::ORB_ptr theOrb); - - //SRN (Feb 14, 2005): Depricated, to be removed from IDL - virtual char* Store() {return ""; }; - virtual void Restore(const char*) {}; }; #endif -- 2.39.2