Storable implementation. This is an implementation of the IDL interface
Storage::Storable
Public Member function Details:
Constructor. You know what a constructor is
virtual void
store(Storage::ObjectState)
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)
Loads the given object state.