summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h45
1 files changed, 22 insertions, 23 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h b/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
index c6f5d8fe904..e49c21baba5 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
@@ -1,18 +1,15 @@
/* -*- C++ -*- */
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// orbsvcs
-//
-// = FILENAME
-// Scheduler_Utilities.h
-//
-// = AUTHOR
-// Chris Gill <cdgill@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Scheduler_Utilities.h
+ *
+ * $Id$
+ *
+ * @author Chris Gill <cdgill@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef ACE_SCHEDULER_UTILITIES_H
#define ACE_SCHEDULER_UTILITIES_H
@@ -26,18 +23,20 @@
#include "orbsvcs/Sched/sched_export.h"
+/**
+ * @class ACE_RT_Info
+ *
+ * @brief Offers a convenient C++ interface to the IDL RT_Info structure.
+ *
+ * For performance reasons the RT_Info data is represented as an
+ * IDL structure, this permits sending complete RT_Info's from the
+ * client to the server. Unfortunately this precludes the usage
+ * of member functions and constructors, this class serves as a
+ * helper to implement those without loosing the performance on
+ * IDL.
+ */
class TAO_RTSched_Export ACE_RT_Info : public RtecScheduler::RT_Info
{
- // = TITLE
- // Offers a convenient C++ interface to the IDL RT_Info structure.
- //
- // = DESCRIPTION
- // For performance reasons the RT_Info data is represented as an
- // IDL structure, this permits sending complete RT_Info's from the
- // client to the server. Unfortunately this precludes the usage
- // of member functions and constructors, this class serves as a
- // helper to implement those without loosing the performance on
- // IDL.
public:
/// Construct a helper class instance from values for