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

Diff for /pegasus/src/Pegasus/Common/OperationContext.cpp between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2001/11/30 21:52:32 version 1.1.2.4, 2001/11/30 22:13:45
Line 93 
Line 93 
 context::context(Uint32 data_size, context::context(Uint32 data_size,
                  void *data,                  void *data,
                  void (*del)(void *),                  void (*del)(void *),
                  Uint32 uint_val = 0x00000000,                   Uint32 uint_val ,
                  Uint32 key = CONTEXT_OTHER,                   Uint32 key ,
                  Uint32 flag = OPERATION_LOCAL_ONLY | CONTEXT_COPY_MEMORY | CONTEXT_DELETE_MEMORY,                   Uint32 flag ,
                  Uint8 *uid = 0 )                   Uint8 *uid)
    : _size(data_size), _uint_val(uint_val), _key(key), _flag(flag)    : _size(data_size), _uint_val(uint_val), _key(key), _flag(flag)
  
 { {


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