diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 07:13:04 +0000 |
commit | eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959 (patch) | |
tree | 52300a84c07910ff7f95f76d7b2820c1a4b59606 /TAO/tao/Invocation_Base.h | |
parent | ece8bd22b38b18f2a288d36a05371ef7d62156c9 (diff) | |
download | ATCD-eae5ebaf389a11e011b2f3c6f4b9c1bc0b5d5959.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Base.h')
-rw-r--r-- | TAO/tao/Invocation_Base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h index fafe93b6d1e..75370bf25bb 100644 --- a/TAO/tao/Invocation_Base.h +++ b/TAO/tao/Invocation_Base.h @@ -29,6 +29,8 @@ #include "tao/ClientRequestInterceptor_Adapter.h" #endif /* TAO_HAS_INTERCEPTORS == 1 */ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + class TAO_Service_Context; class TAO_Operation_Details; class TAO_Stub; @@ -228,6 +230,8 @@ namespace TAO }; } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "Invocation_Base.inl" #endif /* __ACE_INLINE__ */ |