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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.cpp between version 1.59 and 1.60

version 1.59, 2002/05/15 23:14:21 version 1.60, 2002/05/23 15:32:11
Line 913 
Line 913 
     // See if it is a class or instance reference (instance references have     // See if it is a class or instance reference (instance references have
     // key-bindings; class references do not).     // key-bindings; class references do not).
  
     KeyBindingArray kbs = reference.getKeyBindingArray();      //KeyBindingArray kbs = reference.getKeyBindingArray();
       KeyBindingArray kbs = reference.getKeyBindings();
   
     if (kbs.size())     if (kbs.size())
     {     {
         if (reference.getHost().size())         if (reference.getHost().size())


Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2