Ignore:
Timestamp:
Mar 30, 2007, 10:31:57 PM (18 years ago)
Author:
cinc
Message:

Some minor changes for the new IDL compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/include/nom.h

    r255 r281  
    9898typedef char*     CORBA_string;
    9999
     100//typedef gboolean    boolean;
     101
    100102#if 0
    101103#if !defined(ORBIT_DECL_CORBA_Object) && !defined(_CORBA_Object_defined)
     
    121123#ifndef NOM_BOOLEAN
    122124  #define NOM_BOOLEAN
    123   typedef unsigned char boolean; 
     125  typedef gboolean boolean; 
    124126#endif /* NOM_BOOLEAN */
    125127
Note: See TracChangeset for help on using the changeset viewer.