Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2791_Regression / MessageFactory.h
blob26de17580061d87da3fd6ea82180507dd8ecd79c
1 #include "tao/Valuetype/ValueFactory.h"
2 #include "Message_i.h"
5 class MessageFactory : public virtual CORBA::ValueFactoryBase
7 public:
8 static int destructorInvoked_;
10 ~MessageFactory ();
11 virtual CORBA::ValueBase *create_for_unmarshal ();