(file) Return to SCMOStreamer.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SCMOStreamer.h between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2009/11/18 09:30:44 version 1.1.2.4, 2009/12/03 15:53:27
Line 68 
Line 68 
     // Instances     // Instances
     bool deserialize();     bool deserialize();
  
       // Writes a single SCMOClass to the given CIMBuffer
       static void serializeClass(CIMBuffer& out, const SCMOClass& scmoClass);
   
       // Reads a single SCMOClass from the given CIMBuffer
       static bool deserializeClass(CIMBuffer& in, SCMOClass& scmoClass);
   
 private: private:
  
  
Line 104 
Line 110 
     // and returns the new index position of the class.     // and returns the new index position of the class.
     Uint32 _appendToClassTable(const SCMOInstance& inst);     Uint32 _appendToClassTable(const SCMOInstance& inst);
  
     void _putClasses();      static void _putClasses(CIMBuffer& out,Array<SCMBClass_Main*>& classTable);
     bool _getClasses();      static bool _getClasses(CIMBuffer& in,Array<SCMBClass_Main*>& classTable);
     void _putInstances();     void _putInstances();
     bool _getInstances();     bool _getInstances();
  
Line 134 
Line 140 
     Array<SCMOResolutionTable> _instResolverTable;     Array<SCMOResolutionTable> _instResolverTable;
  
     // Table of pointers to SCMOClasses to be streamed     // Table of pointers to SCMOClasses to be streamed
     Array<const SCMBClass_Main*> _classTable;      Array<SCMBClass_Main*> _classTable;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2