// $Id$ // ============================================================================ // // = LIBRARY // TAO // // = FILENAME // ValueFactory.cpp // // = AUTHOR // Torsten Kuepper // // ============================================================================ #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 */