summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/Event_Channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/Event_Channel.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/Event_Channel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/Gateway/Gateway/Event_Channel.cpp b/ACE/apps/Gateway/Gateway/Event_Channel.cpp
index 34255b3fde2..45bece8d553 100644
--- a/ACE/apps/Gateway/Gateway/Event_Channel.cpp
+++ b/ACE/apps/Gateway/Gateway/Event_Channel.cpp
@@ -9,7 +9,7 @@ Event_Channel::~Event_Channel (void)
{
}
-#if defined (ACE_WIN32_VC8)
+#if defined (_MSC_VER)
# pragma warning (push)
# pragma warning (disable:4355) /* Use of 'this' in initializer list */
# endif
@@ -18,7 +18,7 @@ Event_Channel::Event_Channel (void)
consumer_acceptor_ (*this, 'C')
{
}
-#if defined (ACE_WIN32_VC8)
+#if defined (_MSC_VER)
# pragma warning (pop)
#endif