Salome HOME
PR: manual correction while merge PAL_OCC to HEAD
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeSequenceOfInteger_i.hxx
index ee0b71eefed7b1c41371b446b5cd70fe8bd2c9c9..06b24a7c56ad5691cdd18c4936b127f3aba47856 100644 (file)
@@ -55,6 +55,10 @@ public:
   void ChangeValue(CORBA::Long index, CORBA::Long value);
   CORBA::Long Value(CORBA::Short index);
   CORBA::Long Length();
+
+  char* Store();
+  void Restore(const char*);
+
 };
 
 #endif