source:
trunk/ORBit2-2.14.0/test/test1.c@
257
      
      | Last change on this file since 257 was 92, checked in by , 19 years ago | |
|---|---|
| File size: 195 bytes | |
| Line | |
|---|---|
| 1 | #include "test1.h" | 
| 2 | |
| 3 | int 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.
    
