From df02a0fc47551c6d23cedac2820977b39b2ea975 Mon Sep 17 00:00:00 2001 From: sma Date: Thu, 3 Apr 2008 09:43:45 +0000 Subject: ChangeLogTag: Thu Apr 3 09:40:00 UTC 2008 Simon Massey --- TAO/ChangeLog | 8 ++++++++ TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 8db86ffebab..905a6946f8c 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Thu Apr 3 09:40:00 UTC 2008 Simon Massey + + * orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h: + + Using "interface" as the descriptive name of a parameter seems to + cause VC8 (when building with MFC) to assume you mean a struct type + and it raises an incorrect systax error. + Thu Apr 3 01:18:45 UTC 2008 Phil Mesnier * tests/DSI_Gateway/client.cpp: diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h index be8c2d6d59f..5d07ebec18f 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h +++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.h @@ -262,7 +262,7 @@ public: protected: /// Function caches the full interface description from the IFR - int cache_interface_description (const char *interface); + int cache_interface_description (const char *interface_); /// Insert a operation/parameter into the IFR cache int insert_into_ifr_cache (const char *operation, TAO_CEC_Operation_Params *parameters); -- cgit v1.2.1