summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp7
2 files changed, 6 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1beb8b71267..11dd5e51eec 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 24 11:48:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/DynamicInterface/Request.cpp:
+
+ Removed duplicate defintion of CORBA::Request::_duplicate.
+
Thu Apr 24 10:33:57 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index b9830286fe2..baafc096ada 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -57,13 +57,6 @@ CORBA::Request::_decr_refcnt (void)
return 0;
}
-// The pseudo-object _nil method.
-CORBA::Request_ptr
-CORBA::Request::_nil (void)
-{
- return (CORBA::Request_ptr)0;
-}
-
// DII Request class implementation
CORBA::Request::Request (CORBA::Object_ptr obj,