summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-09-30 15:41:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-09-30 15:41:48 +0000
commit3c60ed29333315c92b044ace968a377ad88cce79 (patch)
tree73c315e370f04442f72d12417f5fdd00ca32b445
parent9c6a1843767861a567f47c03930176a40d41c9c6 (diff)
downloadATCD-3c60ed29333315c92b044ace968a377ad88cce79.tar.gz
ChangeLogTag:Tue Sep 30 10:40:37 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog16
-rw-r--r--Kokyu/DSRT_Direct_Dispatcher_Impl_T.h9
-rw-r--r--Kokyu/DSRT_Dispatch_Item_T.h6
-rw-r--r--Kokyu/DSRT_Dispatch_Item_T.i2
-rw-r--r--Kokyu/DSRT_Dispatcher_Impl_T.h11
-rw-r--r--Kokyu/DSRT_Sched_Queue_T.h4
-rw-r--r--Kokyu/Default_Dispatcher_Impl.h8
-rw-r--r--Kokyu/Dispatcher_Impl.h14
-rw-r--r--Kokyu/Dispatcher_Task.h8
-rw-r--r--Kokyu/Kokyu.h12
-rw-r--r--Kokyu/Kokyu_defs.h14
-rw-r--r--Kokyu/Kokyu_dsrt.h16
12 files changed, 72 insertions, 48 deletions
diff --git a/ChangeLog b/ChangeLog
index b6728dba30c..bc54e861da1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Tue Sep 30 10:40:37 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * Kokyu/DSRT_Direct_Dispatcher_Impl_T.h:
+ * Kokyu/DSRT_Dispatch_Item_T.h:
+ * Kokyu/DSRT_Dispatch_Item_T.i:
+ * Kokyu/DSRT_Dispatcher_Impl_T.h:
+ * Kokyu/DSRT_Sched_Queue_T.h:
+ * Kokyu/Default_Dispatcher_Impl.h:
+ * Kokyu/Dispatcher_Impl.h:
+ * Kokyu/Dispatcher_Task.h:
+ * Kokyu/Kokyu.h:
+ * Kokyu/Kokyu_defs.h:
+ * Kokyu/Kokyu_dsrt.h:
+
+ Fixed fuzz errors.
+
Tue Sep 30 10:10:17 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/ChangeLogEditor/ChangeLogEntry.pm:
diff --git a/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h b/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h
index a676375338e..404e278a252 100644
--- a/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h
+++ b/Kokyu/DSRT_Direct_Dispatcher_Impl_T.h
@@ -10,14 +10,15 @@
#ifndef DSRT_DIRECT_DISPATCHER_IMPL_T_H
#define DSRT_DIRECT_DISPATCHER_IMPL_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
+
#include "ace/Task.h"
-#include "ace/Copy_Disabled.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
+#include "ace/Copy_Disabled.h"
#include "Kokyu_dsrt.h"
#include "DSRT_Sched_Queue_T.h"
#include "DSRT_Dispatcher_Impl_T.h"
@@ -174,5 +175,5 @@ namespace Kokyu
#pragma implementation ("DSRT_Direct_Dispatcher_Impl_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DSRT_DIRECT_DISPATCHER_IMPL_T_H */
diff --git a/Kokyu/DSRT_Dispatch_Item_T.h b/Kokyu/DSRT_Dispatch_Item_T.h
index 6be8e6c96d7..719a754bb67 100644
--- a/Kokyu/DSRT_Dispatch_Item_T.h
+++ b/Kokyu/DSRT_Dispatch_Item_T.h
@@ -1,6 +1,6 @@
/* -*- C++ -*- */
/**
- * @file DSRT_Dispatch_Item.h
+ * @file DSRT_Dispatch_Item_T.h
*
* $Id$
*
@@ -10,7 +10,7 @@
#ifndef DSRT_DISPATCH_ITEM_H
#define DSRT_DISPATCH_ITEM_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Bound_Ptr.h"
#include "ace/Copy_Disabled.h"
@@ -99,5 +99,5 @@ namespace Kokyu
#pragma implementation ("DSRT_Dispatch_Item_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DSRT_DISPATCH_ITEM_H */
diff --git a/Kokyu/DSRT_Dispatch_Item_T.i b/Kokyu/DSRT_Dispatch_Item_T.i
index 88887cf3ce3..fca64cea38d 100644
--- a/Kokyu/DSRT_Dispatch_Item_T.i
+++ b/Kokyu/DSRT_Dispatch_Item_T.i
@@ -1,6 +1,6 @@
/* -*- C++ -*- */
/**
- * @file DSRT_Dispatch_Item.i
+ * @file DSRT_Dispatch_Item_T.i
*
* $Id$
*
diff --git a/Kokyu/DSRT_Dispatcher_Impl_T.h b/Kokyu/DSRT_Dispatcher_Impl_T.h
index 6c6e0f3ec7e..fd847ca0faa 100644
--- a/Kokyu/DSRT_Dispatcher_Impl_T.h
+++ b/Kokyu/DSRT_Dispatcher_Impl_T.h
@@ -1,6 +1,6 @@
/* -*- C++ -*- */
/**
- * @file DSRT_Dispatcher_Impl.h
+ * @file DSRT_Dispatcher_Impl_T.h
*
* $Id$
*
@@ -8,13 +8,14 @@
#ifndef DSRT_DISPATCHER_IMPL_H
#define DSRT_DISPATCHER_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
+#include "Kokyu_dsrt.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
-//# pragma once
+# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "Kokyu_dsrt.h"
+
namespace Kokyu
{
@@ -91,5 +92,5 @@ namespace Kokyu
#pragma implementation ("DSRT_Dispatcher_Impl_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DSRT_DISPATCHER_IMPL_H */
diff --git a/Kokyu/DSRT_Sched_Queue_T.h b/Kokyu/DSRT_Sched_Queue_T.h
index be2f72bd330..0c03e975609 100644
--- a/Kokyu/DSRT_Sched_Queue_T.h
+++ b/Kokyu/DSRT_Sched_Queue_T.h
@@ -10,7 +10,7 @@
#ifndef DSRT_SCHED_QUEUE_T_H
#define DSRT_SCHED_QUEUE_T_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "DSRT_Dispatch_Item_T.h"
#include "ace/RB_Tree.h"
@@ -222,5 +222,5 @@ namespace Kokyu
#pragma implementation ("DSRT_Sched_Queue_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DSRT_SCHED_QUEUE_T_H */
diff --git a/Kokyu/Default_Dispatcher_Impl.h b/Kokyu/Default_Dispatcher_Impl.h
index 95cedd10a07..f87204d1569 100644
--- a/Kokyu/Default_Dispatcher_Impl.h
+++ b/Kokyu/Default_Dispatcher_Impl.h
@@ -12,14 +12,16 @@
#ifndef DEFAULT_DISPATCHER_IMPL_H
#define DEFAULT_DISPATCHER_IMPL_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
+
#include "ace/Task.h"
-#include "ace/Auto_Ptr.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Auto_Ptr.h"
#include "kokyu_export.h"
#include "Kokyu_defs.h"
#include "Dispatcher_Impl.h"
@@ -71,5 +73,5 @@ namespace Kokyu
#include "Default_Dispatcher_Impl.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DEFAULT_DISPATCHER_IMPL_H */
diff --git a/Kokyu/Dispatcher_Impl.h b/Kokyu/Dispatcher_Impl.h
index ca0c907ae6d..d0d0cae42fc 100644
--- a/Kokyu/Dispatcher_Impl.h
+++ b/Kokyu/Dispatcher_Impl.h
@@ -12,14 +12,16 @@
#ifndef DISPATCHER_IMPL_H
#define DISPATCHER_IMPL_H
-#include "ace/pre.h"
-
-//#if !defined (ACE_LACKS_PRAGMA_ONCE)
-//# pragma once
-//#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include /**/ "ace/pre.h"
#include "Kokyu_defs.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+
+
namespace Kokyu
{
/**
@@ -66,5 +68,5 @@ namespace Kokyu
#include "Dispatcher_Impl.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DISPATCHER_IMPL_H */
diff --git a/Kokyu/Dispatcher_Task.h b/Kokyu/Dispatcher_Task.h
index e568ac7cb35..afe1ee96dca 100644
--- a/Kokyu/Dispatcher_Task.h
+++ b/Kokyu/Dispatcher_Task.h
@@ -12,14 +12,16 @@
#ifndef DISPATCHER_TASK_H
#define DISPATCHER_TASK_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
+
#include "ace/Task.h"
-#include "ace/Lock_Adapter_T.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Lock_Adapter_T.h"
#include "Kokyu_defs.h"
namespace Kokyu
@@ -100,5 +102,5 @@ private:
#include "Dispatcher_Task.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* DISPATCHER_TASK_H */
diff --git a/Kokyu/Kokyu.h b/Kokyu/Kokyu.h
index 0794dfc3b1c..c5a47ff90b6 100644
--- a/Kokyu/Kokyu.h
+++ b/Kokyu/Kokyu.h
@@ -12,12 +12,12 @@
#ifndef KOKYU_H
#define KOKYU_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Copy_Disabled.h"
-//#if !defined (ACE_LACKS_PRAGMA_ONCE)
-//# pragma once
-//#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "kokyu_export.h"
#include "Kokyu_defs.h"
@@ -94,7 +94,7 @@ namespace Kokyu
*
* @return Auto pointer to the dispatcher.
*/
- static Dispatcher_Auto_Ptr
+ static Dispatcher_Auto_Ptr
create_dispatcher (const Dispatcher_Attributes& attr);
};
} //end of namespace
@@ -103,5 +103,5 @@ namespace Kokyu
#include "Kokyu.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* KOKYU_H */
diff --git a/Kokyu/Kokyu_defs.h b/Kokyu/Kokyu_defs.h
index 8e2e14f79d3..d0c92496f17 100644
--- a/Kokyu/Kokyu_defs.h
+++ b/Kokyu/Kokyu_defs.h
@@ -10,17 +10,17 @@
#ifndef KOKYU_DEFS_H
#define KOKYU_DEFS_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Array.h"
-#include "ace/Time_Value.h"
-#include "ace/Auto_Ptr.h"
-#include "ace/Message_Block.h"
-#include "ace/Sched_Params.h"
+
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
+#include "ace/Time_Value.h"
+#include "ace/Auto_Ptr.h"
+#include "ace/Message_Block.h"
+#include "ace/Sched_Params.h"
#include "kokyu_export.h"
namespace Kokyu
@@ -135,5 +135,5 @@ ACE_INLINE int operator != (const Kokyu::ConfigInfo& lhs, const Kokyu::ConfigInf
#include "Kokyu_defs.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* KOKYU_DEFS_H */
diff --git a/Kokyu/Kokyu_dsrt.h b/Kokyu/Kokyu_dsrt.h
index 4cab7d0676c..3e7496b0a74 100644
--- a/Kokyu/Kokyu_dsrt.h
+++ b/Kokyu/Kokyu_dsrt.h
@@ -10,12 +10,12 @@
#ifndef KOKYU_DSRT_H
#define KOKYU_DSRT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/Copy_Disabled.h"
-//#if !defined (ACE_LACKS_PRAGMA_ONCE)
-//# pragma once
-//#endif /* ACE_LACKS_PRAGMA_ONCE */
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "kokyu_export.h"
#include "Kokyu_defs.h"
@@ -131,7 +131,7 @@ namespace Kokyu
typedef typename QoSDesc::Importance_t Importance_t;
int operator ()(const QoSDesc& qos1,
- const QoSDesc& qos2);
+ const QoSDesc& qos2);
};
/**
@@ -148,7 +148,7 @@ namespace Kokyu
typedef typename QoSDesc::Priority_t Priority_t;
int operator ()(const QoSDesc& qos1,
- const QoSDesc& qos2);
+ const QoSDesc& qos2);
};
/**
@@ -166,7 +166,7 @@ namespace Kokyu
typedef typename QoSDesc::Time_t Time_t;
int operator ()(const QoSDesc& qos1,
- const QoSDesc& qos2);
+ const QoSDesc& qos2);
};
@@ -184,5 +184,5 @@ namespace Kokyu
#pragma implementation ("Kokyu_dsrt.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* KOKYU_DSRT_H */