Index of /CHAIMS/Old_July_98/CORBA/RoomReservationFINAL_VERSION

Icon  Name                       Last modified      Size  Description
[DIR] Parent Directory - [TXT] Client.cc 06-Nov-1997 16:58 1.4K [TXT] Client.cc.chaims 28-Aug-1997 10:47 2.0K [TXT] Client.cc.old 22-Aug-1997 12:09 1.9K [TXT] Client.cc.old2 27-Aug-1997 17:21 3.9K [TXT] Client.cc.old3 29-Aug-1997 10:55 3.9K [TXT] Client.cc.old4 06-Nov-1997 15:15 2.2K [   ] Client.o 06-May-1998 16:43 23K [TXT] Makefile 03-May-1998 21:30 2.3K [TXT] Makefile.bak 08-Sep-1997 10:46 2.2K [TXT] RR.cc 04-Apr-1998 14:30 17K [TXT] RR.cc.old 05-Sep-1997 16:12 16K [TXT] RR.h 06-Nov-1997 16:54 2.5K [TXT] RR.h.old 05-Sep-1997 16:12 1.9K [TXT] RR.hh 31-Mar-1998 16:44 13K [TXT] RR.idl 29-Aug-1997 09:08 519 [   ] RR.o 06-May-1998 16:43 70K [TXT] RRC.cc 31-Mar-1998 16:44 9.9K [   ] RRC.o 06-May-1998 16:42 34K [TXT] RRS.cc 31-Mar-1998 16:44 9.2K [   ] RRS.o 06-May-1998 16:43 54K [TXT] RR_i.cc 27-Aug-1997 16:38 1.4K [TXT] RR_i.h 29-Aug-1997 09:09 1.2K [   ] RR_i.o 06-May-1998 16:43 9.3K [   ] RRerrno.h 20-Jul-1997 17:50 253 [TXT] Srv_Main.cc 29-Aug-1997 09:09 1.0K [   ] Srv_Main.o 06-May-1998 16:43 16K [DIR] backup/ 31-Jul-1997 13:32 - [DIR] bak2/ 22-Aug-1997 15:43 - [DIR] bak3/ 28-Aug-1997 10:36 - [DIR] bak4/ 14-Nov-1997 09:30 - [TXT] chaimsParser.c 05-Sep-1997 11:31 30K [   ] client 06-May-1998 16:43 54K [   ] core 06-May-1998 16:45 515K [TXT] orbixmtsol2s4.mk 19-Aug-1997 16:30 5.1K [DIR] orig/ 28-Aug-1997 10:44 - [TXT] pr1 25-Feb-1998 14:09 27K [   ] rr.corba.doc 20-Jul-1997 17:50 3.7K [   ] server 06-May-1998 16:43 130K [   ] set_environment 11-Sep-1997 14:20 164
This is the example given in the _Getting Started_ document.
The BOAImpl approach is used.

NB: Firstly, you may have to edit "../orbixosf1.mk" to reflect the
    locations where your C++ compiler is installed, and any
    compilation flags necessary to compile with Orbix.
    The comments will give an idea of what to do, if necessary.

Once you have done this, you are ready to start a "make".

Typing 'make all' builds the images, and gives instructions with full
pathnames for running the demo. 
Once the images are built, typing 'make all' at any time just displays
the instructions for running the demo.

Read _Getting Started_ for further information.

Please note the use of the -B flag when using the IDL compiler.


The output from the client should be something like::


    ./client overload
    [26992: New Connection (overload,IT_daemon,,,horn,pid=24162) ]
    [26992: New Connection (overload,grid,,,horn,pid=26993) ]
    height is 100
    width  is 100
    grid[2,4] is 123



Note that the diagnostics messages from the Orbix client library (the text
in [....] above) can be suppressed if desired by calling
Orbix.setDiagnostics,  as described in the Programmers Guide).