diff options
Diffstat (limited to 'ace/Method_Object.h')
-rw-r--r-- | ace/Method_Object.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Method_Object.h b/ace/Method_Object.h index eee59175ea5..ffabf82d454 100644 --- a/ace/Method_Object.h +++ b/ace/Method_Object.h @@ -26,9 +26,13 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + // Maintain backwards compatibility so that Steve Huston doesn't go // postal... ;-) typedef ACE_Method_Request ACE_Method_Object; +ACE_END_VERSIONED_NAMESPACE_DECL + #include /**/ "ace/post.h" #endif /* ACE_METHOD_OBJECT_H */ |