~ubuntu-branches/ubuntu/breezy/orbit2/breezy

« back to all changes in this revision

Viewing changes to test/poa/poatest-basic-shell.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 16:37:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906163702-hrqi0ctymth53bnn
Tags: 1:2.12.4-0ubuntu1
* New upstream version.
* debian/patches/100-compile-name-server.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "poatest-basic-shell.h"
27
27
 
28
28
PortableServer_POA child_poa = CORBA_OBJECT_NIL;
 
29
CORBA_ORB orb = CORBA_OBJECT_NIL;
29
30
 
30
31
int
31
32
main (int argc, char **argv) 
32
33
{
33
34
        CORBA_Environment         ev;
34
 
        CORBA_ORB                 orb;
35
35
        PortableServer_POA        rootpoa;
36
36
        PortableServer_POAManager poa_mgr;
37
37
        poatest                   poatest_obj;