Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_2375_Regression / test.cpp
blobf3f7da7d4091a05cb519d916d1f819328bade9c0
1 #include "testC.h"
2 class MyTestValuetypeFactory : public TestValuetype_init {
3 public:
4 virtual TestValuetype* create (::CORBA::Boolean, ::CORBA::Short) {return 0;};
5 virtual TAO_OBV_CREATE_RETURN_TYPE (TestValuetype) create_for_unmarshal () {return 0;};
6 };
7 int ACE_TMAIN (int, ACE_TCHAR *[]) {
8 MyTestValuetypeFactory myFactory;
9 return 0;