(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.27 and 1.28

version 1.27, 2004/05/12 21:32:30 version 1.28, 2004/06/17 21:15:09
Line 94 
Line 94 
     ContentLanguages& contentLanguages)     ContentLanguages& contentLanguages)
     {     {
         PEG_METHOD_ENTER (TRC_IND_HANDLER,         PEG_METHOD_ENTER (TRC_IND_HANDLER,
             "CIMxmlIndicationHandler::handleIndication");              "CIMxmlIndicationHandler::handleIndication()");
  
         //get destination for the indication         //get destination for the indication
         Uint32 pos = indicationHandlerInstance.findProperty(CIMName ("destination"));         Uint32 pos = indicationHandlerInstance.findProperty(CIMName ("destination"));
Line 312 
Line 312 
 #ifdef PEGASUS_HAS_SSL #ifdef PEGASUS_HAS_SSL
                                 PEG_TRACE_STRING(TRC_IND_HANDLER, Tracer::LEVEL4, "Build SSL Context...");                                 PEG_TRACE_STRING(TRC_IND_HANDLER, Tracer::LEVEL4, "Build SSL Context...");
  
                                 SSLContext sslcontext(trustPath, certPath, keyPath,                  SSLContext sslcontext(trustPath,
                                 verifyListenerCertificate, randFile);                      certPath, keyPath, verifyListenerCertificate, randFile);
                 exportclient.connect (hostName, portNumber, sslcontext);                 exportclient.connect (hostName, portNumber, sslcontext);
 #else #else
 //l10n 485 //l10n 485


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2