summaryrefslogtreecommitdiff
path: root/TAO/tao/tao.h
blob: 6faa5e76a4683ffd147e4c9690b96a2ac6ddc6ee (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
/* -*- C++ -*- */

// $Id$

// ============================================================================
//
// = LIBRARY
//    tao
// 
// = FILENAME
//   tao.h
//
// = AUTHOR
//    Chris Cleeland
//    
// 
// ============================================================================

#if !defined (TAO_H)
#define	TAO_H

#include "tao/tao_util.h"
#include "tao/objkeyC.h"

class TAO
{
  ACE_CLASS_IS_NAMESPACE (TAO);
  
  // From objkeyC
  typedef ObjectKey TAO_ObjectKey;
  typedef ObjectKey_var TAO_ObjectKey_var;
  typedef ObjectKey_out TAO_ObjectKey_out;

  // From tao_util
  typedef TAO_ORB_Manager ORB_Manager;
};

  
#endif /* TAO_H */