diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-19 19:04:16 +0000 |
commit | f085418a9e30b117af064f04298532377e64a234 (patch) | |
tree | e90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ace/QoS | |
parent | 4165bce73fc23d677dd345f4676f2113927f2759 (diff) | |
download | ATCD-f085418a9e30b117af064f04298532377e64a234.tar.gz |
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/QoS')
-rw-r--r-- | ace/QoS/QoS_Decorator.h | 4 | ||||
-rw-r--r-- | ace/QoS/QoS_Manager.h | 4 | ||||
-rw-r--r-- | ace/QoS/QoS_Session.h | 4 | ||||
-rw-r--r-- | ace/QoS/QoS_Session_Factory.h | 4 | ||||
-rw-r--r-- | ace/QoS/QoS_Session_Impl.h | 4 | ||||
-rw-r--r-- | ace/QoS/SOCK_Dgram_Mcast_QoS.h | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/ace/QoS/QoS_Decorator.h b/ace/QoS/QoS_Decorator.h index 3fc38879113..cf062216ec4 100644 --- a/ace/QoS/QoS_Decorator.h +++ b/ace/QoS/QoS_Decorator.h @@ -13,7 +13,7 @@ #ifndef QOS_DECORATOR_H #define QOS_DECORATOR_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/Reactor.h" @@ -173,5 +173,5 @@ private: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* QOS_DECORATOR_H */ diff --git a/ace/QoS/QoS_Manager.h b/ace/QoS/QoS_Manager.h index 7037fe48d3e..f3654e8b68b 100644 --- a/ace/QoS/QoS_Manager.h +++ b/ace/QoS/QoS_Manager.h @@ -13,7 +13,7 @@ #ifndef ACE_QOS_MANAGER_H #define ACE_QOS_MANAGER_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/Addr.h" @@ -65,5 +65,5 @@ private: ACE_QOS_SESSION_SET qos_session_set_; }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_QOS_MANAGER_H */ diff --git a/ace/QoS/QoS_Session.h b/ace/QoS/QoS_Session.h index b1919d9e71e..780a80b5a80 100644 --- a/ace/QoS/QoS_Session.h +++ b/ace/QoS/QoS_Session.h @@ -13,7 +13,7 @@ #ifndef ACE_QOS_SESSION_H #define ACE_QOS_SESSION_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ACE_QoS_Export.h" #include "ace/INET_Addr.h" @@ -175,5 +175,5 @@ protected: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_QOS_SESSION_H */ diff --git a/ace/QoS/QoS_Session_Factory.h b/ace/QoS/QoS_Session_Factory.h index d23963c5491..2e80e338d3e 100644 --- a/ace/QoS/QoS_Session_Factory.h +++ b/ace/QoS/QoS_Session_Factory.h @@ -13,7 +13,7 @@ #ifndef ACE_QOS_SESSION_FACTORY_H #define ACE_QOS_SESSION_FACTORY_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/QoS/QoS_Session.h" @@ -88,5 +88,5 @@ private: }; -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_QOS_SESSION_FACTORY_H */ diff --git a/ace/QoS/QoS_Session_Impl.h b/ace/QoS/QoS_Session_Impl.h index efd53682ad4..5b2ac9e829d 100644 --- a/ace/QoS/QoS_Session_Impl.h +++ b/ace/QoS/QoS_Session_Impl.h @@ -13,7 +13,7 @@ #ifndef ACE_QOS_SESSION_IMPL_H #define ACE_QOS_SESSION_IMPL_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/QoS/QoS_Session.h" @@ -253,5 +253,5 @@ private: #include "QoS_Session_Impl.i" #endif /* __ACE_INLINE__ */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_QOS_SESSION_IMPL_H */ diff --git a/ace/QoS/SOCK_Dgram_Mcast_QoS.h b/ace/QoS/SOCK_Dgram_Mcast_QoS.h index b6bad0bb5ca..228a19f7197 100644 --- a/ace/QoS/SOCK_Dgram_Mcast_QoS.h +++ b/ace/QoS/SOCK_Dgram_Mcast_QoS.h @@ -13,7 +13,7 @@ #ifndef ACE_SOCK_DGRAM_MCAST_QOS_H #define ACE_SOCK_DGRAM_MCAST_QOS_H -#include "ace/pre.h" +#include /**/ "ace/pre.h" #include "ace/SOCK_Dgram_Mcast.h" #include "QoS_Manager.h" @@ -134,5 +134,5 @@ private: #include "SOCK_Dgram_Mcast_QoS.i" #endif /* ACE_LACKS_INLINE_FUNCTIONS */ -#include "ace/post.h" +#include /**/ "ace/post.h" #endif /* ACE_SOCK_DGRAM_MCAST_QOS_H */ |