summaryrefslogtreecommitdiff
path: root/TAO/tests/Typedef_String_Array/testImpl.h
blob: 41102029d1ef26d8b2a1cfe82b36db9ace8237bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "testS.h"

class TestImpl: public POA_SimpleStrings
{
public:
  TestImpl(CORBA::ORB_ptr orb);

  virtual void get_strings (ArrayOfString_out strings);

private:
  CORBA::ORB_var orb_;
};