diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-30 19:42:33 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-30 19:42:33 +0000 |
commit | 7e95179f6947cc4ae23ae9d36d762d0bf5a5129a (patch) | |
tree | eab35b56a35744fa261cb5768416e1e42d497e50 /TAO | |
parent | f8c67d9ea3b2f632c3d00abf517037de5ba714ec (diff) | |
download | ATCD-7e95179f6947cc4ae23ae9d36d762d0bf5a5129a.tar.gz |
ChangeLogTag: Wed Mar 30 19:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 5 | ||||
-rw-r--r-- | TAO/tao/Strategies/sciop_endpointsC.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/Strategies/sciop_endpointsC.h | 9 | ||||
-rw-r--r-- | TAO/tao/Strategies/uiop_endpointsC.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/Strategies/uiop_endpointsC.h | 9 |
5 files changed, 9 insertions, 18 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index d20dd611531..7bde40c44dc 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 30 19:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> + + * TAO_IDL/be/be_codegen.cpp: + Don't generate TAO_EXPORT_NESTED_MACRO, it is not used anymore + Wed Mar 30 19:32:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> * tao/Strategies/uiop_endpoints.pidl: diff --git a/TAO/tao/Strategies/sciop_endpointsC.cpp b/TAO/tao/Strategies/sciop_endpointsC.cpp index 5b002870908..04f52153b75 100644 --- a/TAO/tao/Strategies/sciop_endpointsC.cpp +++ b/TAO/tao/Strategies/sciop_endpointsC.cpp @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:302 +// be\be_codegen.cpp:291 #include "sciop_endpointsC.h" diff --git a/TAO/tao/Strategies/sciop_endpointsC.h b/TAO/tao/Strategies/sciop_endpointsC.h index de6f5dbf534..0607885c92c 100644 --- a/TAO/tao/Strategies/sciop_endpointsC.h +++ b/TAO/tao/Strategies/sciop_endpointsC.h @@ -53,13 +53,6 @@ #endif #define TAO_EXPORT_MACRO TAO_Strategies_Export -#if defined (TAO_EXPORT_NESTED_CLASSES) -# if defined (TAO_EXPORT_NESTED_MACRO) -# undef TAO_EXPORT_NESTED_MACRO -# endif /* defined (TAO_EXPORT_NESTED_MACRO) */ -# define TAO_EXPORT_NESTED_MACRO TAO_Strategies_Export -#endif /* TAO_EXPORT_NESTED_CLASSES */ - #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4250) @@ -206,7 +199,7 @@ TAO_Strategies_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_TAO_SCIOPEndpointSequence_H_ */ // TAO_IDL - Generated from -// be\be_codegen.cpp:969 +// be\be_codegen.cpp:958 #if defined (__ACE_INLINE__) #include "sciop_endpointsC.inl" diff --git a/TAO/tao/Strategies/uiop_endpointsC.cpp b/TAO/tao/Strategies/uiop_endpointsC.cpp index ac668435e91..839ceb0eb59 100644 --- a/TAO/tao/Strategies/uiop_endpointsC.cpp +++ b/TAO/tao/Strategies/uiop_endpointsC.cpp @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:302 +// be\be_codegen.cpp:291 #include "uiop_endpointsC.h" diff --git a/TAO/tao/Strategies/uiop_endpointsC.h b/TAO/tao/Strategies/uiop_endpointsC.h index 24ef18642bd..32a4576054d 100644 --- a/TAO/tao/Strategies/uiop_endpointsC.h +++ b/TAO/tao/Strategies/uiop_endpointsC.h @@ -53,13 +53,6 @@ #endif #define TAO_EXPORT_MACRO TAO_Strategies_Export -#if defined (TAO_EXPORT_NESTED_CLASSES) -# if defined (TAO_EXPORT_NESTED_MACRO) -# undef TAO_EXPORT_NESTED_MACRO -# endif /* defined (TAO_EXPORT_NESTED_MACRO) */ -# define TAO_EXPORT_NESTED_MACRO TAO_Strategies_Export -#endif /* TAO_EXPORT_NESTED_CLASSES */ - #if defined(_MSC_VER) #pragma warning(push) #pragma warning(disable:4250) @@ -205,7 +198,7 @@ TAO_Strategies_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_TAO_UIOPEndpointSequence_H_ */ // TAO_IDL - Generated from -// be\be_codegen.cpp:969 +// be\be_codegen.cpp:958 #if defined (__ACE_INLINE__) #include "uiop_endpointsC.inl" |