diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-24 16:50:05 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-24 16:50:05 +0000 |
commit | c201f0661bb02cbe7f8294be2d4c76a7e4ebee33 (patch) | |
tree | 52ef6c09994952ed00e422a74609b54dd39bd3ee /TAO/tao/DynamicInterface | |
parent | 9ca4b2c3e92da46bf6fec539cada446917df4ddb (diff) | |
download | ATCD-c201f0661bb02cbe7f8294be2d4c76a7e4ebee33.tar.gz |
ChangeLogTag: Thu Apr 24 11:48:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/Request.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
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, |