Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / ObjectIdList.pidl
blob87affa97fff4e7ca049c257e72a50e7aeb83cc3a
1 /**
2  * @file ObjectIdList.pidl
3  *
4  * @brief Pre-compiled IDL source for the CORBA::ORB::ObjectIdList related
5  * types.
6  */
8 #ifndef TAO_CORBA_ORB_OBJECTIDLIST_PIDL
9 #define TAO_CORBA_ORB_OBJECTIDLIST_PIDL
11 #pragma prefix "omg.org"
13 module CORBA
15   typedef string ORB_ObjectId;
16   typedef sequence<ORB_ObjectId> ORB_ObjectIdList;
19 #endif /* TAO_CORBA_ORB_OBJECTIDLIST_PIDL */