summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/AnyTypeCode/tao/NestedValueFactory.cpp
blob: 89dfd4b0c93517501826e8ca2a314647358ec9d4 (plain)
1
2
3
4
5
6
7
8
#include "NestedValueFactory.h"
#include "NestedValueImpl.h"

CORBA::ValueBase*
Demo_NestedValueFactory::create_for_unmarshal ()
{
  return new Demo_NestedValueImpl ();
}