CkptObject.cc

Go to the documentation of this file.
00001 #include "CkptObject.h"
00002 #include "CkptContainer.h"
00003 
00004 CkptRC CkptObject::commit() {
00005   if (_container == NULL) return CkptFailure;
00006   assert (this->getKey() != NULL);
00007   return _container->commit(this);
00008 }
00009 

Generated on Fri Apr 27 17:20:01 2007 for aiscoal by  doxygen 1.5.2