source:
trunk/ORBit2-2.14.0/test/poa/poatest-basic-shell.h
| Last change on this file was 92, checked in by , 19 years ago | |
|---|---|
| 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 | |
| 7 | poatest poatest_run (PortableServer_POA rootpoa, |
| 8 | PortableServer_POAManager rootpoa_mgr); |
| 9 | |
| 10 | extern CORBA_ORB orb; |
| 11 | extern PortableServer_POA child_poa; |
| 12 | |
| 13 | #endif /* _POATEST_BASIC_SHELL_H_ */ |
Note:
See TracBrowser
for help on using the repository browser.
