Ignore:
Timestamp:
Mar 6, 2007, 8:05:58 PM (18 years ago)
Author:
cinc
Message:

Synching before applying WC2007 patches

File:
1 edited

Legend:

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

    r223 r239  
    173173
    174174  /**
     175     Query the name of the DLL in which the class can be found. The name can be used to
     176     dynamically load the DLL get the class exports and finally create the class.
     177
     178     \remark The returned path is in the system encoding.
     179   */
     180  string nomQueryDLLForClass(in string chrClassName);
     181  /**
    175182     Override of nomInit(). The list of methods and the list of classes are initialized
    176183     in that method. In addition the balanced binary tree for registering mtabs is created.
Note: See TracChangeset for help on using the changeset viewer.