Orocos Real-Time Toolkit  2.5.0
rtt-corba-fwd.hpp
00001 #ifndef ORO_RTT_corba_FWD_HPP
00002 #define ORO_RTT_corba_FWD_HPP
00003 
00004 namespace RTT {
00005     namespace corba {
00006         class CorbaDispatcher;
00007         class CorbaTypeTransporter;
00008         class OrbRunner;
00009         class RemoteInputPort;
00010         class RemoteOutputPort;
00011         struct ApplicationServer;
00012         struct IllegalServer;
00013         struct NonExistingDataSource;
00014         struct RemoteConnID;
00015         struct UpdatedCommand;
00016         class TaskContextProxy;
00017         class TaskContextServer;
00018         template<class T>
00019         class CORBAAssignableExpression;
00020         template<class T>
00021         class CORBAExpression;
00022         template<class T>
00023         class CorbaTemplateProtocol;
00024         template<class T>
00025         class DataSourceProxy;
00026         template<class T>
00027         class ValueDataSourceProxy;
00028         template<class Type, class _CorbaType>
00029         struct AnyConversionHelper;
00030         template<class Type>
00031         struct AnyConversion;
00032         template<typename PortClass>
00033         class RemotePort;
00034         template<typename T>
00035         class RemoteChannelElement;
00036     }
00037     namespace detail {
00038         using namespace corba;
00039     }
00040 }
00041 #endif