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/class_c/nomobj.c

    r354 r357  
    216216
    217217/**
    218    Function which implements the nomGetClassName() method of NOMObject.
     218   Function which implements the nomQueryClassName() method of NOMObject.
    219219*/
    220 NOM_Scope CORBA_string NOMLINK impl_NOMObject_nomGetClassName(NOMObject* nomSelf, CORBA_Environment *ev)
     220NOM_Scope CORBA_string NOMLINK impl_NOMObject_nomQueryClassName(NOMObject* nomSelf, CORBA_Environment *ev)
    221221{
    222222  /* NOMObjectData* nomThis=NOMObjectGetData(nomSelf); */
Note: See TracChangeset for help on using the changeset viewer.