Changeset 239 for trunk/nom/idl/nomclassmanager.idl
- Timestamp:
- Mar 6, 2007, 8:05:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/idl/nomclassmanager.idl
r223 r239 173 173 174 174 /** 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 /** 175 182 Override of nomInit(). The list of methods and the list of classes are initialized 176 183 in that method. In addition the balanced binary tree for registering mtabs is created.
Note:
See TracChangeset
for help on using the changeset viewer.