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/src/nomdebug.c

    r357 r369  
    6767      g_error("The object used to call the method %s is not a valid NOM object. ", chrMethodName);
    6868    else
    69       g_error("The object for which the method %s should be called is not valid for this method.\nThe object must be some instance of class %s (or of a subclass) but is a %s.", chrMethodName, NOMClass_nomGetCreatedClassName(nomClass, NULL),
     69      g_error("The object for which the method %s should be called is not valid for this method.\nThe object must be some instance of class %s (or of a subclass) but is a %s.", chrMethodName, NOMClass_nomQueryCreatedClassName(nomClass, NULL),
    7070                NOMObject_nomQueryClassName(nomObject, NULL));
    7171  }
Note: See TracChangeset for help on using the changeset viewer.