~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to test/test1.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}