summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp b/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
index a40986b1a0c..c5c2fcffa31 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
@@ -1,12 +1,12 @@
// $Id$
-#include "orbsvcs/Notify/Delivery_Request.h"
+#include "Delivery_Request.h"
#if ! defined (__ACE_INLINE__)
-#include "orbsvcs/Notify/Delivery_Request.inl"
+#include "Delivery_Request.inl"
#endif /* __ACE_INLINE__ */
-#include "orbsvcs/Notify/Routing_Slip.h"
+#include "Routing_Slip.h"
#include "tao/debug.h"
#include "tao/corba.h"
@@ -16,8 +16,6 @@
# define DEBUG_LEVEL TAO_debug_level
#endif //DEBUG_LEVEL
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO_Notify
{
@@ -100,4 +98,3 @@ Delivery_Request::routing_slip () const
} // namespace
-TAO_END_VERSIONED_NAMESPACE_DECL