summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test_i.h
blob: 4b12aa9e33c00e6e8fe2073296408542a1ed384b (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 */