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

Diff for /pegasus/src/Pegasus/Handler/CIMxmlIndicationHandler/CIMxmlIndicationHandler.cpp between version 1.12.4.2 and 1.12.4.3

version 1.12.4.2, 2003/08/13 19:39:51 version 1.12.4.3, 2003/08/14 11:55:42
Line 25 
Line 25 
 // //
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   
 //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com) //              Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com)
 //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com) //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
Line 159 
Line 158 
             Uint32 colon = dest.find (":");             Uint32 colon = dest.find (":");
  
             Uint32 portNumber = 0;             Uint32 portNumber = 0;
   
             Boolean useHttps = false;             Boolean useHttps = false;
             String destStr = dest;             String destStr = dest;
             String hostName;             String hostName;
Line 186 
Line 184 
                     throw PEGASUS_CIM_EXCEPTION(CIM_ERR_NOT_SUPPORTED, httpStr);                     throw PEGASUS_CIM_EXCEPTION(CIM_ERR_NOT_SUPPORTED, httpStr);
                 }                 }
             }             }
   
             else             else
             {             {
                 throw PEGASUS_CIM_EXCEPTION(CIM_ERR_NOT_SUPPORTED, dest);                 throw PEGASUS_CIM_EXCEPTION(CIM_ERR_NOT_SUPPORTED, dest);


Legend:
Removed from v.1.12.4.2  
changed lines
  Added in v.1.12.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2