summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-04-24 16:39:27 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-04-24 16:39:27 +0000
commit1fdfe0a633d487388d54b91319c52ac1664f0efb (patch)
treeba6305f8e246a53e801ee20fb7d23a18f54ec940 /protocols
parentb74519c5a99937dc942c8fbb7b7f69fc6682c1ef (diff)
downloadATCD-1fdfe0a633d487388d54b91319c52ac1664f0efb.tar.gz
ChangeLogTag:Wed Apr 24 11:07:15 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/Makefile23
-rw-r--r--protocols/ace/RMCast/RMCast_Copy_On_Write.h1
2 files changed, 11 insertions, 13 deletions
diff --git a/protocols/ace/RMCast/Makefile b/protocols/ace/RMCast/Makefile
index 09f7265caef..a037096f8fa 100644
--- a/protocols/ace/RMCast/Makefile
+++ b/protocols/ace/RMCast/Makefile
@@ -10,25 +10,24 @@ SHLIB = libACE_RMCast.$(SOEXT)
FILES= \
RMCast \
+ RMCast_Ack_Worker \
+ RMCast_Fork \
+ RMCast_Fragment \
+ RMCast_IO_UDP \
+ RMCast_Membership \
RMCast_Module \
RMCast_Module_Factory \
- RMCast_Fragment \
- RMCast_Reassembly \
RMCast_Partial_Message \
RMCast_Proxy \
- RMCast_Membership \
- RMCast_Retransmission \
- RMCast_Resend_Worker \
- RMCast_Ack_Worker \
- RMCast_Reordering \
+ RMCast_Reassembly \
+ RMCast_Receiver_Module \
RMCast_Reliable_Factory \
- RMCast_Singleton_Factory \
+ RMCast_Reordering \
RMCast_Resend_Handler \
- RMCast_Receiver_Module \
+ RMCast_Resend_Worker \
+ RMCast_Retransmission \
RMCast_Sequencer \
- RMCast_Fork \
- \
- RMCast_IO_UDP \
+ RMCast_Singleton_Factory \
RMCast_UDP_Event_Handler \
RMCast_UDP_Proxy \
RMCast_UDP_Reliable_Receiver \
diff --git a/protocols/ace/RMCast/RMCast_Copy_On_Write.h b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
index 5efac63e80f..99f9c8ce14d 100644
--- a/protocols/ace/RMCast/RMCast_Copy_On_Write.h
+++ b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
@@ -1,6 +1,5 @@
/* -*- C++ -*- */
// $Id$
-//
#ifndef ACE_RMCAST_COPY_ON_WRITE_H
#define ACE_RMCAST_COPY_ON_WRITE_H