(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.1.2.3 and 1.2

version 1.1.2.3, 2001/11/15 20:15:24 version 1.2, 2001/12/13 14:54:23
Line 27 
Line 27 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <iostream>  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <iostream>
 #include <Pegasus/Handler/CIMHandler.h> #include <Pegasus/Handler/CIMHandler.h>
 #include <Pegasus/Repository/CIMRepository.h> #include <Pegasus/Repository/CIMRepository.h>
  
Line 83 
Line 83 
             // ATTN: Catch TypeMismatch exception on the next line             // ATTN: Catch TypeMismatch exception on the next line
             trapQualifier.getValue().get(enterprise);             trapQualifier.getValue().get(enterprise);
  
             for (int i=0; i<indicationInstance.getPropertyCount();i++)              for (Uint32 i=0; i<indicationInstance.getPropertyCount();i++)
             {             {
                 char* property_oid = NULL;                 char* property_oid = NULL;
                 char* property_value = NULL;                 char* property_value = NULL;
Line 91 
Line 91 
  
                 prop = indicationInstance.getProperty(i);                 prop = indicationInstance.getProperty(i);
  
                 if (prop != NULL)                  if (prop)
                 {                 {
                     String propName = prop.getName();                     String propName = prop.getName();
                     Uint32 propPos = indicationClass.findProperty(propName);                     Uint32 propPos = indicationClass.findProperty(propName);


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2