(file) Return to SCMOInstance.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SCMOInstance.h between version 1.1.2.44 and 1.1.2.45

version 1.1.2.44, 2009/12/07 11:03:08 version 1.1.2.45, 2009/12/07 21:30:31
Line 1073 
Line 1073 
         const char** valueBase) const         const char** valueBase) const
 { {
     SCMO_RC rc = _getKeyBindingDataAtNodeIndex(node,pname,pnameLen,type,pdata);     SCMO_RC rc = _getKeyBindingDataAtNodeIndex(node,pname,pnameLen,type,pdata);
       // Adjust size to string length
       if (pnameLen)
       {
           pnameLen--;
       }
     *valueBase = inst.base;     *valueBase = inst.base;
     return rc;     return rc;
 } }


Legend:
Removed from v.1.1.2.44  
changed lines
  Added in v.1.1.2.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2