diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 14:05:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 14:05:46 +0000 |
commit | d8a4eb1f4d557f6bfc1c766c3c0661a3df367d5f (patch) | |
tree | 384158e23fd4f25135797e0d4d6e895b67c5c138 | |
parent | 9b37e5c64402e5242e0a157438b9584eef703036 (diff) | |
download | ATCD-d8a4eb1f4d557f6bfc1c766c3c0661a3df367d5f.tar.gz |
ChangeLogTag: Sat Dec 20 14:04:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
105 files changed, 226 insertions, 46 deletions
diff --git a/TAO/examples/AMH/Makefile.bor b/TAO/examples/AMH/Makefile.bor index fababca6836..69ba92a54dc 100644 --- a/TAO/examples/AMH/Makefile.bor +++ b/TAO/examples/AMH/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the AMH examples # diff --git a/TAO/examples/AMH/Sink_Server/Makefile.bor b/TAO/examples/AMH/Sink_Server/Makefile.bor index f1e3f7a83fd..89d196a4c55 100644 --- a/TAO/examples/AMH/Sink_Server/Makefile.bor +++ b/TAO/examples/AMH/Sink_Server/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the AMH Sink_Server test executables # diff --git a/TAO/examples/AMH/Sink_Server/client.bor b/TAO/examples/AMH/Sink_Server/client.bor index 85544d99996..9528de7946c 100644 --- a/TAO/examples/AMH/Sink_Server/client.bor +++ b/TAO/examples/AMH/Sink_Server/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the AMH Sink_Server client # diff --git a/TAO/examples/AMH/Sink_Server/mt_server.bor b/TAO/examples/AMH/Sink_Server/mt_server.bor index 821faff2d10..c2751be9d20 100644 --- a/TAO/examples/AMH/Sink_Server/mt_server.bor +++ b/TAO/examples/AMH/Sink_Server/mt_server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the AMH Sink_Server mt_server # diff --git a/TAO/examples/AMH/Sink_Server/st_server.bor b/TAO/examples/AMH/Sink_Server/st_server.bor index 7d561d1d460..267fd80fab3 100644 --- a/TAO/examples/AMH/Sink_Server/st_server.bor +++ b/TAO/examples/AMH/Sink_Server/st_server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the AMH Sink_Server st_server # diff --git a/TAO/examples/Buffered_AMI/Makefile.bor b/TAO/examples/Buffered_AMI/Makefile.bor index 4371574cfd6..8f12a096d82 100644 --- a/TAO/examples/Buffered_AMI/Makefile.bor +++ b/TAO/examples/Buffered_AMI/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the buffered_ami example # diff --git a/TAO/examples/Buffered_AMI/client.bor b/TAO/examples/Buffered_AMI/client.bor index 4d1cb5ab053..bed049895c4 100644 --- a/TAO/examples/Buffered_AMI/client.bor +++ b/TAO/examples/Buffered_AMI/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the buffered_ami example # diff --git a/TAO/examples/Buffered_AMI/server.bor b/TAO/examples/Buffered_AMI/server.bor index 3b9a4e70051..e593a674c19 100644 --- a/TAO/examples/Buffered_AMI/server.bor +++ b/TAO/examples/Buffered_AMI/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the buffered_ami example # diff --git a/TAO/examples/Buffered_Oneways/Buffered_Oneways_client.bor b/TAO/examples/Buffered_Oneways/Buffered_Oneways_client.bor index 2e97cf4c310..6a9f7059056 100644 --- a/TAO/examples/Buffered_Oneways/Buffered_Oneways_client.bor +++ b/TAO/examples/Buffered_Oneways/Buffered_Oneways_client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Buffered_Oneways_client example # diff --git a/TAO/examples/Buffered_Oneways/Buffered_Oneways_server.bor b/TAO/examples/Buffered_Oneways/Buffered_Oneways_server.bor index 281e9f59e21..c8c0a610838 100644 --- a/TAO/examples/Buffered_Oneways/Buffered_Oneways_server.bor +++ b/TAO/examples/Buffered_Oneways/Buffered_Oneways_server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Buffered_Oneways example # diff --git a/TAO/examples/Buffered_Oneways/Makefile.bor b/TAO/examples/Buffered_Oneways/Makefile.bor index 4aedf1c14f0..183180aed00 100644 --- a/TAO/examples/Buffered_Oneways/Makefile.bor +++ b/TAO/examples/Buffered_Oneways/Makefile.bor @@ -1,10 +1,12 @@ # +# $Id$ +# # Makefile for building the Buffered_Oneways example # MAKEFILES = \ Buffered_Oneways_client.bor \ - Buffered_Oneways_server.bor + Buffered_Oneways_server.bor !include <$(ACE_ROOT)\include\makeinclude\recurse.bor> diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor b/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor index d9b505be279..ff4eb41fa26 100644 --- a/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor +++ b/TAO/examples/Callback_Quoter/Callback_Quoter_Consumer.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Callback_Quoter example # diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor b/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor index bd4476b7743..71de4923593 100644 --- a/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor +++ b/TAO/examples/Callback_Quoter/Callback_Quoter_Notifier.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Callback_Quoter example # diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter_Supplier.bor b/TAO/examples/Callback_Quoter/Callback_Quoter_Supplier.bor index 1eae7e39828..075170bfb09 100644 --- a/TAO/examples/Callback_Quoter/Callback_Quoter_Supplier.bor +++ b/TAO/examples/Callback_Quoter/Callback_Quoter_Supplier.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Callback_Quoter example # diff --git a/TAO/examples/Callback_Quoter/Makefile.bor b/TAO/examples/Callback_Quoter/Makefile.bor index 186a5e66a87..a3b0b134b9a 100644 --- a/TAO/examples/Callback_Quoter/Makefile.bor +++ b/TAO/examples/Callback_Quoter/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Callback Quoter example # diff --git a/TAO/examples/Content_Server/Makefile.bor b/TAO/examples/Content_Server/Makefile.bor index ba41a11d099..2414fc229b8 100644 --- a/TAO/examples/Content_Server/Makefile.bor +++ b/TAO/examples/Content_Server/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Content_Server examples # diff --git a/TAO/examples/Content_Server/SMI_Iterator/Makefile.bor b/TAO/examples/Content_Server/SMI_Iterator/Makefile.bor index e40629881ba..cdedad339e7 100644 --- a/TAO/examples/Content_Server/SMI_Iterator/Makefile.bor +++ b/TAO/examples/Content_Server/SMI_Iterator/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Content_Server SMI_Iterator example # diff --git a/TAO/examples/Content_Server/SMI_Iterator/client.bor b/TAO/examples/Content_Server/SMI_Iterator/client.bor index 197588e19a3..b4a646b87a8 100644 --- a/TAO/examples/Content_Server/SMI_Iterator/client.bor +++ b/TAO/examples/Content_Server/SMI_Iterator/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Content_Server SMI_Iterator example # diff --git a/TAO/examples/Content_Server/SMI_Iterator/server.bor b/TAO/examples/Content_Server/SMI_Iterator/server.bor index a37a1c40ff3..022ccca9491 100644 --- a/TAO/examples/Content_Server/SMI_Iterator/server.bor +++ b/TAO/examples/Content_Server/SMI_Iterator/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Content_Server SMI_Iterator example # @@ -36,7 +38,7 @@ LIBFILES = \ $(TAO_VALUETYPE_LIB) \ $(TAO_IORINTERCEPTOR_LIB) \ $(TAO_ORT_LIB) - + IDLFILES = \ $(IDLDIR)\Web_Server.idl diff --git a/TAO/examples/Event_Comm/Makefile.bor b/TAO/examples/Event_Comm/Makefile.bor index 7eb9e2a106d..30b70622af4 100644 --- a/TAO/examples/Event_Comm/Makefile.bor +++ b/TAO/examples/Event_Comm/Makefile.bor @@ -1,7 +1,8 @@ - +# +# $Id$ # # Makefile for building the Event_Comm example -# +# MAKEFILES = notifier.bor consumer.bor supplier.bor diff --git a/TAO/examples/Event_Comm/consumer.bor b/TAO/examples/Event_Comm/consumer.bor index 8ffa5d3073a..1652c1ef959 100644 --- a/TAO/examples/Event_Comm/consumer.bor +++ b/TAO/examples/Event_Comm/consumer.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Event_Comm example # diff --git a/TAO/examples/Event_Comm/notifier.bor b/TAO/examples/Event_Comm/notifier.bor index a730f4e0dd5..356ecf034b2 100644 --- a/TAO/examples/Event_Comm/notifier.bor +++ b/TAO/examples/Event_Comm/notifier.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Event_Comm example # diff --git a/TAO/examples/Event_Comm/supplier.bor b/TAO/examples/Event_Comm/supplier.bor index 9b77143bbe3..d1cfbe438bd 100644 --- a/TAO/examples/Event_Comm/supplier.bor +++ b/TAO/examples/Event_Comm/supplier.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Event_Comm example # diff --git a/TAO/examples/Load_Balancing/Makefile.bor b/TAO/examples/Load_Balancing/Makefile.bor index eb788c636fe..d4c9bc9df1d 100644 --- a/TAO/examples/Load_Balancing/Makefile.bor +++ b/TAO/examples/Load_Balancing/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing/client.bor b/TAO/examples/Load_Balancing/client.bor index bf387817bb6..d0f277a986e 100644 --- a/TAO/examples/Load_Balancing/client.bor +++ b/TAO/examples/Load_Balancing/client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing/server.bor b/TAO/examples/Load_Balancing/server.bor index ecd96ef51cc..f8d47150e64 100644 --- a/TAO/examples/Load_Balancing/server.bor +++ b/TAO/examples/Load_Balancing/server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing_persistent/Load_Balancing.bor b/TAO/examples/Load_Balancing_persistent/Load_Balancing.bor index f0a630c5541..53263590e81 100644 --- a/TAO/examples/Load_Balancing_persistent/Load_Balancing.bor +++ b/TAO/examples/Load_Balancing_persistent/Load_Balancing.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing_persistent/Makefile.bor b/TAO/examples/Load_Balancing_persistent/Makefile.bor index eb788c636fe..d4c9bc9df1d 100644 --- a/TAO/examples/Load_Balancing_persistent/Makefile.bor +++ b/TAO/examples/Load_Balancing_persistent/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing_persistent/client.bor b/TAO/examples/Load_Balancing_persistent/client.bor index bf387817bb6..d0f277a986e 100644 --- a/TAO/examples/Load_Balancing_persistent/client.bor +++ b/TAO/examples/Load_Balancing_persistent/client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Load_Balancing_persistent/server.bor b/TAO/examples/Load_Balancing_persistent/server.bor index ecd96ef51cc..f8d47150e64 100644 --- a/TAO/examples/Load_Balancing_persistent/server.bor +++ b/TAO/examples/Load_Balancing_persistent/server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Load_Balancing example # diff --git a/TAO/examples/Makefile.bor b/TAO/examples/Makefile.bor index 235e2aa19d1..ce0cb3b55b0 100644 --- a/TAO/examples/Makefile.bor +++ b/TAO/examples/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the TAO examples # diff --git a/TAO/examples/OBV/Makefile.bor b/TAO/examples/OBV/Makefile.bor index c4ebcafc314..2a4368d3a36 100644 --- a/TAO/examples/OBV/Makefile.bor +++ b/TAO/examples/OBV/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the TAO OBV examples # diff --git a/TAO/examples/OBV/Typed_Events/Makefile.bor b/TAO/examples/OBV/Typed_Events/Makefile.bor index a10097d9055..668c93df544 100644 --- a/TAO/examples/OBV/Typed_Events/Makefile.bor +++ b/TAO/examples/OBV/Typed_Events/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the OBV Typed_Events example # diff --git a/TAO/examples/OBV/Typed_Events/client.bor b/TAO/examples/OBV/Typed_Events/client.bor index 6a878d5a069..08f4363fc23 100644 --- a/TAO/examples/OBV/Typed_Events/client.bor +++ b/TAO/examples/OBV/Typed_Events/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the OBV Typed_Events executable # diff --git a/TAO/examples/OBV/Typed_Events/server.bor b/TAO/examples/OBV/Typed_Events/server.bor index c75a5c74db4..c049e108f34 100644 --- a/TAO/examples/OBV/Typed_Events/server.bor +++ b/TAO/examples/OBV/Typed_Events/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the OBV Typed_Events executable # diff --git a/TAO/examples/POA/Adapter_Activator/Makefile.bor b/TAO/examples/POA/Adapter_Activator/Makefile.bor index 86067bb7cfd..38f1b2973d3 100644 --- a/TAO/examples/POA/Adapter_Activator/Makefile.bor +++ b/TAO/examples/POA/Adapter_Activator/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Adapter_activator executable # diff --git a/TAO/examples/POA/DSI/Makefile.bor b/TAO/examples/POA/DSI/Makefile.bor index a5b7c173123..e41a39868a4 100644 --- a/TAO/examples/POA/DSI/Makefile.bor +++ b/TAO/examples/POA/DSI/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA DSI examples # diff --git a/TAO/examples/POA/DSI/client.bor b/TAO/examples/POA/DSI/client.bor index 837ae1a92c6..a630376bf05 100644 --- a/TAO/examples/POA/DSI/client.bor +++ b/TAO/examples/POA/DSI/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA DSI executable # diff --git a/TAO/examples/POA/DSI/server.bor b/TAO/examples/POA/DSI/server.bor index 1311565d566..11f19c76af6 100644 --- a/TAO/examples/POA/DSI/server.bor +++ b/TAO/examples/POA/DSI/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA DSI executable # diff --git a/TAO/examples/POA/Default_Servant/Makefile.bor b/TAO/examples/POA/Default_Servant/Makefile.bor index c6e5289ded3..d956e8fda76 100644 --- a/TAO/examples/POA/Default_Servant/Makefile.bor +++ b/TAO/examples/POA/Default_Servant/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the poa default_servant example # diff --git a/TAO/examples/POA/Default_Servant/client.bor b/TAO/examples/POA/Default_Servant/client.bor index 4271670deb9..c39959738f0 100644 --- a/TAO/examples/POA/Default_Servant/client.bor +++ b/TAO/examples/POA/Default_Servant/client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the poa default servant example # diff --git a/TAO/examples/POA/Default_Servant/server.bor b/TAO/examples/POA/Default_Servant/server.bor index 0284546fb18..b3ff62c8a9f 100644 --- a/TAO/examples/POA/Default_Servant/server.bor +++ b/TAO/examples/POA/Default_Servant/server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the poa default servant example # diff --git a/TAO/examples/POA/Explicit_Activation/Makefile.bor b/TAO/examples/POA/Explicit_Activation/Makefile.bor index a6a9881377f..df5a807b209 100644 --- a/TAO/examples/POA/Explicit_Activation/Makefile.bor +++ b/TAO/examples/POA/Explicit_Activation/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Explicit_Activation executable # diff --git a/TAO/examples/POA/FindPOA/Makefile.bor b/TAO/examples/POA/FindPOA/Makefile.bor index 90b8d554f93..18fdc6331fc 100644 --- a/TAO/examples/POA/FindPOA/Makefile.bor +++ b/TAO/examples/POA/FindPOA/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the FindPOA example # diff --git a/TAO/examples/POA/Forwarding/Makefile.bor b/TAO/examples/POA/Forwarding/Makefile.bor index b00d8d0de3b..aca47565dfc 100644 --- a/TAO/examples/POA/Forwarding/Makefile.bor +++ b/TAO/examples/POA/Forwarding/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Forwarding examples # diff --git a/TAO/examples/POA/Forwarding/client.bor b/TAO/examples/POA/Forwarding/client.bor index 6853c72be8f..4cd7b5e8a8f 100644 --- a/TAO/examples/POA/Forwarding/client.bor +++ b/TAO/examples/POA/Forwarding/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Forwarding executable # diff --git a/TAO/examples/POA/Forwarding/server.bor b/TAO/examples/POA/Forwarding/server.bor index d6061a92cb3..7f4477ce86d 100644 --- a/TAO/examples/POA/Forwarding/server.bor +++ b/TAO/examples/POA/Forwarding/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Forwarding executable # diff --git a/TAO/examples/POA/Generic_Servant/Makefile.bor b/TAO/examples/POA/Generic_Servant/Makefile.bor index 2f8283ade8e..daf6988ab5f 100644 --- a/TAO/examples/POA/Generic_Servant/Makefile.bor +++ b/TAO/examples/POA/Generic_Servant/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Generic_Servant examples # diff --git a/TAO/examples/POA/Generic_Servant/client.bor b/TAO/examples/POA/Generic_Servant/client.bor index 80d2e491f9e..0c8ebb2ac35 100644 --- a/TAO/examples/POA/Generic_Servant/client.bor +++ b/TAO/examples/POA/Generic_Servant/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Forwarding executable # diff --git a/TAO/examples/POA/Generic_Servant/generic_servant.bor b/TAO/examples/POA/Generic_Servant/generic_servant.bor index 5659fb20f57..80b5540e98f 100644 --- a/TAO/examples/POA/Generic_Servant/generic_servant.bor +++ b/TAO/examples/POA/Generic_Servant/generic_servant.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA generic_Servant lib # diff --git a/TAO/examples/POA/Loader/Makefile.bor b/TAO/examples/POA/Loader/Makefile.bor index 7b2d401c4fd..39d6595e3d4 100644 --- a/TAO/examples/POA/Loader/Makefile.bor +++ b/TAO/examples/POA/Loader/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Loader executable # diff --git a/TAO/examples/POA/Makefile.bor b/TAO/examples/POA/Makefile.bor index e3d02dd3fad..e1e79872d82 100644 --- a/TAO/examples/POA/Makefile.bor +++ b/TAO/examples/POA/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the TAO POA examples DIRS = \ diff --git a/TAO/examples/POA/NewPOA/Makefile.bor b/TAO/examples/POA/NewPOA/Makefile.bor index c9e9c50cdab..b3b34a8b7ca 100644 --- a/TAO/examples/POA/NewPOA/Makefile.bor +++ b/TAO/examples/POA/NewPOA/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the NewPOA example # diff --git a/TAO/examples/POA/On_Demand_Activation/Makefile.bor b/TAO/examples/POA/On_Demand_Activation/Makefile.bor index 5100220a5c2..bdc9123c900 100644 --- a/TAO/examples/POA/On_Demand_Activation/Makefile.bor +++ b/TAO/examples/POA/On_Demand_Activation/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA On_Demand_Activation executable # diff --git a/TAO/examples/POA/On_Demand_Loading/Makefile.bor b/TAO/examples/POA/On_Demand_Loading/Makefile.bor index 77c86a81501..4b871fabc9b 100644 --- a/TAO/examples/POA/On_Demand_Loading/Makefile.bor +++ b/TAO/examples/POA/On_Demand_Loading/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the POA On_Demand_Loading executable NAME = server diff --git a/TAO/examples/POA/POA_BiDir/Makefile.bor b/TAO/examples/POA/POA_BiDir/Makefile.bor index 0c7c219847c..75757987f18 100644 --- a/TAO/examples/POA/POA_BiDir/Makefile.bor +++ b/TAO/examples/POA/POA_BiDir/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA_BiDir example # diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor index cc311d68544..97dcb16482d 100644 --- a/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor +++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA Reference_Counted_Servant executable # diff --git a/TAO/examples/POA/RootPOA/Makefile.bor b/TAO/examples/POA/RootPOA/Makefile.bor index 49547365158..0da5d85a583 100644 --- a/TAO/examples/POA/RootPOA/Makefile.bor +++ b/TAO/examples/POA/RootPOA/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the RootPOA example # diff --git a/TAO/examples/POA/TIE/Makefile.bor b/TAO/examples/POA/TIE/Makefile.bor index a9721c5070a..2a93be87b5d 100644 --- a/TAO/examples/POA/TIE/Makefile.bor +++ b/TAO/examples/POA/TIE/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA TIE examples # diff --git a/TAO/examples/POA/TIE/client.bor b/TAO/examples/POA/TIE/client.bor index 89a4cf524d3..d60364fcdc1 100644 --- a/TAO/examples/POA/TIE/client.bor +++ b/TAO/examples/POA/TIE/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA TIE executable # diff --git a/TAO/examples/POA/TIE/server.bor b/TAO/examples/POA/TIE/server.bor index 57f2f7c88ef..72271dc3d16 100644 --- a/TAO/examples/POA/TIE/server.bor +++ b/TAO/examples/POA/TIE/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the POA TIE executable # diff --git a/TAO/examples/PluggableUDP/Makefile.bor b/TAO/examples/PluggableUDP/Makefile.bor index 29e39c1aca6..378958088ab 100644 --- a/TAO/examples/PluggableUDP/Makefile.bor +++ b/TAO/examples/PluggableUDP/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Pluggable UDP examples # diff --git a/TAO/examples/PluggableUDP/tests/Basic/Makefile.bor b/TAO/examples/PluggableUDP/tests/Basic/Makefile.bor index 11c368cfd96..21f821f7fd6 100644 --- a/TAO/examples/PluggableUDP/tests/Basic/Makefile.bor +++ b/TAO/examples/PluggableUDP/tests/Basic/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the PluggableUDP tests example # diff --git a/TAO/examples/PluggableUDP/tests/Makefile.bor b/TAO/examples/PluggableUDP/tests/Makefile.bor index 15b9f4dacdb..062e877dbc3 100644 --- a/TAO/examples/PluggableUDP/tests/Makefile.bor +++ b/TAO/examples/PluggableUDP/tests/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Pluggable UDP tests # diff --git a/TAO/examples/PluggableUDP/tests/Performance/Makefile.bor b/TAO/examples/PluggableUDP/tests/Performance/Makefile.bor index 11c368cfd96..21f821f7fd6 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/Makefile.bor +++ b/TAO/examples/PluggableUDP/tests/Performance/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the PluggableUDP tests example # diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.bor b/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.bor index 11c368cfd96..21f821f7fd6 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.bor +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the PluggableUDP tests example # diff --git a/TAO/examples/Quoter/Client.bor b/TAO/examples/Quoter/Client.bor index f6907aceabc..e1d1e915f77 100644 --- a/TAO/examples/Quoter/Client.bor +++ b/TAO/examples/Quoter/Client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Quoter example # diff --git a/TAO/examples/Quoter/Factory_finder.bor b/TAO/examples/Quoter/Factory_finder.bor index 52fd96f3261..ca64e4a8b88 100644 --- a/TAO/examples/Quoter/Factory_finder.bor +++ b/TAO/examples/Quoter/Factory_finder.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Quoter example # diff --git a/TAO/examples/Quoter/Generic_factory.bor b/TAO/examples/Quoter/Generic_factory.bor index 6242aaa7b12..56afdef3e05 100644 --- a/TAO/examples/Quoter/Generic_factory.bor +++ b/TAO/examples/Quoter/Generic_factory.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Quoter example # diff --git a/TAO/examples/Quoter/Makefile.bor b/TAO/examples/Quoter/Makefile.bor index 2fcf821f6cd..fb526f37435 100644 --- a/TAO/examples/Quoter/Makefile.bor +++ b/TAO/examples/Quoter/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Quoter example # diff --git a/TAO/examples/Quoter/Server.bor b/TAO/examples/Quoter/Server.bor index d3f3dc04b79..d5f10c1a1ec 100644 --- a/TAO/examples/Quoter/Server.bor +++ b/TAO/examples/Quoter/Server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Quoter example # diff --git a/TAO/examples/RTCORBA/Activity/Makefile.bor b/TAO/examples/RTCORBA/Activity/Makefile.bor index a0afbb53e87..7f653dfabf6 100644 --- a/TAO/examples/RTCORBA/Activity/Makefile.bor +++ b/TAO/examples/RTCORBA/Activity/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Activity RTCorba example # diff --git a/TAO/examples/RTCORBA/Makefile.bor b/TAO/examples/RTCORBA/Makefile.bor index a6b890518f6..d2d21df11b0 100644 --- a/TAO/examples/RTCORBA/Makefile.bor +++ b/TAO/examples/RTCORBA/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the TAO RTCorba examples # diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Starter.bor b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Starter.bor index d8e5dd364e5..4b60fbecaf2 100644 --- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Starter.bor +++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Starter.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the Starter exe with Borland C++ Builder NAME = Starter diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Test.bor b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Test.bor index 4048991ffa1..b97a1fd203b 100644 --- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Test.bor +++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler_Test.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the test exe with Borland C++ Builder NAME = test diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.bor b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.bor index 5254b251faf..09983595373 100644 --- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.bor +++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Starter.bor b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Starter.bor index 67c3a588e6c..0717006ed8c 100644 --- a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Starter.bor +++ b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Starter.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the Starter exe with Borland C++ Builder NAME = Starter diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Test.bor b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Test.bor index 31635939e6f..db09bff9e23 100644 --- a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Test.bor +++ b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler_Test.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the test exe with Borland C++ Builder NAME = test diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/Makefile.bor b/TAO/examples/RTScheduling/MIF_Scheduler/Makefile.bor index dad125ea0da..908199d64df 100644 --- a/TAO/examples/RTScheduling/MIF_Scheduler/Makefile.bor +++ b/TAO/examples/RTScheduling/MIF_Scheduler/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/examples/RTScheduling/Makefile.bor b/TAO/examples/RTScheduling/Makefile.bor index e46e8455a9c..898d4fe7ab7 100644 --- a/TAO/examples/RTScheduling/Makefile.bor +++ b/TAO/examples/RTScheduling/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the TAO RTScheduling examples # diff --git a/TAO/examples/Simple/Makefile.bor b/TAO/examples/Simple/Makefile.bor index ea0fab8fadd..e3e61decfe9 100644 --- a/TAO/examples/Simple/Makefile.bor +++ b/TAO/examples/Simple/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the simple examples # diff --git a/TAO/examples/Simple/bank/Bank_Client.bor b/TAO/examples/Simple/bank/Bank_Client.bor index 6b76764799a..5e34ce6dd80 100644 --- a/TAO/examples/Simple/bank/Bank_Client.bor +++ b/TAO/examples/Simple/bank/Bank_Client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Bank example # diff --git a/TAO/examples/Simple/bank/Bank_Server.bor b/TAO/examples/Simple/bank/Bank_Server.bor index 84fc0eae5c8..b59364a397e 100644 --- a/TAO/examples/Simple/bank/Bank_Server.bor +++ b/TAO/examples/Simple/bank/Bank_Server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Bank example # diff --git a/TAO/examples/Simple/bank/Makefile.bor b/TAO/examples/Simple/bank/Makefile.bor index 0b78bdea401..6d96676d820 100644 --- a/TAO/examples/Simple/bank/Makefile.bor +++ b/TAO/examples/Simple/bank/Makefile.bor @@ -1,7 +1,8 @@ - +# +# $Id$ # # Makefile for building the Bank example -# +# MAKEFILES = Bank_Client.bor Bank_Server.bor diff --git a/TAO/examples/Simple/chat/Chat_Client.bor b/TAO/examples/Simple/chat/Chat_Client.bor index ade5408a0e4..df8b751fb2b 100644 --- a/TAO/examples/Simple/chat/Chat_Client.bor +++ b/TAO/examples/Simple/chat/Chat_Client.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Chat example # diff --git a/TAO/examples/Simple/chat/Chat_Server.bor b/TAO/examples/Simple/chat/Chat_Server.bor index ae823971977..b3637814838 100644 --- a/TAO/examples/Simple/chat/Chat_Server.bor +++ b/TAO/examples/Simple/chat/Chat_Server.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the Chat example # diff --git a/TAO/examples/Simple/chat/Makefile.bor b/TAO/examples/Simple/chat/Makefile.bor index 77d97e80b8c..eeb57d49dca 100644 --- a/TAO/examples/Simple/chat/Makefile.bor +++ b/TAO/examples/Simple/chat/Makefile.bor @@ -1,6 +1,8 @@ # +# $Id$ +# # Makefile for building the Chat example -# +# MAKEFILES = Chat_Client.bor Chat_Server.bor diff --git a/TAO/examples/Simple/echo/Echo_Client.bor b/TAO/examples/Simple/echo/Echo_Client.bor index 2f829ea69a3..ef4fe97ff13 100644 --- a/TAO/examples/Simple/echo/Echo_Client.bor +++ b/TAO/examples/Simple/echo/Echo_Client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Echo example # diff --git a/TAO/examples/Simple/echo/Echo_Server.bor b/TAO/examples/Simple/echo/Echo_Server.bor index 20eb5e6f150..58e43ce801c 100644 --- a/TAO/examples/Simple/echo/Echo_Server.bor +++ b/TAO/examples/Simple/echo/Echo_Server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Echo example # diff --git a/TAO/examples/Simple/echo/Makefile.bor b/TAO/examples/Simple/echo/Makefile.bor index 9ebf4665df3..743aec85178 100644 --- a/TAO/examples/Simple/echo/Makefile.bor +++ b/TAO/examples/Simple/echo/Makefile.bor @@ -1,7 +1,8 @@ - +# +# $Id$ # # Makefile for building the Echo example -# +# MAKEFILES = Echo_Client.bor Echo_Server.bor diff --git a/TAO/examples/Simple/grid/Grid_Client.bor b/TAO/examples/Simple/grid/Grid_Client.bor index 9ae5688d1ea..f84655f5283 100644 --- a/TAO/examples/Simple/grid/Grid_Client.bor +++ b/TAO/examples/Simple/grid/Grid_Client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Grid example # diff --git a/TAO/examples/Simple/grid/Grid_Server.bor b/TAO/examples/Simple/grid/Grid_Server.bor index 0b86b183d5a..2bd7873e8d1 100644 --- a/TAO/examples/Simple/grid/Grid_Server.bor +++ b/TAO/examples/Simple/grid/Grid_Server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Grid example # diff --git a/TAO/examples/Simple/grid/Makefile.bor b/TAO/examples/Simple/grid/Makefile.bor index f81cf6322ce..f5bde94a75d 100644 --- a/TAO/examples/Simple/grid/Makefile.bor +++ b/TAO/examples/Simple/grid/Makefile.bor @@ -1,6 +1,8 @@ # +# $Id$ +# # Makefile for building the Grid example -# +# MAKEFILES = Grid_Client.bor Grid_Server.bor diff --git a/TAO/examples/Simple/time-date/Makefile.bor b/TAO/examples/Simple/time-date/Makefile.bor index fac678ed834..7deabf519a8 100644 --- a/TAO/examples/Simple/time-date/Makefile.bor +++ b/TAO/examples/Simple/time-date/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Time-date example # diff --git a/TAO/examples/Simple/time-date/client.bor b/TAO/examples/Simple/time-date/client.bor index 08d3942a770..43632fa6d1a 100644 --- a/TAO/examples/Simple/time-date/client.bor +++ b/TAO/examples/Simple/time-date/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Time-date example # diff --git a/TAO/examples/Simple/time-date/server.bor b/TAO/examples/Simple/time-date/server.bor index 432d6cf30c1..1e768a5397c 100644 --- a/TAO/examples/Simple/time-date/server.bor +++ b/TAO/examples/Simple/time-date/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Time-date example # diff --git a/TAO/examples/Simple/time-date/time_date.bor b/TAO/examples/Simple/time-date/time_date.bor index 994579a3947..d52c2bae237 100644 --- a/TAO/examples/Simple/time-date/time_date.bor +++ b/TAO/examples/Simple/time-date/time_date.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the time-date library # diff --git a/TAO/examples/Simple/time/Makefile.bor b/TAO/examples/Simple/time/Makefile.bor index 4c591d95001..8544fa538e2 100644 --- a/TAO/examples/Simple/time/Makefile.bor +++ b/TAO/examples/Simple/time/Makefile.bor @@ -1,6 +1,8 @@ # +# $Id$ +# # Makefile for building the Time example -# +# MAKEFILES = Time_Client.bor Time_Server.bor diff --git a/TAO/examples/Simple/time/Time_Client.bor b/TAO/examples/Simple/time/Time_Client.bor index 282583cb6f5..862ea1e5259 100644 --- a/TAO/examples/Simple/time/Time_Client.bor +++ b/TAO/examples/Simple/time/Time_Client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Time example # diff --git a/TAO/examples/Simple/time/Time_Server.bor b/TAO/examples/Simple/time/Time_Server.bor index 8455bde9117..3a16103874a 100644 --- a/TAO/examples/Simple/time/Time_Server.bor +++ b/TAO/examples/Simple/time/Time_Server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Time example # diff --git a/TAO/examples/TypeCode_Creation/Makefile.bor b/TAO/examples/TypeCode_Creation/Makefile.bor index c526a6b8f72..4117ebda306 100644 --- a/TAO/examples/TypeCode_Creation/Makefile.bor +++ b/TAO/examples/TypeCode_Creation/Makefile.bor @@ -1,4 +1,5 @@ - +# +# $Id$ # # Makefile for building the TypeCode_Creation example # diff --git a/TAO/examples/ior_corbaloc/Makefile.bor b/TAO/examples/ior_corbaloc/Makefile.bor index bb7411a3990..b663c645f5c 100644 --- a/TAO/examples/ior_corbaloc/Makefile.bor +++ b/TAO/examples/ior_corbaloc/Makefile.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ior_corbaloc test executables # diff --git a/TAO/examples/ior_corbaloc/client.bor b/TAO/examples/ior_corbaloc/client.bor index 6783bd58bc5..6c48e83425c 100644 --- a/TAO/examples/ior_corbaloc/client.bor +++ b/TAO/examples/ior_corbaloc/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ior_corbaloc client # diff --git a/TAO/examples/ior_corbaloc/corbaname_client.bor b/TAO/examples/ior_corbaloc/corbaname_client.bor index b64514090a0..d8d7a1f7f7b 100644 --- a/TAO/examples/ior_corbaloc/corbaname_client.bor +++ b/TAO/examples/ior_corbaloc/corbaname_client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ior_corbaloc corbaname_client # diff --git a/TAO/examples/ior_corbaloc/server.bor b/TAO/examples/ior_corbaloc/server.bor index de6888629ad..4cb5917f038 100644 --- a/TAO/examples/ior_corbaloc/server.bor +++ b/TAO/examples/ior_corbaloc/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the ior_corbaloc server # |