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

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