summaryrefslogtreecommitdiff
path: root/Kokyu/Kokyu_dsrt.h
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 /Kokyu/Kokyu_dsrt.h
parent9c6a1843767861a567f47c03930176a40d41c9c6 (diff)
downloadATCD-3c60ed29333315c92b044ace968a377ad88cce79.tar.gz
ChangeLogTag:Tue Sep 30 10:40:37 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'Kokyu/Kokyu_dsrt.h')
-rw-r--r--Kokyu/Kokyu_dsrt.h16
1 files changed, 8 insertions, 8 deletions
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 */