summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.cpp
blob: 6b8f049ca1168e696507bd0ed94440b83d569b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 */