Product: OpenFusion TAO
Version: 1.3
Description:
Compilation errors for CosNotification.idl
Resolution:
This is because the EventType keyword was added in Tao 1.2.4 and higher. You need to use the CosNotification.idl file supplied in the TAO distribution/idl directory.
At the top of the file you will see the following:
#ifdef TAO13
#define EventType _EventType
#endif
When compiling the IDL you will need to pass the flag -DTAO13 to the compiler and this should resolve the problem.
If you use TAO 1.4.1.2 or above you no longer need to do this.
#OpenFusionTAO
#KnowledgeDocs
#OpenFusion