summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-15 22:57:26 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-15 22:57:26 +0000
commit0981ec231c689c0e5e3529fa1b4b36babb35bf62 (patch)
tree4ba9f3e2f1a32505c98b1379f390197d4969ee2c
parent333c899079a4ed90e9e45922af3dc68a59f3d05b (diff)
downloadATCD-0981ec231c689c0e5e3529fa1b4b36babb35bf62.tar.gz
ChangeLogTag: Fri Nov 15 16:59:49 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h2
3 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9d95f29def8..a5af99e1c49 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 15 16:59:49 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
+ * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h: Fixed warnings
+ in Borland build.
+
Fri Nov 15 15:22:54 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
* TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h b/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h
index 9beb79a6c68..f8a6f33394b 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h
@@ -71,6 +71,8 @@ protected:
ACE_THROW_SPEC ((
CORBA::SystemException
));
+private:
+ void push (TAO_NS_Event_var &) {}
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h
index 41b2e895840..c0e007839e0 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h
@@ -76,6 +76,8 @@ protected:
ACE_THROW_SPEC ((
CORBA::SystemException
));
+
+ void push (TAO_NS_Event_var &);
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)