source: trunk/ORBit2-2.14.0/test/poa/poatest-basic-shell.h

Last change on this file was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 320 bytes
Line 
1#ifndef _POATEST_BASIC_SHELL_H_
2#define _POATEST_BASIC_SHELL_H_
3
4#include "poatest.h"
5#include "poatest-exception.h"
6
7poatest poatest_run (PortableServer_POA rootpoa,
8 PortableServer_POAManager rootpoa_mgr);
9
10extern CORBA_ORB orb;
11extern PortableServer_POA child_poa;
12
13#endif /* _POATEST_BASIC_SHELL_H_ */
Note: See TracBrowser for help on using the repository browser.