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

Diff for /pegasus/src/Pegasus/Handler/EmailListenerDestination/EmailListenerDestination.cpp between version 1.14 and 1.15

version 1.14, 2007/04/03 18:50:56 version 1.15, 2007/05/25 20:48:46
Line 85 
Line 85 
  
     try     try
     {     {
           PEG_TRACE ((TRC_INDICATION_GENERATION, Tracer::LEVEL3,
               "EmailListenerDestination %s:%s.%s processing %s Indication",
              (const char*)(nameSpace.getCString()),
              (const char*)(handler.getClassName().getString().getCString()),
              (const char*)(handler.getProperty(
              handler.findProperty(PEGASUS_PROPERTYNAME_NAME)).
              getValue().toString().getCString()),
              (const char*)(indication.getClassName().getString().
              getCString())));
   
         // gets formatted indication message         // gets formatted indication message
         indicationText = IndicationFormatter::getFormattedIndText(         indicationText = IndicationFormatter::getFormattedIndText(
             subscription, indication, contentLanguages);             subscription, indication, contentLanguages);
Line 283 
Line 293 
                  "DO_NOT_HAVE_EMAIL_ADDRESS",                  "DO_NOT_HAVE_EMAIL_ADDRESS",
              "Do not have an e-mail address."));              "Do not have an e-mail address."));
     }     }
       PEG_TRACE ((TRC_INDICATION_GENERATION, Tracer::LEVEL3,
          "EmailListenerDestination sending Indication via email to %s",
          (const char*)(mailToStr.getCString())));
  
 #ifdef PEGASUS_OS_VMS #ifdef PEGASUS_OS_VMS
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2