(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.10 and 1.11

version 1.10, 2002/07/19 23:40:13 version 1.11, 2002/07/31 22:05:08
Line 82 
Line 82 
     {     {
         prop = indication.getProperty(i);         prop = indication.getProperty(i);
  
         if (!prop.isNull())          if (!prop.isUninitialized())
         {         {
             String propName = prop.getName();             String propName = prop.getName();
             Uint32 propPos = indicationClass.findProperty(propName);             Uint32 propPos = indicationClass.findProperty(propName);


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2