diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
commit | f74679cac372c6d94180b11a76deac7542897bb7 (patch) | |
tree | 9fb556cb489f7849e7dbca096364aeab06560015 /TAO/tao/params.h | |
parent | e62e8d3fa4d9289671d4e76ef60080932fda9de0 (diff) | |
download | ATCD-f74679cac372c6d94180b11a76deac7542897bb7.tar.gz |
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index 8f674666132..8927a770854 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -15,11 +15,16 @@ // ============================================================================ #ifndef TAO_PARAMS_H -# define TAO_PARAMS_H +#define TAO_PARAMS_H + +#include "ace/INET_Addr.h" +#include "tao/corbafwd.h" // Forward decls. class TAO_Server_Connection_Handler; +class TAO_Active_Object_Map_Impl; +class TAO_Reverse_Active_Object_Map_Impl; // This is a quick hack to avoid having to unravel the intracacies of // the all the hairy order interdepencies that currently exist in TAO. |