diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-22 22:03:00 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-22 22:03:00 +0000 |
commit | 0f4bbb510fdb0d6d4d1aa89078a32347e6e4e603 (patch) | |
tree | b99728f1e428dbd4f273422958c5eb842b3dfffc /TAO/tao/CORBA.pidl | |
parent | b8440a84ee3a3468a037829dee3c53b7cc5141ec (diff) | |
download | ATCD-0f4bbb510fdb0d6d4d1aa89078a32347e6e4e603.tar.gz |
ChangeLogTag:Mon May 22 13:57:45 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/CORBA.pidl')
-rw-r--r-- | TAO/tao/CORBA.pidl | 53 |
1 files changed, 5 insertions, 48 deletions
diff --git a/TAO/tao/CORBA.pidl b/TAO/tao/CORBA.pidl index 642ba418552..b6ce0f6987f 100644 --- a/TAO/tao/CORBA.pidl +++ b/TAO/tao/CORBA.pidl @@ -3,54 +3,11 @@ // This will have all new definitions that will go in to CORBA from // now on. -#pragma prefix "omg.org" +#ifndef TAO_CORBA_IDL +#define TAO_CORBA_IDL -module CORBA -{ - typedef string ORBid; - typedef string Identifier; - typedef unsigned long Flags; +#include <orb.idl> - struct NamedValue - { - Identifier name; - any value; - Flags flags; - }; +// This file is deprecated. - enum exception_type - { - NO_EXCEPTION, - USER_EXCEPTION, - SYSTEM_EXCEPTION - }; - - interface Object; - interface Request; - interface NVList; - interface Exception; - - typedef sequence<Request> RequestSeq; - - typedef string ObjectId; - typedef sequence <ObjectId> ObjectIdList; - - typedef unsigned short ServiceType; - typedef unsigned long ServiceOption; - typedef unsigned long ServiceDetailType; - - struct ServiceDetail - { - ServiceDetailType service_detail_type; - sequence <octet> service_detail; - }; - - struct ServiceInformation - { - sequence <ServiceOption> service_options; - sequence <ServiceDetail> service_details; - }; - -}; - -#pragma prefix "" +#endif |