3.5 Step 3: Write the CORBA Server Application
The Oracle Tuxedo software supports CORBA C++ server applications. The steps for creating CORBA server applications are:
Note:
Oracle Tuxedo uses the new style of std C++ header files on Linux/HP-UX/Solaris, and uses the older style of files on AIX. You can check the"OBB_ANSI_CPP
" macro to decide which type of header to use.
If "OBB_ANSI_CPP
" is defined, the standard C++ headers are included.
If "OBB_ANSI_CPP
" is undefined, the old C headers are included.