diff options
Diffstat (limited to 'TAO/tao/UserException.h')
-rw-r--r-- | TAO/tao/UserException.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/UserException.h b/TAO/tao/UserException.h index 79aa80e8766..f3f2dcec89f 100644 --- a/TAO/tao/UserException.h +++ b/TAO/tao/UserException.h @@ -26,6 +26,8 @@ #include "tao/Exception.h" +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace CORBA { /** @@ -78,6 +80,8 @@ namespace CORBA } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "tao/UserException.inl" #endif /* __ACE_INLINE__ */ |