summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Dispatcher.cpp
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-16 20:10:50 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-16 20:10:50 +0000
commitb40a196e9570ce3c8282ea99a7e80238cbb91359 (patch)
treec08939d303e1139ec4594b10c22203d5fab963b1 /TAO/tao/PortableServer/Servant_Dispatcher.cpp
parentb666cfa27661f3500c9757756d191ec7347bb46d (diff)
downloadATCD-b40a196e9570ce3c8282ea99a7e80238cbb91359.tar.gz
Wed May 16 16:05:59 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Dispatcher.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_Dispatcher.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Dispatcher.cpp b/TAO/tao/PortableServer/Servant_Dispatcher.cpp
new file mode 100644
index 00000000000..c131dc1fc3b
--- /dev/null
+++ b/TAO/tao/PortableServer/Servant_Dispatcher.cpp
@@ -0,0 +1,9 @@
+// @(#) $Id$
+
+#include "Servant_Dispatcher.h"
+
+ACE_RCSID(tao, Default_Acceptor_Filter, "$Id$")
+
+TAO_Servant_Dispatcher::~TAO_Servant_Dispatcher (void)
+{
+}