(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.7 and 1.8

version 1.7, 2002/04/20 21:15:27 version 1.8, 2002/05/14 03:27:26
Line 81 
Line 81 
     {     {
         prop = indication.getProperty(i);         prop = indication.getProperty(i);
  
         if (prop)          if (!prop.isNull())
         {         {
             String propName = prop.getName();             String propName = prop.getName();
             Uint32 propPos = indicationClass.findProperty(propName);             Uint32 propPos = indicationClass.findProperty(propName);


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2