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

Diff for /pegasus/src/Pegasus/Common/Message.h between version 1.8 and 1.9

version 1.8, 2001/12/13 22:22:18 version 1.9, 2001/12/14 21:04:02
Line 26 
Line 26 
 // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com) // Modified By: Nitin Upasani, Hewlett-Packard Company (Nitin_Upasani@hp.com)
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
 //              (carolann_graves@hp.com) //              (carolann_graves@hp.com)
   // Modified By: Mike Day (mdday@us.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 44 
Line 45 
 { {
    public:    public:
       static Uint32 type_legacy;       static Uint32 type_legacy;
       static Uint32 type_CIMClass;        static Uint32 type_CIMOperation;
       static Uint32 type_CIMInstance;        static Uint32 type_CIMAsyncOperation;
       static Uint32 type_CIMIndication;        static Uint32 type_export;
       static Uint32 type_CIMQualifier;        static Uint32 type_lifetime;
       static Uint32 type_CIMSubscription;  
       static Uint32 type_socket;       static Uint32 type_socket;
       static Uint32 type_connection;       static Uint32 type_connection;
       static Uint32 type_http;       static Uint32 type_http;
       static Uint32 type_cimom;       static Uint32 type_cimom;
         static Uint32 type_control;
         static Uint32 type_service;
         static Uint32 type_broadcast;
  
       static Uint32 no_delete;  
  
       static Uint32 type_request;  
       static Uint32 type_reply;        static Uint32 ha_no_delete;
       static Uint32 type_control;        static Uint32 ha_request;
         static Uint32 ha_reply;
   
  
       // more for documentation than for use       // more for documentation than for use
  
       inline Uint32 get_classification(Uint32 flags)        inline Uint32 get_type(Uint32 flags)
       {       {
          return (flags & 0x000fffff);          return (flags & 0x000fffff);
       }       }


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2