summaryrefslogtreecommitdiff
path: root/TAO/tests/Bench/wire/test_i.h
blob: 8d7df7b5e9f19945169f02b448fa32a85c29231b (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 TAO_TEST_I_H
#define TAO_TEST_I_H

#include "testS.h"

class foo_i : public virtual POA_foo
{
  virtual char * all_str (const char * inarg,
                          char *& inoutarg,
                          CORBA::String_out outarg
                          ACE_ENV_ARG_DECL_WITH_DEFAULTS)
    ACE_THROW_SPEC ((
      CORBA::SystemException
    ));
};

#if defined(__ACE_INLINE__)
#include "test_i.inl"
#endif /* __ACE_INLINE__ */

#endif /* TAO_TEST_I_H */