summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT_test_i.h
blob: 572bb62fb06463b14b1889f7a24d191b0c1e1416 (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
25
26
27
28
29
30
31
32
// $Id$

//=============================================================================
/**
 * @file ORT_test_i.h
 *
 * $Id$
 *
 * Implementation header for the "server" IDL interface for the
 * ORT example.
 *
 * @author Priyanka Gontla <gontla_p@ociweb.com>
 */
//=============================================================================

#ifndef ORT_TEST_I_H
#define ORT_TEST_I_H

#include "ORT_testS.h"

class ORT_test_i : public virtual POA_ObjectReferenceTemplate::ORT_test
{
 public:

  /// Constructor
  ORT_test_i ();

  CORBA::Boolean request_server (ACE_ENV_SINGLE_ARG_DECL)
    ACE_THROW_SPEC ((CORBA::SystemException));
};

#endif /* ORT_TEST_I_H */