2 * @file PS_Current.pidl
4 * @brief PIDL source for the PortableServer module.
7 #ifndef _PORTABLESERVER_CURRENT_IDL_
8 #define _PORTABLESERVER_CURRENT_IDL_
10 ///FUZZ: disable check_for_include/
11 #include "tao/PortableServer/PS_Forward.pidl"
12 #include "tao/Current.pidl"
14 #pragma prefix "omg.org"
18 # pragma version PortableServer 2.3
21 local interface Current : CORBA::Current
23 # pragma version Current 2.3
25 exception NoContext {};
30 ObjectId get_object_id ()
33 Object get_reference ()
36 Servant get_servant ()
41 #endif // _PORTABLESERVER_CURRENT_IDL_