diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-16 20:10:50 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-16 20:10:50 +0000 |
commit | b40a196e9570ce3c8282ea99a7e80238cbb91359 (patch) | |
tree | c08939d303e1139ec4594b10c22203d5fab963b1 /TAO/tao/PortableServer/Servant_Dispatcher.cpp | |
parent | b666cfa27661f3500c9757756d191ec7347bb46d (diff) | |
download | ATCD-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.cpp | 9 |
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) +{ +} |