summaryrefslogtreecommitdiff
path: root/TAO/tao/iopfwd.h
blob: 61ab19abf4152f12dc8319567aa111e1889bb5c7 (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
33
34
35
36
37
38
39
40
41
42
// $Id$

// ============================================================================
//
// = LIBRARY
//   TAO
//
// = FILENAME
//   iopfwd.h
//
// = DESCRIPTION
//   Forward declare the types in the IOP namespace.
//
// = AUTHOR
//   Carlos O'Ryan
//
// ============================================================================

#ifndef TAO_IOPFWD_H
#define TAO_IOPFWD_H

#include "tao/corbafwd.h"

class TAO_Export IOP
{
  // = TITLE
  //   Provides the IOP namespace.
  //
  // = DESCRIPTION
public:
  typedef CORBA::ULong ComponentId;
  typedef CORBA::ULong_out ComponentId_out;
  // static CORBA::TypeCode_ptr _tc_ComponentId;

  typedef CORBA::ULong ServiceId;
  typedef CORBA::ULong_out ServiceId_out;
  // static CORBA::TypeCode_ptr _tc_ServiceId;

  // @@ Add more types....
};

#endif /* TAO_IOPFWD_H */