Changeset 357 for trunk/nom/idl


Ignore:
Timestamp:
Jun 7, 2008, 5:34:52 PM (17 years ago)
Author:
cinc
Message:

Renamed nomGetClassName() to nomQueryClassName()

File:
1 edited

Legend:

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

    r354 r357  
    198198   */
    199199  boolean nomIsInstanceOf(in PNOMClass nomClass);
     200
    200201  /**
    201202     This method returns the name of the class this object is an instance of.
     
    207208     is valid as long as the class object exists (not the instance).
    208209
    209      \sa impl_NOMClass_nomGetClassName()
     210     \sa impl_NOMClass_nomQueryClassName()
    210211  */
    211   string nomGetClassName();
     212  string nomQueryClassName();
    212213
    213214  /**
Note: See TracChangeset for help on using the changeset viewer.