summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-08-02 11:34:39 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-08-02 11:34:39 +0000
commitb3742952ee2c334b4b6ffd47362fb07a5c755cdb (patch)
tree814c5fbbb4691c0472265ff252fbaf8e2a7736de /TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt
parentf1189ff26230514f426798b22150924056656f58 (diff)
downloadATCD-b3742952ee2c334b4b6ffd47362fb07a5c755cdb.tar.gz
ChangeLogTag: Thu Aug 2 11:33:16 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h
index 76792a03f05..bfb145b966c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h
@@ -20,6 +20,14 @@
#include "orbsvcs/Notify/Default_Factory.h"
+// The using in the class below is apparently ignored by the
+// Borland compiler. Having the using below should take care
+// of the warning about hiding virtual functions.
+#if defined (__BORLANDC__)
+# pragma warning (push)
+# pragma warning (disable : 8022)
+#endif /* __BORLANDC__ */
+
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -55,5 +63,9 @@ public:
TAO_END_VERSIONED_NAMESPACE_DECL
+#if defined (__BORLANDC__)
+# pragma warning (pop)
+#endif /* __BORLANDC__ */
+
#include /**/ "ace/post.h"
#endif /* TAO_MC_DEFAULT_FACTORY_H */