(file) Return to MemoryResidentRepository.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Repository / Attic

Diff for /pegasus/src/Pegasus/Repository/Attic/MemoryResidentRepository.h between version 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2007/10/06 00:38:22 version 1.1.2.3, 2007/10/22 22:17:30
Line 290 
Line 290 
         bool lock);         bool lock);
 #endif #endif
  
     // Sets the global save handler that is called whenever the memory-resident      // Sets the global save callback that is called whenever the memory-resident
     // instance repository is modified. The buffer argument is a serialized     // instance repository is modified. The buffer argument is a serialized
     // copy of the memory-resident instance repository. The handler can do     // copy of the memory-resident instance repository. The handler can do
     // things such as save the buffer on disk for later use.     // things such as save the buffer on disk for later use.
     static void setSaveHandler(void (*handler)(const Buffer& buffer));      static void installSaveCallback(
           void (*callback)(const Buffer& buffer, void* data),
           void* data);
  
     // Sets the global load handler that is called whenever an instance of      // Sets the global load callback that is called whenever an instance of
     // MemoryResidentRepository is created in order to load the initial set     // MemoryResidentRepository is created in order to load the initial set
     // of instances (if any).     // of instances (if any).
     static void setLoadHandler(void (*handler)(Buffer& buffer));      static void installLoadCallback(
           void (*callback)(Buffer& buffer, void* data),
           void* data);
  
 private: private:
     Uint32 _findInstance(     Uint32 _findInstance(


Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2