summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test_i.h
blob: 0f6e923322d59c9222111bef339ed84adeaf0f9a (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 */