summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.cpp
blob: 6cf497f375080b7c77ba82eabc0bc33559ddacf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "tao/ValueFactory.h"

#if !defined (__ACE_INLINE__)
# include "tao/ValueFactory.i"
#endif /* ! __ACE_INLINE__ */


ACE_RCSID (tao,
           ValueFactory,
           "$Id$")


CORBA::ValueFactoryBase::~ValueFactoryBase (void)
{
}

// No-op. This should never be called, but it can't be pure virtual.
CORBA::AbstractBase *
CORBA::ValueFactoryBase::create_for_unmarshal_abstract (void)
{
  return 0;
}