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

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestDispatcher.cpp between version 1.226 and 1.227

version 1.226, 2005/04/22 22:01:43 version 1.227, 2005/04/23 13:07:03
Line 47 
Line 47 
 //      Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP#140/phase2 //      Brian G. Campbell, EMC (campbell_brian@emc.com) - PEP#140/phase2
 //      Heather Sterling, IBM (hsterl@us.ibm.com), PEP#187 //      Heather Sterling, IBM (hsterl@us.ibm.com), PEP#187
 //      Amit K Arora, IBM (amita@in.ibm.com), for PEP#193 //      Amit K Arora, IBM (amita@in.ibm.com), for PEP#193
   //      David Dillard, VERITAS Software Corp.
   //          (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 1540 
Line 1542 
             assocClass,             assocClass,
             role);             role);
     }     }
     catch(CIMException& exception)      catch(const CIMException& exception)
     {     {
         cimException = exception;         cimException = exception;
     }     }
     catch(Exception& exception)      catch(const Exception& exception)
     {     {
         cimException =         cimException =
             PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED, exception.getMessage());             PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED, exception.getMessage());


Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2