X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_AttributeSequenceOfReal_i.hxx;fp=src%2FSALOMEDS%2FSALOMEDS_AttributeSequenceOfReal_i.hxx;h=044fbc460a75bce48d3a3871079b9d8f0fd9f2ce;hb=1f742af859d50d34c63f9dc02f9a705089bf060e;hp=ded1a3584cab7711e927367cfd58fb907d3142b5;hpb=06bd100c870bc0a43d33964abedba8a493242650;p=modules%2Fkernel.git diff --git a/src/SALOMEDS/SALOMEDS_AttributeSequenceOfReal_i.hxx b/src/SALOMEDS/SALOMEDS_AttributeSequenceOfReal_i.hxx index ded1a3584..044fbc460 100644 --- a/src/SALOMEDS/SALOMEDS_AttributeSequenceOfReal_i.hxx +++ b/src/SALOMEDS/SALOMEDS_AttributeSequenceOfReal_i.hxx @@ -54,6 +54,9 @@ public: void ChangeValue(CORBA::Long index, CORBA::Double value); CORBA::Double Value(CORBA::Short index); CORBA::Long Length(); + + char* Store(); + void Restore(const char*); };