Orocos Real-Time Toolkit  2.9.0
StdException.idl
Go to the documentation of this file.
1 #ifndef ORO_CORBA_CPPEXCEPTION_IDL
2 #define ORO_CORBA_CPPEXCEPTION_IDL
3 
4 #ifdef CORBA_IS_TAO
5 //resolves LNK2005
6 #include <tao/orb.idl>
7 #endif
8 
9 module RTT
10 {
11  module corba
12  {
13  /* Used to pass std::exception across the CORBA boundary
14  */
15  exception StdException
16  {
17  string what;
18  };
19  };
20 };
21 
22 #endif
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:52