diff options
Diffstat (limited to 'ace/Local_Name_Space.h')
-rw-r--r-- | ace/Local_Name_Space.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Local_Name_Space.h b/ace/Local_Name_Space.h index e8b8b4b39ca..728ac8afb1c 100644 --- a/ace/Local_Name_Space.h +++ b/ace/Local_Name_Space.h @@ -23,6 +23,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + class ACE_NS_WString; /** @@ -120,6 +122,8 @@ private: const char *type_; }; +ACE_END_VERSIONED_NAMESPACE_DECL + // Include the ACE_Local_Name_Space templates stuff at this point. #include "ace/Local_Name_Space_T.h" |