diff options
Diffstat (limited to 'TAO/tao/Union.cpp')
-rw-r--r-- | TAO/tao/Union.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tao/Union.cpp b/TAO/tao/Union.cpp deleted file mode 100644 index 1669b235f9b..00000000000 --- a/TAO/tao/Union.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO -// -// = FILENAME -// Union.cpp -// -// = AUTHOR -// -// Aniruddha Gokhale (Idea by Carlos O'Ryan) -// -// ============================================================================ - -#include "tao/corba.h" - -ACE_RCSID(tao, Union, "$Id$") - -// ************************************************************* -// Operations for class TAO_Base_Union -// ************************************************************* - -TAO_Base_Union::TAO_Base_Union (void) -{ -} - -TAO_Base_Union::~TAO_Base_Union (void) -{ -} |