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

Diff for /pegasus/src/Pegasus/Client/ClientPerfDataStore.cpp between version 1.18 and 1.19

version 1.18, 2007/02/13 19:21:44 version 1.19, 2007/07/24 20:02:05
Line 110 
Line 110 
     _messID = messageID;     _messID = messageID;
 } }
  
 void ClientPerfDataStore::setOperationType(Uint32 type)  void ClientPerfDataStore::setOperationType(MessageType type)
 { {
     _operationType = Message::convertMessageTypetoCIMOpType(type);     _operationType = Message::convertMessageTypetoCIMOpType(type);
 } }
Line 118 
Line 118 
  
 Boolean ClientPerfDataStore::checkMessageIDandType( Boolean ClientPerfDataStore::checkMessageIDandType(
     const String& messageID,     const String& messageID,
     Uint32 type)      MessageType type)
 { {
     if (_messID != messageID)     if (_messID != messageID)
     {     {


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2