(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.222 and 1.223

version 1.222, 2005/03/16 19:15:42 version 1.223, 2005/03/17 14:31:43
Line 880 
Line 880 
    @param pl CIMPropertyList to convert.    @param pl CIMPropertyList to convert.
    @return String representation of property list for display.    @return String representation of property list for display.
 */ */
 String _toStringPropertyList(const CIMPropertyList& pl)  static String _toStringPropertyList(const CIMPropertyList& pl)
 { {
     String tmp;     String tmp;
     for (Uint32 i = 0; i < pl.size() ; i++)     for (Uint32 i = 0; i < pl.size() ; i++)
Line 899 
Line 899 
    @return String containing the list of properties comma separated    @return String containing the list of properties comma separated
    or the keywords NULL or Empty.    or the keywords NULL or Empty.
  */  */
 String _showPropertyList(const CIMPropertyList& pl)  static String _showPropertyList(const CIMPropertyList& pl)
 { {
     if (pl.isNull())     if (pl.isNull())
         return("NULL");         return("NULL");


Legend:
Removed from v.1.222  
changed lines
  Added in v.1.223

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2