summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-28 13:54:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-28 13:54:15 +0000
commit70c3afb322110e6c11361e548bab4364efc4767b (patch)
tree4536d998b7d34ebeac03be730fd1862af04dca16
parent4071695a9dd26359113694ea951e238c922c5ace (diff)
downloadATCD-70c3afb322110e6c11361e548bab4364efc4767b.tar.gz
ChangeLogTag: Mon Jul 28 13:46:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog46
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h3
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h10
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Filter.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_UDP_Admin.h2
9 files changed, 45 insertions, 34 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3c29cfc3680..797b1485d22 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Mon Jul 28 13:52:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
+ * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
+ * orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h:
+ * orbsvcs/orbsvcs/Event/EC_Filter.h:
+ * orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h:
+ * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
+ * orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h:
+ * orbsvcs/orbsvcs/Event/EC_UDP_Admin.h:
+ Fixed doxygen warnings
+
Mon Jul 28 08:45:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/RTScheduling/Scheduling_Interceptor/test_server.cpp:
@@ -47,35 +59,35 @@ Sun Jul 27 19:11:41 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Sun Jul 27 19:31:27 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
- * examples/RTScheduling/DT_Creator.h:
+ * examples/RTScheduling/DT_Creator.h:
Added the missing DT_Creator.h file.
- * examples/RTScheduling/FP_SchedulingC.h:
- * examples/RTScheduling/MIF_SchedulingC.h:
-
+ * examples/RTScheduling/FP_SchedulingC.h:
+ * examples/RTScheduling/MIF_SchedulingC.h:
+
Included RTScheduler.h file instaed of RTSchedulerC.h.
- * examples/RTScheduling/Thread_Task.h:
+ * examples/RTScheduling/Thread_Task.h:
* examples/RTScheduling/Fixed_Priority_Scheduler/FP_DT_Creator.h:
- * examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.h:
+ * examples/RTScheduling/MIF_Scheduler/MIF_DT_Creator.h:
Removed the inclusion of Task.h file that is no longer used.
- * examples/RTScheduling/MIF_Scheduler/Makefile:
- * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:
+ * examples/RTScheduling/MIF_Scheduler/Makefile:
+ * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile:
Updated dependencies.
Above changes fix compile problems on most builds.
-
+
Sun Jul 27 17:30:14 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* orbsvcs/orbsvcs/Event/EC_Kokyu_Dispatching.cpp: Converted period
argument for scheduler->set from ACE_Time_Value to
RtecScheduler::Period_t to clear warnings in
WinXP_MSVC_Warning_Level_4_Debug build.
-
+
* orbsvcs/examples/RtEC/Kokyu/Service.cpp: Used ORBSVCS_Time
utility function to convert between ACE_Time_Value and
TimeBase::TimeT to clear warnings in
@@ -87,14 +99,14 @@ Sun Jul 27 09:06:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
== 0. This is actually bogus since the get_client_policy () does
all the checks. Moreover, if the policy is set on Current or on
the PolicyManager, we could by mistake a return a null
- policy. Thanks to Christoph Liebig <xfrog2000@yahoo.com>
- for reporting this problem.
+ policy. Thanks to Christoph Liebig <xfrog2000@yahoo.com>
+ for reporting this problem.
Sun Jul 27 07:29:51 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Exception.h:
* tao/Exception.cpp: Fixed compiation errors and warnings in
- SunC++ builds. These were caused due to the following
+ SunC++ builds. These were caused due to the following
- string literal being converted to char *
- explicit template instantiations required that the
@@ -159,7 +171,7 @@ Sat Jul 26 13:27:35 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* orbsvcs/orbsvcs/RTKokyuEvent.dsp:
Added Kokyu library to list of link libraries and added Kokyu
- path to link path.
+ path to link path.
Sat Jul 26 10:02:43 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -184,11 +196,11 @@ Fri Jul 25 22:17:44 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Modifications to reflect changes in Kokyu. The Kokyu dispatcher
is stored in an auto ptr instead of a regular pointer. This is
enforced by the Kokyu interface.
-
+
* orbsvcs/orbsvcs/Event/RTKokyuEvent.dsw:
-
+
Changed the dependency to Kokyu.dsp instead of Kokyu_DLL.dsp.
-
+
Fri Jul 25 17:07:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h b/TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h
index 01836bdbf53..12049770550 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h
@@ -49,8 +49,7 @@ class TAO_RTEvent_Export TAO_EC_ConsumerAdmin
{
public:
/**
- * Constructor. If <supplier_set> is nil then it builds one using
- * the @a event_channel argument.
+ * Constructor. Builds one using the @a event_channel argument.
* In any case it assumes ownership.
*/
TAO_EC_ConsumerAdmin (TAO_EC_Event_Channel_Base* event_channel);
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
index 54b4ae56213..8b58d63e9cd 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.h
@@ -42,9 +42,9 @@ class TAO_RTEvent_Export TAO_EC_Event_Channel :
public:
/**
* constructor
- * If <own_factory> is not 0 it assumes ownership of the factory.
- * If the factory is <nil> it uses the Service_Configurator to load
- * the Factory, if not found it uses TAO_EC_Default_Resource_Factory
+ * If @a own_factory is not 0 it assumes ownership of the factory.
+ * If the @a factory is nil it uses the Service_Configurator to load
+ * the Factory, if not found it uses TAO_EC_Default_Factory
*/
TAO_EC_Event_Channel (const TAO_EC_Event_Channel_Attributes& attributes,
TAO_EC_Factory* factory = 0,
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h
index 37b4aa5bfe4..92b5c8d65a0 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel_Base.h
@@ -258,14 +258,14 @@ public:
protected:
/**
- * constructor
- * If <own_factory> is not 0 it assumes ownership of the factory.
- * If the factory is <nil> it uses the Service_Configurator to load
+ * Constructor
+ * If @a own_factory is not 0 it assumes ownership of the factory.
+ * If the @a factory is nil it uses the Service_Configurator to load
* the Factory, if not found it uses TAO_EC_Default_Resource_Factory
*/
TAO_EC_Event_Channel_Base (const TAO_EC_Event_Channel_Attributes& attributes,
- TAO_EC_Factory* factory = 0,
- int own_factory = 0);
+ TAO_EC_Factory* factory = 0,
+ int own_factory = 0);
/**
* Get the factory.
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.h b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.h
index bf7db82abc8..4dd5f264140 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Filter.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Filter.h
@@ -56,7 +56,7 @@ public:
/// Obtain the parent of this filter.
TAO_EC_Filter* parent (void) const;
- /// Become the parent of <child>
+ /// Become the parent of @a child.
void adopt_child (TAO_EC_Filter* child);
/// Matches two event headers.
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
index cfdc7f552c6..666335a1f3b 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Lifetime_Utils.h
@@ -119,7 +119,7 @@ class TAO_RTEvent_Export TAO_EC_Deactivated_Object
{
public:
- /// Set deactivation state to that specified by the <deactivator>
+ /// Set deactivation state to that specified by the @a deactivator
/// argument.
void set_deactivator (TAO_EC_Object_Deactivator & deactivator);
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
index b380c564d4f..d77e497b2a8 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h
@@ -140,7 +140,7 @@ public:
* observers.
*
* <H2>Memory Management</H2>
- * It assumes ownership of the <lock>, but not of the
+ * It assumes ownership of the @a lock, but not of the
* Event_Channel.
*/
class TAO_RTEvent_Export TAO_EC_Basic_ObserverStrategy :
@@ -235,7 +235,7 @@ protected:
ACE_ENV_ARG_DECL);
/// Copies all current observers into an array and passes it
- /// back to the caller through <lst>. Returns the size of the array.
+ /// back to the caller through @a lst. Returns the size of the array.
int create_observer_list (RtecEventChannelAdmin::Observer_var *&lst
ACE_ENV_ARG_DECL);
//@}
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h b/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h
index ed0dfe10958..c3280d29476 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter_Builder.h
@@ -41,8 +41,8 @@ public:
virtual ~TAO_EC_Supplier_Filter_Builder (void);
/**
- * Create the filter. The <consumer> is bound to the returned
- * Supplier_Filter, it must be <unbound> upon destruction and/or
+ * Create the filter. The consumer is bound to the returned
+ * Supplier_Filter, it must be unbound upon destruction and/or
* disconnection.
*/
virtual TAO_EC_Supplier_Filter*
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_UDP_Admin.h b/TAO/orbsvcs/orbsvcs/Event/EC_UDP_Admin.h
index af659dac698..5cccfec538c 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_UDP_Admin.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_UDP_Admin.h
@@ -29,7 +29,7 @@
* (type,source) pair and the (ipaddr,port) pair using a
* AddrServer.
* This class implements a very simple server that simply maps the
- * <type> component to the <ipaddr> and uses a fixed <port>,
+ * type component to the ipaddr and uses a fixed port,
* provided at initialization time.
*/
class TAO_RTEvent_Export TAO_EC_Simple_AddrServer : public POA_RtecUDPAdmin::AddrServer