summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Callbacks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Service_Callbacks.cpp')
-rw-r--r--TAO/tao/Service_Callbacks.cpp22
1 files changed, 5 insertions, 17 deletions
diff --git a/TAO/tao/Service_Callbacks.cpp b/TAO/tao/Service_Callbacks.cpp
index 97653579a7f..f4b6f228d3a 100644
--- a/TAO/tao/Service_Callbacks.cpp
+++ b/TAO/tao/Service_Callbacks.cpp
@@ -1,16 +1,13 @@
-#include "tao/Service_Callbacks.h"
-#include "tao/ORB_Constants.h"
-#include "tao/SystemException.h"
-#include "tao/Environment.h"
-#include "tao/Invocation_Utils.h"
+#include "Service_Callbacks.h"
+#include "ORB_Constants.h"
+#include "SystemException.h"
+#include "Environment.h"
+#include "Invocation_Utils.h"
ACE_RCSID (tao,
Service_Callbacks,
"$Id$")
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_Service_Callbacks::~TAO_Service_Callbacks (void)
{
}
@@ -59,13 +56,6 @@ TAO_Service_Callbacks::hash_ft (TAO_Profile *,
return 0;
}
-CORBA::Boolean
-TAO_Service_Callbacks::is_permanent_forward_condition (const CORBA::Object_ptr,
- const TAO_Service_Context &) const
-{
- return false;
-}
-
TAO::Invocation_Status
TAO_Service_Callbacks::raise_comm_failure (
IOP::ServiceContextList &,
@@ -93,5 +83,3 @@ TAO_Service_Callbacks::raise_transient_failure (
CORBA::COMPLETED_MAYBE),
TAO::TAO_INVOKE_FAILURE);
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL