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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpDeliverTrap_emanate.cpp between version 1.11.12.2 and 1.14

version 1.11.12.2, 2003/08/13 19:39:51 version 1.14, 2003/08/12 21:34:04
Line 167 
Line 167 
     TransportInfo   global_ti;     TransportInfo   global_ti;
     global_ti.type = SR_IP_TRANSPORT;     global_ti.type = SR_IP_TRANSPORT;
  
   
     switch (targetHostFormat)     switch (targetHostFormat)
     {     {
         case _HOST_NAME:         case _HOST_NAME:
Line 245 
Line 244 
                                                        _MSG_SECURITY_NAME));                                                        _MSG_SECURITY_NAME));
  
     }     }
   
     // getting IP address of the host     // getting IP address of the host
  
     CString hostname = System::getHostName().getCString();     CString hostname = System::getHostName().getCString();
Line 495 
Line 495 
  
             if (value == NULL)             if (value == NULL)
             {             {
   
               // l10n               // l10n
  
               // throw PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED,               // throw PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED,
Line 511 
Line 512 
                                         INTEGER_TYPE,                                         INTEGER_TYPE,
                                         value)) == NULL)                                         value)) == NULL)
             {             {
   
               // l10n               // l10n
  
               // throw PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED,               // throw PEGASUS_CIM_EXCEPTION(CIM_ERR_FAILED,
Line 576 
Line 578 
             SR_SECURITY_MODEL_V2C,              // securityModel             SR_SECURITY_MODEL_V2C,              // securityModel
             &global_ti,                         // TransportInfo             &global_ti,                         // TransportInfo
             0);                                 // cfg_chk             0);                                 // cfg_chk
   
             break;             break;
         }         }
         default:         default:


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2