summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/ORT/ORT_test.idl
blob: e2b0ab9ec1f28fae56b10df348253cc7030f4d99 (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
// -*- IDL -*-

//=============================================================================
/**
 * @file   ORT_test.idl
 *
 * $Id$
 *
 * @author Priyanka Gontla <gontla_p@ociweb.com>
 */
//=============================================================================


#ifndef ORT_TEST_IDL
#define ORT_TEST_IDL

module ObjectReferenceTemplate
{
  interface ORT_test
  {
    boolean request_server ();

    oneway void shutdown ();
  };
};

#endif  /* ORT_TEST_IDL */