diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
commit | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch) | |
tree | da50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/Stub_Factory.cpp | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tao/Stub_Factory.cpp')
-rw-r--r-- | TAO/tao/Stub_Factory.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/Stub_Factory.cpp b/TAO/tao/Stub_Factory.cpp deleted file mode 100644 index 4c76edc15c9..00000000000 --- a/TAO/tao/Stub_Factory.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// $Id$ - -#include "tao/Stub_Factory.h" - -ACE_RCSID (tao, - TAO_Stub_Factory, - "$Id$") - -TAO_BEGIN_VERSIONED_NAMESPACE_DECL - -TAO_Stub_Factory::~TAO_Stub_Factory (void) -{ -} - -TAO_END_VERSIONED_NAMESPACE_DECL |