diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-07 18:34:10 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-07 18:34:10 +0000 |
commit | 417da125d209e9bca5456b225db5346658a0e5c0 (patch) | |
tree | e34430624bfb4efe6722a6a7a5643c455a36f4de /TAO | |
parent | bfbbbdfadeaafa3230f080eed95bcf70553ced20 (diff) | |
download | ATCD-417da125d209e9bca5456b225db5346658a0e5c0.tar.gz |
Removed unnecessary TAO_EXPORT_MACRO definition.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/POAC.h | 7 | ||||
-rw-r--r-- | TAO/tao/POAS.h | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/POAC.h b/TAO/tao/POAC.h index 5710989d554..19fb1a80cf0 100644 --- a/TAO/tao/POAC.h +++ b/TAO/tao/POAC.h @@ -24,10 +24,6 @@ #include "tao/Environment.h" #include "tao/CDR.h" -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export #if defined(_MSC_VER) #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -2337,4 +2333,7 @@ CORBA::Boolean TAO_Export operator<< (TAO_OutputCDR &, const PortableServer::Cur CORBA::Boolean TAO_Export operator>> (TAO_InputCDR &, PortableServer::Current::NoContext &); #endif /* defined INLINE */ +#if defined(_MSC_VER) +#pragma warning(default:4250) +#endif /* _MSC_VER */ #endif /* TAO_IDL_POAC_H */ diff --git a/TAO/tao/POAS.h b/TAO/tao/POAS.h index a7642e1e526..62d60d85a23 100644 --- a/TAO/tao/POAS.h +++ b/TAO/tao/POAS.h @@ -22,10 +22,6 @@ #include "tao/Servant_Base.h" #include "tao/POA_CORBA.h" -#if defined (TAO_EXPORT_MACRO) -#undef TAO_EXPORT_MACRO -#endif -#define TAO_EXPORT_MACRO TAO_Export #if defined(_MSC_VER) #pragma warning(disable:4250) #endif /* _MSC_VER */ |