* gcorba.h (poa): Declare extern.

This commit is contained in:
Pavel Roskin 2001-06-25 19:09:48 +00:00
parent 1ff97987c0
commit d6ec3110bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-25 Pavel Roskin <proski@gnu.org>
* gcorba.h (poa): Declare extern.
2001-06-18 Pavel Roskin <proski@gnu.org>
* gtree.c: Remove.

View File

@ -15,7 +15,7 @@
/* The ORB and the POA */
extern CORBA_ORB orb;
PortableServer_POA poa;
extern PortableServer_POA poa;
int corba_init_server (void);