summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
commitf085418a9e30b117af064f04298532377e64a234 (patch)
treee90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /protocols
parent4165bce73fc23d677dd345f4676f2113927f2759 (diff)
downloadATCD-f085418a9e30b117af064f04298532377e64a234.tar.gz
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/RMCast.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Ack_Worker.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Copy_On_Write.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Fork.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Fragment.h4
-rw-r--r--protocols/ace/RMCast/RMCast_IO_UDP.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Membership.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Module.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Module_Factory.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Partial_Message.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Proxy.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Reassembly.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Receiver_Module.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Reliable_Factory.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Reordering.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Resend_Handler.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Resend_Worker.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Retransmission.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Sequencer.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Singleton_Factory.h4
-rw-r--r--protocols/ace/RMCast/RMCast_UDP_Event_Handler.h4
-rw-r--r--protocols/ace/RMCast/RMCast_UDP_Proxy.h4
-rw-r--r--protocols/ace/RMCast/RMCast_UDP_Reliable_Receiver.h4
-rw-r--r--protocols/ace/RMCast/RMCast_UDP_Reliable_Sender.h4
24 files changed, 48 insertions, 48 deletions
diff --git a/protocols/ace/RMCast/RMCast.h b/protocols/ace/RMCast/RMCast.h
index 22afdebe3ce..2259af24fbb 100644
--- a/protocols/ace/RMCast/RMCast.h
+++ b/protocols/ace/RMCast/RMCast.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_H
#define ACE_RMCAST_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "ace/OS.h"
#include "RMCast_Export.h"
@@ -257,5 +257,5 @@ public:
#include "RMCast.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_H */
diff --git a/protocols/ace/RMCast/RMCast_Ack_Worker.h b/protocols/ace/RMCast/RMCast_Ack_Worker.h
index 565ef7feed8..b4d81e4e972 100644
--- a/protocols/ace/RMCast/RMCast_Ack_Worker.h
+++ b/protocols/ace/RMCast/RMCast_Ack_Worker.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_ACK_WORKER_H
#define ACE_RMCAST_ACK_WORKER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Retransmission.h"
@@ -43,5 +43,5 @@ private:
#include "RMCast_Ack_Worker.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_ACK_WORKER_H */
diff --git a/protocols/ace/RMCast/RMCast_Copy_On_Write.h b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
index 99f9c8ce14d..4421ca92b83 100644
--- a/protocols/ace/RMCast/RMCast_Copy_On_Write.h
+++ b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_COPY_ON_WRITE_H
#define ACE_RMCAST_COPY_ON_WRITE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Worker.h"
#include "ace/Synch.h"
@@ -208,5 +208,5 @@ public:
#pragma implementation ("RMCast_Copy_On_Write.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_COPY_ON_WRITE_H */
diff --git a/protocols/ace/RMCast/RMCast_Fork.h b/protocols/ace/RMCast/RMCast_Fork.h
index 5fd216d68f3..498ee2d6d63 100644
--- a/protocols/ace/RMCast/RMCast_Fork.h
+++ b/protocols/ace/RMCast/RMCast_Fork.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_FORK_H
#define ACE_RMCAST_FORK_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
@@ -51,5 +51,5 @@ private:
#include "RMCast_Fork.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_FORK_H */
diff --git a/protocols/ace/RMCast/RMCast_Fragment.h b/protocols/ace/RMCast/RMCast_Fragment.h
index eed08c92517..9d1dcdfd241 100644
--- a/protocols/ace/RMCast/RMCast_Fragment.h
+++ b/protocols/ace/RMCast/RMCast_Fragment.h
@@ -2,7 +2,7 @@
#ifndef ACE_RMCAST_FRAGMENT_H
#define ACE_RMCAST_FRAGMENT_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/Synch.h"
@@ -58,5 +58,5 @@ private:
#include "RMCast_Fragment.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_FRAGMENT_H */
diff --git a/protocols/ace/RMCast/RMCast_IO_UDP.h b/protocols/ace/RMCast/RMCast_IO_UDP.h
index 7b9d2440517..4881233cb59 100644
--- a/protocols/ace/RMCast/RMCast_IO_UDP.h
+++ b/protocols/ace/RMCast/RMCast_IO_UDP.h
@@ -12,7 +12,7 @@
#ifndef ACE_RMCAST_IO_UDP_H
#define ACE_RMCAST_IO_UDP_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/SOCK_Dgram_Mcast.h"
@@ -134,5 +134,5 @@ private:
#include "RMCast_IO_UDP.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_IO_UDP_H */
diff --git a/protocols/ace/RMCast/RMCast_Membership.h b/protocols/ace/RMCast/RMCast_Membership.h
index 07f9aab593c..beab2c881f9 100644
--- a/protocols/ace/RMCast/RMCast_Membership.h
+++ b/protocols/ace/RMCast/RMCast_Membership.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_MEMBERSHIP_H
#define ACE_RMCAST_MEMBERSHIP_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/Containers.h"
@@ -99,5 +99,5 @@ protected:
#include "RMCast_Membership.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_MEMBERSHIP_H */
diff --git a/protocols/ace/RMCast/RMCast_Module.h b/protocols/ace/RMCast/RMCast_Module.h
index d362dac2366..8497b367776 100644
--- a/protocols/ace/RMCast/RMCast_Module.h
+++ b/protocols/ace/RMCast/RMCast_Module.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_MODULE_H
#define ACE_RMCAST_MODULE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast.h"
@@ -84,5 +84,5 @@ private:
#include "RMCast_Module.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_MODULE_H */
diff --git a/protocols/ace/RMCast/RMCast_Module_Factory.h b/protocols/ace/RMCast/RMCast_Module_Factory.h
index 97e6ce29235..53efdb4355f 100644
--- a/protocols/ace/RMCast/RMCast_Module_Factory.h
+++ b/protocols/ace/RMCast/RMCast_Module_Factory.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_MODULE_FACTORY_H
#define ACE_RMCAST_MODULE_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast.h"
@@ -67,5 +67,5 @@ public:
#include "RMCast_Module_Factory.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_MODULE_FACTORY_H */
diff --git a/protocols/ace/RMCast/RMCast_Partial_Message.h b/protocols/ace/RMCast/RMCast_Partial_Message.h
index 88fa9ab2f1a..0c14cd7828a 100644
--- a/protocols/ace/RMCast/RMCast_Partial_Message.h
+++ b/protocols/ace/RMCast/RMCast_Partial_Message.h
@@ -13,7 +13,7 @@
#ifndef ACE_RMCAST_PARTIAL_MESSAGE_H
#define ACE_RMCAST_PARTIAL_MESSAGE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Export.h"
#include "ace/Task.h"
@@ -98,5 +98,5 @@ private:
#include "RMCast_Partial_Message.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_PARTIAL_MESSAGE_H */
diff --git a/protocols/ace/RMCast/RMCast_Proxy.h b/protocols/ace/RMCast/RMCast_Proxy.h
index d774efe4b2c..303a5e8ffe4 100644
--- a/protocols/ace/RMCast/RMCast_Proxy.h
+++ b/protocols/ace/RMCast/RMCast_Proxy.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_PROXY_H
#define ACE_RMCAST_PROXY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
@@ -98,5 +98,5 @@ private:
#include "RMCast_Proxy.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_PROXY_H */
diff --git a/protocols/ace/RMCast/RMCast_Reassembly.h b/protocols/ace/RMCast/RMCast_Reassembly.h
index a9ebb480ac3..bc3fc17049d 100644
--- a/protocols/ace/RMCast/RMCast_Reassembly.h
+++ b/protocols/ace/RMCast/RMCast_Reassembly.h
@@ -12,7 +12,7 @@
#ifndef ACE_RMCAST_REASSEMBLY_H
#define ACE_RMCAST_REASSEMBLY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/Hash_Map_Manager.h"
@@ -69,5 +69,5 @@ private:
#include "RMCast_Reassembly.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_REASSEMBLY_H */
diff --git a/protocols/ace/RMCast/RMCast_Receiver_Module.h b/protocols/ace/RMCast/RMCast_Receiver_Module.h
index 35ae8c642c7..112ad768696 100644
--- a/protocols/ace/RMCast/RMCast_Receiver_Module.h
+++ b/protocols/ace/RMCast/RMCast_Receiver_Module.h
@@ -13,7 +13,7 @@
#ifndef ACE_RMCAST_RECEIVER_MODULE_H
#define ACE_RMCAST_RECEIVER_MODULE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
@@ -104,5 +104,5 @@ private:
#include "RMCast_Receiver_Module.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_RECEIVER_MODULE_H */
diff --git a/protocols/ace/RMCast/RMCast_Reliable_Factory.h b/protocols/ace/RMCast/RMCast_Reliable_Factory.h
index 0115344c7e3..8f9b9aa6aa1 100644
--- a/protocols/ace/RMCast/RMCast_Reliable_Factory.h
+++ b/protocols/ace/RMCast/RMCast_Reliable_Factory.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_RELIABLE_FACTORY_H
#define ACE_RMCAST_RELIABLE_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module_Factory.h"
@@ -56,5 +56,5 @@ private:
#include "RMCast_Reliable_Factory.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_RELIABLE_FACTORY_H */
diff --git a/protocols/ace/RMCast/RMCast_Reordering.h b/protocols/ace/RMCast/RMCast_Reordering.h
index 5647e35a585..4ecf824acac 100644
--- a/protocols/ace/RMCast/RMCast_Reordering.h
+++ b/protocols/ace/RMCast/RMCast_Reordering.h
@@ -13,7 +13,7 @@
#ifndef ACE_RMCAST_REORDERING_H
#define ACE_RMCAST_REORDERING_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/RB_Tree.h"
@@ -92,5 +92,5 @@ protected:
#include "RMCast_Reordering.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_REORDERING_H */
diff --git a/protocols/ace/RMCast/RMCast_Resend_Handler.h b/protocols/ace/RMCast/RMCast_Resend_Handler.h
index 0d2ec0fe13c..363b0ee5cc3 100644
--- a/protocols/ace/RMCast/RMCast_Resend_Handler.h
+++ b/protocols/ace/RMCast/RMCast_Resend_Handler.h
@@ -2,7 +2,7 @@
#ifndef ACE_RMCAST_RESEND_HANDLER_H
#define ACE_RMCAST_RESEND_HANDLER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Export.h"
#include "ace/Event_Handler.h"
@@ -40,5 +40,5 @@ private:
#include "RMCast_Resend_Handler.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_RESEND_HANDLER_H */
diff --git a/protocols/ace/RMCast/RMCast_Resend_Worker.h b/protocols/ace/RMCast/RMCast_Resend_Worker.h
index 03fd81e2a05..2b49f97876a 100644
--- a/protocols/ace/RMCast/RMCast_Resend_Worker.h
+++ b/protocols/ace/RMCast/RMCast_Resend_Worker.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_RESEND_WORKER_H
#define ACE_RMCAST_RESEND_WORKER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast.h"
#include "RMCast_Copy_On_Write.h"
@@ -45,5 +45,5 @@ private:
#include "RMCast_Resend_Worker.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_RESEND_WORKER_H */
diff --git a/protocols/ace/RMCast/RMCast_Retransmission.h b/protocols/ace/RMCast/RMCast_Retransmission.h
index 89b431917b3..c5e9f450115 100644
--- a/protocols/ace/RMCast/RMCast_Retransmission.h
+++ b/protocols/ace/RMCast/RMCast_Retransmission.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_RETRANSMISSION_H
#define ACE_RMCAST_RETRANSMISSION_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "RMCast_Copy_On_Write.h"
@@ -116,5 +116,5 @@ protected:
#include "RMCast_Retransmission.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_RETRANSMISSION_H */
diff --git a/protocols/ace/RMCast/RMCast_Sequencer.h b/protocols/ace/RMCast/RMCast_Sequencer.h
index 321d778853e..8e6447dce62 100644
--- a/protocols/ace/RMCast/RMCast_Sequencer.h
+++ b/protocols/ace/RMCast/RMCast_Sequencer.h
@@ -13,7 +13,7 @@
#ifndef ACE_RMCAST_SEQUENCER_H
#define ACE_RMCAST_SEQUENCER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module.h"
#include "ace/Synch.h"
@@ -50,5 +50,5 @@ protected:
#include "RMCast_Sequencer.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_SEQUENCER_H */
diff --git a/protocols/ace/RMCast/RMCast_Singleton_Factory.h b/protocols/ace/RMCast/RMCast_Singleton_Factory.h
index 09bfa96be6d..6ab5819bf30 100644
--- a/protocols/ace/RMCast/RMCast_Singleton_Factory.h
+++ b/protocols/ace/RMCast/RMCast_Singleton_Factory.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_SINGLETON_FACTORY_H
#define ACE_RMCAST_SINGLETON_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Module_Factory.h"
@@ -57,5 +57,5 @@ private:
#include "RMCast_Singleton_Factory.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_SINGLETON_FACTORY_H */
diff --git a/protocols/ace/RMCast/RMCast_UDP_Event_Handler.h b/protocols/ace/RMCast/RMCast_UDP_Event_Handler.h
index 2a6e7c45d42..e8873ed67fd 100644
--- a/protocols/ace/RMCast/RMCast_UDP_Event_Handler.h
+++ b/protocols/ace/RMCast/RMCast_UDP_Event_Handler.h
@@ -2,7 +2,7 @@
#ifndef ACE_RMCAST_UDP_EVENT_HANDLER_H
#define ACE_RMCAST_UDP_EVENT_HANDLER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Export.h"
#include "ace/Event_Handler.h"
@@ -55,5 +55,5 @@ private:
#include "RMCast_UDP_Event_Handler.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_UDP_EVENT_HANDLER_H */
diff --git a/protocols/ace/RMCast/RMCast_UDP_Proxy.h b/protocols/ace/RMCast/RMCast_UDP_Proxy.h
index 29e9816168d..01db65f66d1 100644
--- a/protocols/ace/RMCast/RMCast_UDP_Proxy.h
+++ b/protocols/ace/RMCast/RMCast_UDP_Proxy.h
@@ -16,7 +16,7 @@
#ifndef ACE_RMCAST_UDP_PROXY_H
#define ACE_RMCAST_UDP_PROXY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Proxy.h"
@@ -84,5 +84,5 @@ private:
#include "RMCast_UDP_Proxy.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_UDP_PROXY_H */
diff --git a/protocols/ace/RMCast/RMCast_UDP_Reliable_Receiver.h b/protocols/ace/RMCast/RMCast_UDP_Reliable_Receiver.h
index 902da503737..56797861b4b 100644
--- a/protocols/ace/RMCast/RMCast_UDP_Reliable_Receiver.h
+++ b/protocols/ace/RMCast/RMCast_UDP_Reliable_Receiver.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_UDP_RELIABLE_RECEIVER_H
#define ACE_RMCAST_UDP_RELIABLE_RECEIVER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Singleton_Factory.h"
#include "RMCast_Reliable_Factory.h"
@@ -45,5 +45,5 @@ private:
#include "RMCast_UDP_Reliable_Receiver.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_UDP_RELIABLE_RECEIVER_H */
diff --git a/protocols/ace/RMCast/RMCast_UDP_Reliable_Sender.h b/protocols/ace/RMCast/RMCast_UDP_Reliable_Sender.h
index 488859a8e2f..9b1fa01143b 100644
--- a/protocols/ace/RMCast/RMCast_UDP_Reliable_Sender.h
+++ b/protocols/ace/RMCast/RMCast_UDP_Reliable_Sender.h
@@ -3,7 +3,7 @@
#ifndef ACE_RMCAST_UDP_RELIABLE_SENDER_H
#define ACE_RMCAST_UDP_RELIABLE_SENDER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "RMCast_Singleton_Factory.h"
#include "RMCast_IO_UDP.h"
@@ -74,5 +74,5 @@ private:
#include "RMCast_UDP_Reliable_Sender.i"
#endif /* __ACE_INLINE__ */
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* ACE_RMCAST_UDP_RELIABLE_SENDER_H */