(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.6 and 1.7

version 1.6, 2001/12/13 14:54:00 version 1.7, 2001/12/13 17:34:46
Line 61 
Line 61 
       static Uint32 type_control;       static Uint32 type_control;
  
 // more for documentation than for use // more for documentation than for use
   
       inline Uint32 get_classification(Uint32 flags)       inline Uint32 get_classification(Uint32 flags)
       {       {
          return (flags & 0x000fffff);          return (flags & 0x000fffff);
Line 113 
Line 114 
  
     void setKey(Uint32 key) { _key = key; }     void setKey(Uint32 key) { _key = key; }
  
       Uint32 getMask() const      Uint32 getMask() const { return _mask; }
       {  
          return _mask;  
       }  
   
       void setMask(Uint32 mask)  
       {  
          _mask = mask;  
       }  
  
       void setMask(Uint32 mask) { _mask = mask; }
  
     Message* getNext() { return _next; }     Message* getNext() { return _next; }
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2