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 | 88aa7fad74d32cbb6e671ad14cdde00742d5ee23 (patch) | |
tree | 9fb556cb489f7849e7dbca096364aeab06560015 /TAO/tao/Environment.h | |
parent | c122ed4ef6b4c3db15b482359638f85aaad3de49 (diff) | |
download | ATCD-88aa7fad74d32cbb6e671ad14cdde00742d5ee23.tar.gz |
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r-- | TAO/tao/Environment.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h index 0f610077637..47fb6b5ca0b 100644 --- a/TAO/tao/Environment.h +++ b/TAO/tao/Environment.h @@ -23,9 +23,14 @@ // ============================================================================ #ifndef TAO_ENVIRONMENT_H -# define TAO_ENVIRONMENT_H +#define TAO_ENVIRONMENT_H + +#include "tao/corbafwd.h" + +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ -class CORBA_Exception; class TAO_ORB_Core; class TAO_Export CORBA_Environment @@ -114,4 +119,4 @@ private: # include "tao/Environment.i" #endif /* __ACE_INLINE__ */ -#endif /* TAO_EXCEPTION_H */ +#endif /* TAO_ENVIRONMENT_H */ |