Ignore:
Timestamp:
Apr 7, 2007, 4:29:56 PM (18 years ago)
Author:
cinc
Message:

Added ID to object mtab.

File:
1 edited

Legend:

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

    r281 r294  
    145145
    146146  /**
     147     Query the structure holding all the info needed for creating new objects.
     148
    147149     \remarks
     150     You should know what you're doing if you want to use the structure returned by this  method...
    148151     The return type may change.
    149152   */
     
    169172     The type of this variable will change!
    170173  */
    171   NOMINSTANCEVAR(string ncpObject);     //NOMClassPriv structure holding info about the object this class can create
     174  NOMINSTANCEVAR(gpointer ncpObject);     //NOMClassPriv structure holding info about the object this class can create
    172175  NOMOVERRIDE(nomInit);
    173176
Note: See TracChangeset for help on using the changeset viewer.