diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-23 17:46:32 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-08-23 17:46:32 +0000 |
commit | 1cf629c4851baf7d5d5addc9b243396eeba2c888 (patch) | |
tree | 824f3c3ba2b780c12be9146bf4a729e2cab30f5f /TAO/tao/Utils | |
parent | 0defac371060c9a8fa7440e07b5c2aaca9b39b5d (diff) | |
download | ATCD-1cf629c4851baf7d5d5addc9b243396eeba2c888.tar.gz |
ChangeLogTag:Tue Aug 23 10:43:07 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Utils')
-rw-r--r-- | TAO/tao/Utils/RIR_Narrow.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Utils/RIR_Narrow.h b/TAO/tao/Utils/RIR_Narrow.h index 1493567ebfe..24a7ad5c089 100644 --- a/TAO/tao/Utils/RIR_Narrow.h +++ b/TAO/tao/Utils/RIR_Narrow.h @@ -8,18 +8,20 @@ * @author Carlos O'Ryan <coryan@atdesk.com> */ //============================================================================= + #ifndef TAO_UTILS_RIR_NARROW_H #define TAO_UTILS_RIR_NARROW_H + #include /**/ "ace/pre.h" -#include "tao/ORB.h" +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/PI/PI.h" - +#include "tao/ORB.h" namespace TAO { @@ -63,4 +65,5 @@ namespace TAO #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #include /**/ "ace/post.h" + #endif /*TAO_UTILS_RIR_NARROW_H*/ |