summaryrefslogtreecommitdiff
path: root/TAO/tests/Typedef_String_Array/testImpl.h
blob: acbd61ef1ccf8931a72c65f42c8782c0104f4cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#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_;
};