diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 15:55:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 15:55:34 +0000 |
commit | 4842953d95d9117674c289c558c4c1256e834d1a (patch) | |
tree | 94640627386ebaf78fbaa3d13803064cfc197aa9 /TAO/tao/boa.h | |
parent | 7fe218c82986e313637d01a95ef6a261043dec45 (diff) | |
download | ATCD-4842953d95d9117674c289c558c4c1256e834d1a.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/boa.h')
-rw-r--r-- | TAO/tao/boa.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/TAO/tao/boa.h b/TAO/tao/boa.h index 39b7f57ccfd..08c389d76e4 100644 --- a/TAO/tao/boa.h +++ b/TAO/tao/boa.h @@ -22,17 +22,14 @@ // ============================================================================ #if !defined (TAO_BOA_H) -# define TAO_BOA_H - -# include "ace/OS.h" // WARNING! This MUST come before objbase.h on WIN32! -# include <objbase.h> - -# include "ace/SOCK_Stream.h" - -# include "tao/orb.h" -# include "tao/sequence.h" -# include "tao/svrrqst.h" -# include "tao/objtable.h" +#define TAO_BOA_H + +#include "ace/OS.h" // WARNING! This MUST come before objbase.h on WIN32! +#include <objbase.h> +#include "ace/SOCK_Stream.h" +#include "tao/orb.h" +#include "tao/sequence.h" +#include "tao/svrrqst.h" // @@ Shouldn't this go into the CORBA:: namespace? It doesn't belong // at global scope! |