summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-29 19:08:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-29 19:08:44 +0000
commit82dbd119b5fc889386721dee60fce0cfe5a66f98 (patch)
tree2bf89886574d41c27ec44727a9927de2d40bf48f
parent7e735ebdbda719828554c20447710576e7e225aa (diff)
downloadATCD-82dbd119b5fc889386721dee60fce0cfe5a66f98.tar.gz
ChangeLogTag: Tue Jul 29 19:05:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog50
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h8
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event_Utilities.h8
-rw-r--r--TAO/orbsvcs/orbsvcs/RtecBase.idl4
9 files changed, 50 insertions, 36 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 842f265ded8..27d92b9eb2e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,10 +1,22 @@
+Tue Jul 29 19:08:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Event_Utilities.h:
+ * orbsvcs/orbsvcs/RtecBase.idl:
+ * orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i:
+ * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h:
+ * orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h:
+ * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h:
+ * orbsvcs/orbsvcs/Event/ EC_MT_Dispatching.h:
+ Fixed doxygen warnings.
+
Tue Jul 29 09:04:08 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* docs/ORBEndpoint.html: Updated this document so that the DIOP
section points to the examples/PluggableUDP/DIOP/README file,
which describes the limitations with DIOP. Thanks to
Michael Kircher for motivating this!
-
+
Tue Jul 29 10:08:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/Metrics/Metrics.dsp:
@@ -20,9 +32,9 @@ Tue Jul 29 09:24:16 2003 Gan Deng <gan.deng@vanderbilt.edu>
clear_cache () function the unbind () function call will make
the iterator to be invalid.
-Tue Jul 29 01:08:10 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+Tue Jul 29 01:08:10 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
- * examples/RTScheduling/DT_Creator.cpp:
+ * examples/RTScheduling/DT_Creator.cpp:
Removed the inclusion of file Task.h. This should fix the Debian
builds.
@@ -32,9 +44,9 @@ Mon Jul 28 18:37:27 2003 Gan Deng <gan.deng@vanderbilt.edu>
* tao/Muxed_TMS.cpp
Modify the TAO_Muxed_TMS::clear_cache () function, which
is supposed to be modified fully in the last patch at:
-
+
Tue Jul 15 10:18:07 2003 Gan Deng <gan.deng@vanderbilt.edu>
-
+
Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
* tao/Exception.h
@@ -47,7 +59,7 @@ Mon Jul 28 16:12:15 2003 Gan Deng <gan.deng@vanderbilt.edu>
specification for Exception type has been fulfilled. Some
constructors, copy constructors and assignment operators which
are supposed be be put into the "protected" section in class
- declaration still remained in the "public" section. These
+ declaration still remained in the "public" section. These
changes will be made later when we full migrate to MS VC++
7.0 or later version.
@@ -61,7 +73,7 @@ Mon Jul 28 14:46:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/TAO_Static.dsp:
- Added new files from
+ Added new files from
Mon Jul 28 12:34:16 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
@@ -97,9 +109,9 @@ Mon Jul 28 12:34:16 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Any_SystemException.cpp: New Any_Impl classes to be used by
different concrete CORBA::SystemException types. The way it was
done before added a lot of footprint.
-
+
* tao/Exception.cpp: Use TAO::Any_SystemException class for Any
- extraction and insertion operators.
+ extraction and insertion operators.
* tao/Makefile.tao:
* tao/tao.mpc:
@@ -426,7 +438,7 @@ Fri Jul 25 13:15:36 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/Param_Test/except.cpp:
* tests/Param_Test/param_test_i.cpp:
- Changed the logic inside the catch blocks of
+ Changed the logic inside the catch blocks of
Test_Exception::dii_req_invoke and Test_Exception::run_sii_test.
Changes in progress to TAO's exception classes have been
producing errors in exception handling that were not caught
@@ -699,11 +711,11 @@ Thu Jul 24 03:03:20 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
Common Files
------------
- * examples/RTScheduling/Job.idl:
- * examples/RTScheduling/Job_i.cpp:
- * examples/RTScheduling/Job_i.h:
- * examples/RTScheduling/DT_Creator.cpp:
- * examples/RTScheduling/DT_Creator.h:
+ * examples/RTScheduling/Job.idl:
+ * examples/RTScheduling/Job_i.cpp:
+ * examples/RTScheduling/Job_i.h:
+ * examples/RTScheduling/DT_Creator.cpp:
+ * examples/RTScheduling/DT_Creator.h:
* examples/RTScheduling/Synch.idl:
* examples/RTScheduling/Synch_i.cpp:
* examples/RTScheduling/Synch_i.h:
@@ -712,13 +724,13 @@ Thu Jul 24 03:03:20 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
* examples/RTScheduling/Task_Stats.inl:
* examples/RTScheduling/Thread_Task.cpp:
* examples/RTScheduling/Thread_Task.h:
- * examples/RTScheduling/POA_Holder.h:
+ * examples/RTScheduling/POA_Holder.h:
* examples/RTScheduling/POA_Holder.cpp:
* examples/RTScheduling/Starter.h:
- * examples/RTScheduling/Starter.cpp:
- * examples/RTScheduling/Makefile:
+ * examples/RTScheduling/Starter.cpp:
+ * examples/RTScheduling/Makefile:
* examples/RTScheduling/README:
-
+
Wed Jul 23 14:45:32 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i
index 4e3e1695c94..59fecf9da0e 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i
@@ -12,7 +12,7 @@ TAO_EC_Queue::
}
/// @todo The high water mark and low water mark shouldn't be
-/// hardcoded, check http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=565
+/// hardcoded, check http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=565
ACE_INLINE
TAO_EC_Dispatching_Task::
TAO_EC_Dispatching_Task (ACE_Thread_Manager* thr_manager)
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
index 9b612c1998c..1c1fada30e4 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp
@@ -319,7 +319,7 @@ TAO_EC_Gateway_IIOP::update_consumer_i (
// ACE_SupplierQOS_Factory::debug (pub);
(*j).int_id_->connect_push_supplier (supplier_ref.in (),
pub
- ACE_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
}
@@ -367,7 +367,7 @@ TAO_EC_Gateway_IIOP::update_consumer_i (
// ACE_SupplierQOS_Factory::debug (pub);
this->default_consumer_proxy_->connect_push_supplier (supplier_ref.in (),
pub
- ACE_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
@@ -391,7 +391,7 @@ TAO_EC_Gateway_IIOP::update_consumer_i (
this->supplier_proxy_->connect_push_consumer (consumer_ref.in (),
sub
- ACE_ENV_ARG_PARAMETER);
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
}
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
index 62dfb8dbee8..bffa0ce2546 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
@@ -138,8 +138,8 @@ protected:
/**
* An update_consumer() message arrived *while* we were doing a
- * push() the modification is stored <pub_>, if multiple
- * update_consumer messages arrive only the last one is executed.
+ * push() the modification is stored, if multiple update_consumer messages
+ * arrive only the last one is executed.
*/
int update_posted_;
RtecEventChannelAdmin::ConsumerQOS c_qos_;
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h
index 652dfc379bf..bc0a5b49c94 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Filter.h
@@ -43,7 +43,7 @@ class TAO_RTKokyuEvent_Export TAO_EC_Kokyu_Filter : public TAO_EC_Filter
public:
/**
* Constructor.
- * It assumes ownership of the <body>, makes a copy of the other
+ * It assumes ownership of the @a body, makes a copy of the other
* parameters
*/
TAO_EC_Kokyu_Filter (const char* name,
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
index 666335a1f3b..39c2d42020b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
@@ -42,13 +42,13 @@ public:
/// through set_values ().
TAO_EC_Object_Deactivator (void);
- /// Constructor. Set <id> which will be deactivated from <poa> in
+ /// Constructor. Set @a id which will be deactivated from @ poa in
/// the deactivator's destructor, unless deactivate () or
/// disallow_deactivation () are invoked before the destruction.
TAO_EC_Object_Deactivator (PortableServer::POA_ptr poa,
PortableServer::ObjectId const & id);
- /// Destructor. Deactivates <id_> from <poa_> if those values have
+ /// Destructor. Deactivates id_ from poa_ if those values have
/// been set, and neither deactivate() nor disallow_deactivation()
/// have been invoked.
~TAO_EC_Object_Deactivator (void);
@@ -59,7 +59,7 @@ public:
void set_values (PortableServer::POA_ptr poa,
PortableServer::ObjectId const & id);
- /// Take on the state of <deactivator>. <deactivator> loses its state.
+ /// Take on the state of @a deactivator. @a deactivator loses its state.
void set_values (TAO_EC_Object_Deactivator & deactivator);
/// Explicitly enable deactivation to happen in destructor or when
@@ -187,7 +187,7 @@ public:
/// Destructor. If holding an Event Channel, destroy it.
~TAO_EC_Event_Channel_Holder (void);
- /// Set the Event Channel to be destroyed in destructor to <ec_var>. If
+ /// Set the Event Channel to be destroyed in destructor to @a ec_var. If
/// TAO_EC_Event_Channel_Holder already held an Event Channel prior
/// to invocation of this method, that Event Channel is NOT destroyed.
void init (RtecEventChannelAdmin::EventChannel_var ec_var);
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h
index 30710395fb8..ff92d8c16f7 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h
@@ -37,7 +37,7 @@ class TAO_RTEvent_Export TAO_EC_MT_Dispatching : public TAO_EC_Dispatching
{
public:
/// Constructor
- /// It will create <nthreads> servicing threads...
+ /// It will create @a nthreads servicing threads...
TAO_EC_MT_Dispatching (int nthreads,
int thread_creation_flags,
int thread_priority,
diff --git a/TAO/orbsvcs/orbsvcs/Event_Utilities.h b/TAO/orbsvcs/orbsvcs/Event_Utilities.h
index 36ec39d4f3a..cead8d7d73b 100644
--- a/TAO/orbsvcs/orbsvcs/Event_Utilities.h
+++ b/TAO/orbsvcs/orbsvcs/Event_Utilities.h
@@ -140,7 +140,7 @@ public:
// start_XX_group method is not called, start_conjunction_group is
// assumed.
- /// Insert the <subscribe> structure describing the event and
+ /// Insert the @a subscribe structure describing the event and
/// receiving method into the current group.
int insert (const RtecEventChannelAdmin::Dependency &subscribe);
@@ -161,8 +161,8 @@ public:
int insert_source (RtecEventComm::EventSourceID source,
RtecBase::handle_t rt_info);
- /// Register temporal dependency. <type> designates interval or
- /// deadline timeout that will occur every <interval>.
+ /// Register temporal dependency. @a type designates interval or
+ /// deadline timeout that will occur every @a interval.
int insert_time (RtecEventComm::EventType type,
RtecEventComm::Time interval,
RtecBase::handle_t rt_info);
@@ -210,7 +210,7 @@ public:
/**
* Publish @a sid and @a type that is generate by a method described by
- * <rtinfo>. The method generates @a type @a ncalls number of times
+ * @a rtinfo. The method generates @a type @a ncalls number of times
* per "iteration."
*/
int insert (RtecEventComm::EventSourceID sid,
diff --git a/TAO/orbsvcs/orbsvcs/RtecBase.idl b/TAO/orbsvcs/orbsvcs/RtecBase.idl
index 0fe34dc3b6f..bf1e22d0b49 100644
--- a/TAO/orbsvcs/orbsvcs/RtecBase.idl
+++ b/TAO/orbsvcs/orbsvcs/RtecBase.idl
@@ -23,10 +23,12 @@
*/
module RtecBase
{
- /// Specify one-way or two-way call.
+ /// Specify type of call.
enum Dependency_Type_t
{
+ /// One-way call.
ONE_WAY_CALL,
+ /// Two-way call.
TWO_WAY_CALL
};