source: trunk/ORBit2-2.14.0/test/test1.c@ 202

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

Orbit2 modified for use with NOM

File size: 195 bytes
Line 
1#include "test1.h"
2
3int main(int argc, char *argv[])
4{
5 CORBA_ORB orb;
6 CORBA_Environment ev;
7 CORBA_exception_init(&ev);
8 orb = CORBA_ORB_init(&argc, argv, "orbit-local-orb", &ev);
9 return 0;
10}
Note: See TracBrowser for help on using the repository browser.