Changeset 283 for trunk/foundation/idl


Ignore:
Timestamp:
Mar 31, 2007, 6:15:20 PM (19 years ago)
Author:
cinc
Message:

Fixed unitialized pointer crash. Use new IDL compiler.

Location:
trunk/foundation/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/foundation/idl/nomfilepath.idl

    r227 r283  
    4646interface NOMPath : NOMString
    4747{
     48#ifdef __NOM_IDL_COMPILER__
     49  filestem=nomfilepath;
     50#endif
    4851  /**
    4952     The current version of this class is 1.0
  • trunk/foundation/idl/nomstring.idl

    r227 r283  
    5151interface NOMString : NOMObject
    5252{
     53#ifdef __NOM_IDL_COMPILER__
     54  filestem=nomstring;
     55#endif
     56
    5357  /**
    5458     The current version of this class is 1.0
Note: See TracChangeset for help on using the changeset viewer.