Ignore:
Timestamp:
Jun 22, 2008, 9:46:20 PM (17 years ago)
Author:
cinc
Message:

Renamed nomGetCreatedClassName() to nomQueryCreatedClassName() because there is no copy returned. Added Test case class for NOMClassMgr to XCode project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/class_c/nomcls.c

    r357 r369  
    163163
    164164/**
    165    Function which implements the nomGetCreatedClassName() method of NOMClass.
     165   Function which implements the nomQueryCreatedClassName() method of NOMClass.
    166166*/
    167 NOM_Scope CORBA_string NOMLINK impl_NOMClass_nomGetCreatedClassName(NOMClass* nomSelf, CORBA_Environment *ev)
     167NOM_Scope CORBA_string NOMLINK impl_NOMClass_nomQueryCreatedClassName(NOMClass* nomSelf, CORBA_Environment *ev)
    168168{
    169169  NOMClassPriv* ncp;
Note: See TracChangeset for help on using the changeset viewer.