Ignore:
Timestamp:
Jun 7, 2008, 10:41:05 AM (17 years ago)
Author:
cinc
Message:

Started implementing method query methods. Renamed nomGetClass() to nomQueryClass().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/idl/nomobj.idl

    r281 r353  
    125125     \return Pointer to the class object
    126126
    127      \sa impl_NOMObject_nomGetClass()
    128    */
    129   PNOMClass nomGetClass();
     127     \sa impl_NOMObject_nomQueryClass()
     128   */
     129  PNOMClass nomQueryClass();
    130130
    131131  /**
     
    226226  boolean nomIsANoClsCheck(in PNOMClass nomClass);
    227227
     228  void nomGetMethodList(in boolean bIncludingParents);
    228229};
    229230
Note: See TracChangeset for help on using the changeset viewer.