diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-28 08:29:17 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-28 08:29:17 +0000 |
commit | b8d88c36447709cce9e3bec38c94bfb8d29642b3 (patch) | |
tree | e462881e544f128943a15370359c375bb08f5029 /TAO | |
parent | 2ea5a5a4adbdfbe926aa8f7eb9b87248ee67fa50 (diff) | |
download | ATCD-b8d88c36447709cce9e3bec38c94bfb8d29642b3.tar.gz |
Added ACE_Sve_Export to all IID constants. Notice that
we must put ACE_Svc_Export _after_ extern "C" like this:
extern "C" ACE_Svc_Export const IID IID_CORBA_ORB;
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/corbacom.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/TAO/tao/corbacom.h b/TAO/tao/corbacom.h index 3efbab3310c..93a22bbd162 100644 --- a/TAO/tao/corbacom.h +++ b/TAO/tao/corbacom.h @@ -562,23 +562,23 @@ typedef void (*TAO_Skeleton)(CORBA::ServerRequest &, // signature of a skeleton for every operation of an interface // COM interface IIDs -extern "C" const IID IID_CORBA_Any; -extern "C" const IID IID_BOA; -extern "C" const IID IID_CORBA_Exception; -extern "C" const IID IID_CORBA_UserException; -extern "C" const IID IID_CORBA_SystemException; -extern "C" const IID IID_CORBA_Request; -extern "C" const IID IID_CORBA_Object; -extern "C" const IID IID_CORBA_ORB; -extern "C" const IID IID_CORBA_NVList; -extern "C" const IID IID_CORBA_Principal; -extern "C" const IID IID_CORBA_TypeCode; -extern "C" const IID IID_CORBA_ServerRequest; -extern "C" const IID IID_IIOP_ServerRequest; -extern "C" const IID IID_STUB_Object; -extern "C" const IID IID_IIOP_Object; -extern "C" const IID IID_IIOP_ORB; -extern "C" const IID IID_ROA; +extern "C" ACE_Svc_Export const IID IID_CORBA_Any; +extern "C" ACE_Svc_Export const IID IID_BOA; +extern "C" ACE_Svc_Export const IID IID_CORBA_Exception; +extern "C" ACE_Svc_Export const IID IID_CORBA_UserException; +extern "C" ACE_Svc_Export const IID IID_CORBA_SystemException; +extern "C" ACE_Svc_Export const IID IID_CORBA_Request; +extern "C" ACE_Svc_Export const IID IID_CORBA_Object; +extern "C" ACE_Svc_Export const IID IID_CORBA_ORB; +extern "C" ACE_Svc_Export const IID IID_CORBA_NVList; +extern "C" ACE_Svc_Export const IID IID_CORBA_Principal; +extern "C" ACE_Svc_Export const IID IID_CORBA_TypeCode; +extern "C" ACE_Svc_Export const IID IID_CORBA_ServerRequest; +extern "C" ACE_Svc_Export const IID IID_IIOP_ServerRequest; +extern "C" ACE_Svc_Export const IID IID_STUB_Object; +extern "C" ACE_Svc_Export const IID IID_IIOP_Object; +extern "C" ACE_Svc_Export const IID IID_IIOP_ORB; +extern "C" ACE_Svc_Export const IID IID_ROA; // NOTE: stub APIs are nonportable, and must be explicitly #included // by code emitted from an IDL compiler. |