Storable implementation. This is an implementation of the IDL interface
Storage::Storable
Public Member functions Details:
Constructor. You know what a constructor is
virtual void
store(Storage::ObjectState_ptr)
Store the given object state. The _ptr of the type means that this is a
CORBA object reference, since this may be called via a remote interface
virtual void
load(Storage::ObjectState_ptr)
Loads the given object state.