summaryrefslogtreecommitdiff
path: root/TAO/tao/RT_CORBA.h
blob: 510bb07868e85129765a6973c95d25543aaef751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- C++ -*-

// ================================================================
/**
 *  @file RT_CORBA.h
 *
 *  $Id$
 *
 *  Include all the required headers to use RT CORBA easily.
 *
 *  @author Carlos O'Ryan <coryan@uci.edu> 
 */
// ================================================================

#ifndef TAO_RT_CORBA_H
#define TAO_RT_CORBA_H
#include "ace/pre.h"

#include "TAOC.h"
#include "RTCORBAC.h"

#include "ace/post.h"
#endif /* TAO_RT_CORBA_H */