Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2289_Regression / MyInterfaceImpl.h
blob1dec14ed0bc96332d4aff082756707e310216bfd
2 #include "TestS.h"
4 class MyInterfaceImpl
5 : public virtual POA_MyInterface
7 public:
8 MyInterfaceImpl (CORBA::ORB_ptr orb);
10 static const char* my_string;
12 // = The skeleton methods
13 virtual CORBA::Boolean myMethod (const char* stringParam);
15 private:
16 CORBA::ORB_var orb_;