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

Diff for /pegasus/src/Pegasus/Handler/snmpIndicationHandler/snmpIndicationHandler.cpp between version 1.4 and 1.5

version 1.4, 2002/03/21 23:00:08 version 1.5, 2002/04/15 23:33:33
Line 134 
Line 134 
  
     if ((handler.findProperty("TrapDestination") != PEG_NOT_FOUND) &&     if ((handler.findProperty("TrapDestination") != PEG_NOT_FOUND) &&
         (handler.findProperty("SNMPVersion") != PEG_NOT_FOUND) &&         (handler.findProperty("SNMPVersion") != PEG_NOT_FOUND) &&
         (indication.findQualifier("TrapOid") != PEG_NOT_FOUND))          (indicationClass.findQualifier("MappingStrings") != PEG_NOT_FOUND))
     {     {
         String community, trapType, destination;   // from handler instance         String community, trapType, destination;   // from handler instance
         String trapOid;     // from indication instance          String trapOid;     // from indication Class
  
         trapOid = indication.getQualifier(          trapOid = indicationClass.getQualifier(
             indication.findQualifier("TrapOid")).getValue().toString();              indicationClass.findQualifier("MappingStrings")).getValue().toString();
   
           trapOid = trapOid.subString(trapOid.find("OID.IETF | SNMP.")+16);
  
         community = handler.getProperty(         community = handler.getProperty(
             handler.findProperty("SNMPCommunityName")).getValue().toString();             handler.findProperty("SNMPCommunityName")).getValue().toString();
Line 160 
Line 162 
             propTYPEs,             propTYPEs,
             propVALUEs);             propVALUEs);
     }     }
       else
           cout << "Invalid Indication" << endl;
 } }
  
 // This is the dynamic entry point into this dynamic module. The name of // This is the dynamic entry point into this dynamic module. The name of


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2