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

Diff for /pegasus/src/Pegasus/Common/MessageQueue.cpp between version 1.31 and 1.32.4.1

version 1.31, 2002/05/30 00:12:38 version 1.32.4.1, 2002/10/25 20:49:43
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 98 
Line 99 
  
     q_table_mut.lock(pegasus_thread_self());     q_table_mut.lock(pegasus_thread_self());
  
     while (!_queueTable.insert(_queueId, this))      if ( ! _queueTable.insert(_queueId, this))
        ;         abort();
  
     q_table_mut.unlock();     q_table_mut.unlock();
  


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2