summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/README
blob: 05ee0f2a18e756d77ba1f1233f0e1c681295f50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $Id$

Generic Servant:
===============

File Name
---------

Foo.idl                 Simple Foo idl interface
MyFooServant.h          Servant definition  for the Foo interface
MyFooServant.cpp        Servant implementation for the FOO interface
client.cpp              A simple Foo client

Typing

% Make

 creates an executable client and server library libserver.a.

To run the client, type 

% client [-ORBport port] -k IOR

where IOR can be got from the server output.