summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test_i.h
blob: 2670a7a51d8ce66aba8ff523c3322e86d71a30e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// $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
                           ACE_ENV_ARG_DECL)
    ACE_THROW_SPEC ((CORBA::SystemException));

private:
};

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