diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-06-10 21:26:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-06-10 21:26:18 +0000 |
commit | 226b0cefa6af67dda552725a7bc6d849b1cfeeb5 (patch) | |
tree | 9ccc9a9f06738d4bf90c4a08091ebfb04a424083 /TAO/tao/Invocation_Adapter.cpp | |
parent | 46b40f7c6b6f279bee09231e8d6c96fda142f9eb (diff) | |
download | ATCD-226b0cefa6af67dda552725a7bc6d849b1cfeeb5.tar.gz |
ChangeLogTag:Fri Jun 10 13:07:04 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.cpp')
-rw-r--r-- | TAO/tao/Invocation_Adapter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp index 5220db65940..98ec2a02f51 100644 --- a/TAO/tao/Invocation_Adapter.cpp +++ b/TAO/tao/Invocation_Adapter.cpp @@ -23,6 +23,10 @@ ACE_RCSID (tao, namespace TAO { + Invocation_Adapter::~Invocation_Adapter (void) + { + } + void Invocation_Adapter::invoke (TAO::Exception_Data *ex_data, unsigned long ex_count |