summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test_i.h
blob: e3ac4b3cc1ce724bc4d623c828c20e3755f00af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// $Id$
//

#ifndef TEST_I_H
#define TEST_I_H
#include /**/ "ace/pre.h"

#include "TestS.h"

class test_i
  : public virtual POA_test
{
public:
  // = The skeleton methods
  virtual void send_stuff (const char* string);

private:
};

#include /**/ "ace/post.h"
#endif /* TEST_I_H */