summaryrefslogtreecommitdiff
path: root/TAO/tao/rtcorbafwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/rtcorbafwd.h')
-rw-r--r--TAO/tao/rtcorbafwd.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/TAO/tao/rtcorbafwd.h b/TAO/tao/rtcorbafwd.h
deleted file mode 100644
index ed769d3e573..00000000000
--- a/TAO/tao/rtcorbafwd.h
+++ /dev/null
@@ -1,74 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = FILENAME
-// rtcorbafwd.h
-//
-// = DESCRIPTION
-// Forward declare the basic types used in the RT-CORBA namespace.
-// As with the CORBA namespace they are too many to just lump them
-// in the same file, and having a place where they are only forward
-// declared breaks cyclic dependencies.
-//
-// = AUTHOR
-// Carlos O'Ryan
-//
-// ============================================================================
-
-#ifndef TAO_RTCORBAFWD_H
-#define TAO_RTCORBAFWD_H
-
-#include "tao/corbafwd.h"
-
-#if defined (TAO_HAS_RT_CORBA)
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-class TAO_Priority_Mapping;
-
-class TAO_RT_Current;
-class TAO_RT_Current_var;
-class TAO_RT_Current_out;
-
-TAO_NAMESPACE RTCORBA
-{
- // = TITLE
- // Provides the RTCORBA namespace.
- //
- // = DESCRIPTION
- // The contents of the RTCORBA module are defined in
- // orbos/99-02-12, the complete listing is in section 4.16
- // Notice that the name of the namespace was changed from RT_CORBA
- // to RTCORBA by the corrigendum in:
- // orbos/99-03-29
-
- typedef CORBA::Short NativePriority;
-
- typedef CORBA::Short Priority;
- TAO_NAMESPACE_STORAGE_CLASS const Priority minPriority;
- TAO_NAMESPACE_STORAGE_CLASS const Priority maxPriority;
-
- typedef TAO_Priority_Mapping PriorityMapping;
-
- typedef TAO_RT_Current *Current_ptr;
- typedef TAO_RT_Current Current;
- typedef TAO_RT_Current_var Current_var;
- typedef TAO_RT_Current_out Current_out;
-
-}
-TAO_NAMESPACE_CLOSE // end of class (namespace) RTCORBA
-
-#if defined (__ACE_INLINE__)
-# include "tao/rtcorbafwd.i"
-#endif /* ! __ACE_INLINE__ */
-
-#endif /* TAO_HAS_RT_CORBA */
-
-#endif /* TAO_RTCORBAFWD_H */