Ignore:
Timestamp:
Jan 13, 2007, 12:33:14 PM (19 years ago)
Author:
cinc
Message:

Fixes and enhancements.

File:
1 edited

Legend:

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

    r179 r185  
    8585}
    8686
     87/*
     88  Gets the class object of this object.
     89*/
    8790NOM_Scope PNOMClass NOMLINK impl_NOMObject_nomGetClass(NOMObject* nomSelf, CORBA_Environment *ev)
    8891{
     
    9497/*
    9598  Create a new class of the kind the caller is. This method ensures that subclasses
    96   are properly handled without the need to override this class in every subclass.
     99  are properly handled without the need to override this method in every subclass.
    97100 */
    98101NOM_Scope PNOMObject NOMLINK impl_NOMObject_new(NOMObject* nomSelf, CORBA_Environment *ev)
Note: See TracChangeset for help on using the changeset viewer.