diff options
Diffstat (limited to 'TAO/tao/ValueFactory.cpp')
-rw-r--r-- | TAO/tao/ValueFactory.cpp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/tao/ValueFactory.cpp b/TAO/tao/ValueFactory.cpp new file mode 100644 index 00000000000..6b8f049ca11 --- /dev/null +++ b/TAO/tao/ValueFactory.cpp @@ -0,0 +1,31 @@ +// $Id$ + +// ============================================================================ +// +// = LIBRARY +// TAO +// +// = FILENAME +// ValueFactory.cpp +// +// = AUTHOR +// Torsten Kuepper <kuepper2@lfa.uni-wuppertal.de> +// +// ============================================================================ + + +#include "tao/ValueFactory.h" + +#ifdef TAO_HAS_VALUETYPE + +#if !defined (__ACE_INLINE__) +# include "tao/ValueFactory.i" +#endif /* ! __ACE_INLINE__ */ + +ACE_RCSID(tao, ValueFactory, "$Id$") + +CORBA_ValueFactoryBase::~CORBA_ValueFactoryBase () +{ +} + +#endif /* TAO_HAS_VALUETYPE */ |