summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/AnyTypeCode/tao/NestedValueFactory.h
blob: 84732d2d7211fff4ec80f5421d5fbc240083fa45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- C++ -*-
#ifndef NESTEDVALUEFACTORY_H
#define NESTEDVALUEFACTORY_H

#include "DemoC.h"

class Demo_NestedValueFactory : public virtual CORBA::ValueFactoryBase
{
  virtual CORBA::ValueBase* create_for_unmarshal();
};

#endif