summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-02 19:12:49 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-12-02 19:12:49 +0000
commit47fb4e35f1385c1457ea025419c3c90fbcab86fd (patch)
treef90f8b3c5892b497af9c456155087ee3377d58df
parentbef5a5c080d66cea935400ac61b2ae062fd5eaf6 (diff)
downloadATCD-47fb4e35f1385c1457ea025419c3c90fbcab86fd.tar.gz
ChangeLogTag: Thu Dec 2 13:11:22 2004 Dale Wilson <wilson_d@ociweb.com>
-rw-r--r--TAO/ChangeLog56
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h4
2 files changed, 34 insertions, 26 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0a888915e0f..44da7f40db5 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,60 +1,66 @@
+Thu Dec 2 13:11:22 2004 Dale Wilson <wilson_d@ociweb.com>
+
+ * orbsvcs/orbsvcs/Notify/Topology_Object.h:
+ Restore the "unnecessary" virtual inheritence and added a note
+ indicating why it's there (to suppress a warning from HP ACC)
+
Thu Dec 2 10:51:34 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
-
+
Added generation of namespace 'TAO' to the generation of 'VMCID'
added in
-
+
Thu Dec 2 13:06:48 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Thu Dec 2 13:06:48 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
- Used VMCID while trying to propogate system exception with minor
- code.
+ Used VMCID while trying to propogate system exception with minor
+ code.
Wed Dec 1 12:00:40 2004 J.T. Conklin <jtc@acorntoolworks.com>
* orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/run_test.pl:
- Correct typo in client's server IOR parameter.
+ Correct typo in client's server IOR parameter.
Wed Dec 1 11:38:57 2004 J.T. Conklin <jtc@acorntoolworks.com>
- * orbsvcs/orbsvcs/Makefile.am:
+ * orbsvcs/orbsvcs/Makefile.am:
- Update.
+ Update.
- * orbsvcs/orbsvcs/FTORB.mpc:
+ * orbsvcs/orbsvcs/FTORB.mpc:
- Added PortableGroup_Simple_export.h, PortableGroup_Simple_DSS_T.h
- to Header_Files; PortableGroup_Simple_DSS_T.inl to Inline_Files;
- and PortableGroup_Simple_DSS_T.cpp to Template_Files so headers
- will be installed.
+ Added PortableGroup_Simple_export.h, PortableGroup_Simple_DSS_T.h
+ to Header_Files; PortableGroup_Simple_DSS_T.inl to Inline_Files;
+ and PortableGroup_Simple_DSS_T.cpp to Template_Files so headers
+ will be installed.
Wed Dec 1 19:29:32 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/SystemException.cpp:
- Moved some of the minor code changes from Johnn's branch to the
- main trunk. The minor code specification was slightly out of
- whack with the CORBA specification.
+ Moved some of the minor code changes from Johnn's branch to the
+ main trunk. The minor code specification was slightly out of
+ whack with the CORBA specification.
Wed Dec 1 17:19:39 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/strategized_proxy_broker_ss.cpp:
- Added minor code while throwing BAD_OPERATION exception in
- conformance with the CORBA spec.
+ Added minor code while throwing BAD_OPERATION exception in
+ conformance with the CORBA spec.
- * tao/IIOP_Endpoint.cpp:
+ * tao/IIOP_Endpoint.cpp:
- Removed a weird DEBUG statemnet.
+ Removed a weird DEBUG statemnet.
- * tao/SystemException.cpp:
+ * tao/SystemException.cpp:
- Added a minor code lookup table for BAD_OPERATION.
+ Added a minor code lookup table for BAD_OPERATION.
Wed Dec 1 16:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
@@ -71,8 +77,8 @@ Wed Dec 1 15:30:00 UTC 2004 Simon Massey <sma@prismtech.com>
Fixed bugzilla 1996 - IFR - Dereferencing NULL pointer
when compound object has been deleted. Thanks to Johnny
- Willemsen <jwillemsen@remedy.nl> for pointing out emulated
- exceptions were wrongly used in the previous fix.
+ Willemsen <jwillemsen@remedy.nl> for pointing out emulated
+ exceptions were wrongly used in the previous fix.
Wed Dec 1 14:00:00 UTC 2004 Simon Massey <sma@prismtech.com>
@@ -89,7 +95,7 @@ Wed Dec 1 07:18:37 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/tests/FT_App/FT_TestReplica_i.cpp:
Fixed build warnings about mismatch parameter types with
- fprintf.
+ fprintf.
Tue Nov 30 16:33:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
index c2c6de5eb76..dd4082ff4d3 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
@@ -86,13 +86,15 @@ namespace TAO_Notify
/// call the reconnect() method on all of our children to give them
/// the chance to do the same.
virtual void reconnect (ACE_ENV_SINGLE_ARG_DECL_NOT_USED);
+
};
/// \brief Base class for Persistent Topology Objects.
///
/// Topology objects must be derived from this class to allow themselves
/// to be persisted.
- class TAO_Notify_Serv_Export Topology_Object : public virtual TAO_Notify_Object, public Topology_Savable
+ /// Note: virtual inheritance from TopologySavable is unnecessary, but HP ACC compiler warns if it's not there.
+ class TAO_Notify_Serv_Export Topology_Object : public virtual TAO_Notify_Object, public virtual Topology_Savable
{
public:
/// The constructor.