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

Diff for /pegasus/src/Pegasus/Common/AsyncOpNode.h between version 1.20 and 1.21

version 1.20, 2002/03/06 21:25:05 version 1.21, 2002/03/07 01:17:56
Line 160 
Line 160 
                               MessageQueue *,                               MessageQueue *,
                               void *);                               void *);
       AsyncOpNode *_callback_node;       AsyncOpNode *_callback_node;
       MessageQueue *_callback_queue;        MessageQueue *_callback_response_q;
       void *_callback_ptr;       void *_callback_ptr;
         MessageQueue *_callback_q;
   
   
  
       friend class cimom;       friend class cimom;
       friend class MessageQueueService;       friend class MessageQueueService;
Line 232 
Line 235 
 { {
    _mut.lock(pegasus_thread_self());    _mut.lock(pegasus_thread_self());
    gettimeofday(&_updated, NULL);    gettimeofday(&_updated, NULL);
 //   if( false == _request.exists(reinterpret_cast<void *>(const_cast<Message *>(request))) )     if( false == _request.exists(reinterpret_cast<void *>(const_cast<Message *>(request))) )
    _request.insert_last( const_cast<Message *>(request) ) ;    _request.insert_last( const_cast<Message *>(request) ) ;
  
 //   _request = const_cast<Message *>(request); //   _request = const_cast<Message *>(request);
Line 256 
Line 259 
 { {
    _mut.lock(pegasus_thread_self());    _mut.lock(pegasus_thread_self());
    gettimeofday(&_updated, NULL);    gettimeofday(&_updated, NULL);
 //   if (false == _response.exists(reinterpret_cast<void *>(const_cast<Message *>(response))))     if (false == _response.exists(reinterpret_cast<void *>(const_cast<Message *>(response))))
    _response.insert_last( const_cast<Message *>(response) );    _response.insert_last( const_cast<Message *>(response) );
  
 //   _response = const_cast<Message *>(response); //   _response = const_cast<Message *>(response);


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2