summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Server_Request.cpp')
-rw-r--r--TAO/tao/Server_Request.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/Server_Request.cpp b/TAO/tao/Server_Request.cpp
index ec63bbccc6f..3446a70016a 100644
--- a/TAO/tao/Server_Request.cpp
+++ b/TAO/tao/Server_Request.cpp
@@ -18,3 +18,14 @@
#endif /* ! __ACE_INLINE__ */
ACE_RCSID(tao, Server_Request, "$Id$")
+
+CORBA::Boolean
+CORBA::is_nil (CORBA_ServerRequest *x)
+{
+ return x != 0;
+}
+
+void
+CORBA::release (CORBA_ServerRequest *)
+{
+}