Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / DevGuideExamples / ChangeLogs / ChangeLog-08
blobf2cdd3b32b1f2843f01f5e3d1a81e383be545e25
1 Thu Oct 23 06:47:54 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
3         * devguide_examples.lst:
4           Removed, merged this file into the main test lists
6 Thu Oct 23 06:39:54 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
8         * AMH_AMI/middle_server.cpp
9         * EventServices/RTEC_Federated/EchoEventConsumerMain.cpp
10         * EventServices/RTEC_Federated/EchoEventSupplierMain.cpp
11         * EventServices/RTEC_MCast_Federated/EchoEventConsumerMain.cpp
12         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp
13         * ImplRepo/IORTable/MessengerClient.cpp
14         * NamingService/corbaloc_Messenger/MessengerClient.cpp
15         * NamingService/corbaname_Messenger/MessengerClient.cpp
16         * NamingService/Naming_Server/NamingTask.cpp
17         * NamingService/Naming_Server/NamingTask.h
18           wchar fixes
20 Wed Oct 22 17:47:54 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
22         * AMH_AMI/middle_server.cpp:
23         * EventServices/RTEC_Federated/EchoEventConsumerMain.cpp:
24         * EventServices/RTEC_Federated/EchoEventSupplierMain.cpp:
25         * EventServices/RTEC_MCast_Federated/EchoEventConsumerMain.cpp:
26         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
27         * Messaging/AMIcallback/MessengerServer.cpp:
28         * NamingService/Naming_Server/MessengerTask.cpp:
29         * NamingService/Naming_Server/NamingTask.cpp:
30         * PortableInterceptors/IOR/Messenger_i.cpp:
31         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
33           Fix fuzz errors by using ACE_OS:: functions instead of the naked/raw ones.
35 Wed Oct 22 16:45:07 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
37         * ValueTypes/Notify/Event.idl:
39           Fixed fuzz errors. When including files from ACE/TAO/CIAO, use "" instead of <>.
41           Example: #include <ace/OS.h> was changed to "ace/OS.h"
43 Wed Oct 22 16:17:58 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
45         * EventServices/OMG_Basic/EchoEventConsumerMain.cpp:
46         * EventServices/OMG_Basic/EchoEventConsumer_i.h:
47         * EventServices/OMG_Basic/EchoEventSupplierMain.cpp:
48         * EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp:
49         * EventServices/OMG_SupplierSideEC/EchoEventConsumer_i.h:
50         * EventServices/OMG_SupplierSideEC/EchoEventSupplierMain.cpp:
51         * EventServices/OMG_TypedEC/ConsumerMain.cpp:
52         * EventServices/OMG_TypedEC/Consumer_i.h:
53         * EventServices/OMG_TypedEC/Messenger_i.h:
54         * EventServices/OMG_TypedEC/SupplierMain.cpp:
55         * EventServices/RTEC_Basic/EchoEventConsumerMain.cpp:
56         * EventServices/RTEC_Basic/EchoEventConsumer_i.h:
57         * EventServices/RTEC_Basic/EchoEventSupplierMain.cpp:
58         * EventServices/RTEC_Basic/EchoEventSupplier_i.h:
59         * EventServices/RTEC_Federated/EchoEventConsumerMain.cpp:
60         * EventServices/RTEC_Federated/EchoEventConsumer_i.h:
61         * EventServices/RTEC_Federated/EchoEventSupplierMain.cpp:
62         * EventServices/RTEC_Federated/EchoEventSupplier_i.h:
63         * EventServices/RTEC_Filter/EchoEventConsumerMain.cpp:
64         * EventServices/RTEC_Filter/EchoEventConsumer_i.h:
65         * EventServices/RTEC_Filter/EchoEventSupplierMain.cpp:
66         * EventServices/RTEC_Filter/EchoEventSupplier_i.h:
67         * EventServices/RTEC_MCast_Federated/EchoEventConsumerMain.cpp:
68         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.h:
69         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
70         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.h:
71         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
72         * NamingService/Messenger/MessengerClient.cpp:
73         * NamingService/Messenger/MessengerServer.cpp:
74         * NamingService/Naming_Client/MessengerClient.cpp:
75         * NamingService/Naming_Client/MessengerServer.cpp:
76         * NamingService/Naming_Context_Ext/MessengerClient.cpp:
77         * NamingService/Naming_Context_Ext/MessengerServer.cpp:
78         * NamingService/Naming_Server/MessengerTask.cpp:
79         * NamingService/Naming_Server/NamingTask.cpp:
80         * NamingService/corbaloc_Messenger/MessengerClient.cpp:
81         * NamingService/corbaloc_Messenger/MessengerServer.cpp:
82         * NamingService/corbaname_Messenger/MessengerClient.cpp:
83         * NamingService/corbaname_Messenger/MessengerServer.cpp:
84         * NotifyService/EventSequence/EventSequenceConsumer_i.h:
85         * NotifyService/EventSequence/EventSequenceSupplier_i.h:
86         * NotifyService/EventSequence/MessengerClient.cpp:
87         * NotifyService/EventSequence/MessengerConsumer.cpp:
88         * NotifyService/EventSequence/MessengerServer.cpp:
89         * NotifyService/EventSequence/Messenger_i.h:
90         * NotifyService/EventSequence/Messenger_i.cpp:
91         * NotifyService/Filtering/MessengerClient.cpp:
92         * NotifyService/Filtering/MessengerServer.cpp:
93         * NotifyService/Filtering/Messenger_i.h:
94         * NotifyService/Filtering/Messenger_i.cpp:
95         * NotifyService/Filtering/StructuredEventConsumer_i.h:
96         * NotifyService/Filtering/StructuredEventSupplier_i.h:
97         * NotifyService/Messenger/MessengerClient.cpp:
98         * NotifyService/Messenger/MessengerConsumer.cpp:
99         * NotifyService/Messenger/MessengerServer.cpp:
100         * NotifyService/Messenger/Messenger_i.h:
101         * NotifyService/Messenger/Messenger_i.cpp:
102         * NotifyService/Messenger/StructuredEventConsumer_i.h:
103         * NotifyService/Messenger/StructuredEventSupplier_i.h:
104         * NotifyService/OfferSubscriptions/MessengerClient.cpp:
105         * NotifyService/OfferSubscriptions/MessengerConsumer.cpp:
106         * NotifyService/OfferSubscriptions/MessengerServer.cpp:
107         * NotifyService/OfferSubscriptions/Messenger_i.h:
108         * NotifyService/OfferSubscriptions/Messenger_i.cpp:
109         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h:
110         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.h:
111         * NotifyService/QoSProperties/MessengerClient.cpp:
112         * NotifyService/QoSProperties/MessengerConsumer.cpp:
113         * NotifyService/QoSProperties/MessengerServer.cpp:
114         * NotifyService/QoSProperties/Messenger_i.h:
115         * NotifyService/QoSProperties/Messenger_i.cpp:
116         * NotifyService/QoSProperties/StructuredEventConsumer_i.h:
117         * NotifyService/QoSProperties/StructuredEventSupplier_i.h:
118         * NotifyService/RTNotify/MessengerClient.cpp:
119         * NotifyService/RTNotify/MessengerConsumer.cpp:
120         * NotifyService/RTNotify/MessengerServer.cpp:
121         * NotifyService/RTNotify/Messenger_i.h:
122         * NotifyService/RTNotify/Messenger_i.cpp:
123         * NotifyService/RTNotify/StructuredEventConsumer_i.h:
124         * NotifyService/RTNotify/StructuredEventSupplier_i.h:
125         * NotifyService/SupplierSideNC/MessengerClient.cpp:
126         * NotifyService/SupplierSideNC/MessengerServer.cpp:
127         * NotifyService/SupplierSideNC/MessengerSupplier.cpp:
128         * NotifyService/SupplierSideNC/Messenger_i.h:
129         * NotifyService/SupplierSideNC/Messenger_i.cpp:
130         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.h:
131         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.h:
132         * PortableInterceptors/Auth/MessengerClient.cpp:
133         * PortableInterceptors/PICurrent/ClientInitializer.cpp:
134         * PortableInterceptors/PICurrent/MessengerClient.cpp:
135         * PortableInterceptors/PICurrent/MessengerServer.cpp:
136         * PortableInterceptors/PICurrent_NameService/ClientInitializer.cpp:
137         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
138         * PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
139         * Security/ParticipatingApp/Messenger_i.h:
140         * ValueTypes/Notify/consumer.cpp:
141         * ValueTypes/Notify/supplier.cpp:
143           Fixed fuzz errors. When including files from ACE/TAO/CIAO, use "" instead of <>.
145           Example: #include <ace/OS.h> was changed to "ace/OS.h"
147 Wed Oct 22 15:56:27 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
149         * AMH/amh_pch.h:
150         * AMH_AMI/amh_ami_pch.h:
151         * BiDirectionalGIOP/client.cpp:
152         * BiDirectionalGIOP/server.cpp:
153         * BiDirectionalGIOP/simple_i.cpp:
154         * EventServices/OMG_Basic/EchoEventConsumer_i.cpp:
155         * EventServices/OMG_SupplierSideEC/EchoEventConsumer_i.cpp:
156         * EventServices/OMG_TypedEC/ConsumerMain.cpp:
157         * EventServices/OMG_TypedEC/Consumer_i.cpp:
158         * EventServices/OMG_TypedEC/SupplierMain.cpp:
159         * EventServices/RTEC_Basic/EchoEventConsumer_i.cpp:
160         * EventServices/RTEC_Basic/EchoEventSupplier_i.cpp:
161         * EventServices/RTEC_Federated/EchoEventConsumer_i.cpp:
162         * EventServices/RTEC_Federated/EchoEventSupplier_i.cpp:
163         * EventServices/RTEC_Filter/EchoEventConsumer_i.cpp:
164         * EventServices/RTEC_Filter/EchoEventSupplier_i.cpp:
165         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.cpp:
166         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
167         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.cpp:
168         * GettingStarted/started_pch.h:
169         * ImplRepo/IORTable/MessengerServer.cpp:
170         * ImplRepo/MessengerServer.cpp:
171         * InterfaceRepo/IFRBrowser.cpp:
172         * LocalObjects/Messenger/Messenger_i.h:
173         * LocalObjects/ServantLocator/MessengerServer.cpp:
174         * Messaging/RelativeRoundtripTimeout/MessengerClient.cpp:
175         * Multithreading/GracefulShutdown/MessengerServer.cpp:
176         * Multithreading/GracefulShutdown/MessengerShutdownTimer.h:
177         * NamingService/Naming_Server/MessengerTask.h:
178         * NamingService/Naming_Server/NamingTask.h:
179         * NotifyService/EventSequence/EventSequenceConsumer_i.cpp:
180         * NotifyService/EventSequence/EventSequenceSupplier_i.cpp:
181         * NotifyService/Filtering/StructuredEventConsumer_i.cpp:
182         * NotifyService/Filtering/StructuredEventSupplier_i.cpp:
183         * NotifyService/Messenger/StructuredEventConsumer_i.cpp:
184         * NotifyService/Messenger/StructuredEventSupplier_i.cpp:
185         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.cpp:
186         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.cpp:
187         * NotifyService/QoSProperties/StructuredEventConsumer_i.cpp:
188         * NotifyService/QoSProperties/StructuredEventSupplier_i.cpp:
189         * NotifyService/RTNotify/StructuredEventConsumer_i.cpp:
190         * NotifyService/RTNotify/StructuredEventSupplier_i.cpp:
191         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.cpp:
192         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.cpp:
193         * PortableInterceptors/Auth/ClientInterceptor.h:
194         * PortableInterceptors/Auth/ClientInterceptor.cpp:
195         * PortableInterceptors/Auth/MessengerClient.cpp:
196         * PortableInterceptors/Auth/MessengerServer.cpp:
197         * PortableInterceptors/Auth/ServerInterceptor.cpp:
198         * PortableInterceptors/IOR/MessengerClient.cpp:
199         * PortableInterceptors/IOR/MessengerServer.cpp:
200         * PortableInterceptors/IOR/Messenger_i.cpp:
201         * PortableInterceptors/IOR/ServerInterceptor.cpp:
202         * PortableInterceptors/PICurrent/MessengerClient.cpp:
203         * PortableInterceptors/PICurrent/MessengerServer.cpp:
204         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
205         * PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
206         * PortableInterceptors/SimpleCodec/MessengerClient.cpp:
207         * PortableInterceptors/SimpleCodec/MessengerServer.cpp:
208         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
209         * PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
210         * RTCORBA/MessengerClient.cpp:
211         * RTCORBA/MessengerServer.cpp:
212         * RTCORBA/Messenger_i.h:
213         * RTCORBA/common.h:
214         * ValueTypes/Bank/_pch.h:
215         * ValueTypes/Bank/server.cpp:
216         * ValueTypes/Messenger/Message_i.h:
217         * ValueTypes/Messenger/Message_i.cpp:
218         * ValueTypes/Messenger/_pch.h:
219         * ValueTypes/Notify/Event_i.h:
220         * ValueTypes/Notify/consumer.cpp:
221         * ValueTypes/Notify/supplier.cpp:
223           Fixed fuzz errors. When including files from ACE/TAO/CIAO, use "" instead of <>.
225           Example: #include <ace/OS.h> was changed to "ace/OS.h"
227 Wed Oct 22 15:42:56 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
229         * AMH_AMI/inner_i.cpp:
230         * AMH_AMI/middle_server.cpp:
231         * BiDirectionalGIOP/client.cpp:
232         * BiDirectionalGIOP/server.cpp:
233         * EventServices/OMG_TypedEC/ConsumerMain.cpp:
234         * EventServices/RTEC_Basic/EchoEventConsumer_i.cpp:
235         * EventServices/RTEC_Federated/EchoEventConsumer_i.cpp:
236         * EventServices/RTEC_Federated/EchoEventSupplierMain.cpp:
237         * EventServices/RTEC_Filter/EchoEventConsumer_i.cpp:
238         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.cpp:
239         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
240         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
241         * ImplRepo/IORTable/MessengerClient.cpp:
242         * InterfaceRepo/IFRBrowser.cpp:
243         * LocalObjects/ServantLocator/MessengerLocator_i.cpp:
244         * Messaging/AMIcallback/MessengerClient.cpp:
245         * Messaging/AMIcallback/MessengerHandler.cpp:
246         * Messaging/AMIcallback/Messenger_i.cpp:
247         * Messaging/RelativeRoundtripTimeout/Messenger_i.cpp:
248         * Multithreading/GracefulShutdown/MessengerClient.cpp:
249         * Multithreading/GracefulShutdown/MessengerServer.h:
250         * Multithreading/GracefulShutdown/MessengerServer.cpp:
251         * Multithreading/GracefulShutdown/MessengerShutdownTimer.h:
252         * Multithreading/ThreadPerConnection/Messenger_i.cpp:
253         * Multithreading/ThreadPool/MessengerServer.cpp:
254         * Multithreading/ThreadPool/Messenger_i.cpp:
255         * NamingService/Naming_Server/MessengerTask.h:
256         * NamingService/Naming_Server/NamingMessenger.cpp:
257         * NamingService/Naming_Server/NamingTask.h:
258         * NamingService/Naming_Server/NamingTask.cpp:
259         * NotifyService/EventSequence/Messenger_i.h:
260         * NotifyService/Filtering/MessengerConsumer.cpp:
261         * NotifyService/Filtering/MessengerServer.cpp:
262         * NotifyService/Messenger/Messenger_i.cpp:
263         * NotifyService/RTNotify/Messenger_i.cpp:
264         * NotifyService/SupplierSideNC/MessengerConsumer.cpp:
265         * NotifyService/SupplierSideNC/MessengerSupplier.cpp:
266         * PortableInterceptors/Auth/ClientInterceptor.cpp:
267         * PortableInterceptors/Auth/ServerInterceptor.cpp:
268         * PortableInterceptors/IOR/Messenger_i.cpp:
269         * PortableInterceptors/PICurrent/Messenger_i.cpp:
270         * PortableInterceptors/PICurrent_NameService/Messenger_i.cpp:
271         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
272         * RTCORBA/Messenger_i.cpp:
273         * Security/ParticipatingApp/Messenger_i.cpp:
274         * Security/PolicyControllingApp/MessengerClient.cpp:
275         * SmartProxies/Logger_i.h:
276         * SmartProxies/Logger_i.cpp:
277         * ValueTypes/Bank/server.cpp:
278         * ValueTypes/Notify/supplier.cpp:
280           Fixed fuzz errors. When including files from ACE/TAO/CIAO, use "" instead of <>.
282           Example: #include <ace/OS.h> was changed to "ace/OS.h"
284 Wed Oct 22 15:25:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
286         * NotifyService/Messenger/Messenger.mpc:
288           Renamed to avoid name clash.
290         * NotifyService/Messenger/NotifyService_Messenger.mpc:
292 Wed Oct 22 15:05:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
294         * Multithreading/ThreadPerConnection/ThreadPerConnection.mpc:
296           Fixed project name length fuzz warnings.
298 Wed Oct 22 14:39:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
300         * NamingService/Naming_Client/Messenger_i.cpp:
302           Fixed tabs found fuzz errors.
304 Wed Oct 22 14:00:46 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
306         * DevGuideExamples.mwc:
307         * ImplRepo/Activator/run_test.pl:
308         * InterfaceRepo/IFRBrowser.cpp:
309         * InterfaceRepo/InterfaceRepo.mpc:
310         * InterfaceRepo/run_test.pl:
311         * NotifyService/RTNotify/Priorities.h:
312         * NotifyService/SupplierSideNC/MessengerSupplier.cpp:
313         * Security/ParticipatingApp/ParticipatingApp.mpc:
314         * Security/ParticipatingApp/run_test.pl:
315         * Security/PolicyControllingApp/PolicyControllingApp.mpc:
316         * Security/PolicyControllingApp/run_test.pl:
317         * Security/SecurityUnawareApp/SecurityUnawareApp.mpc:
318         * Security/SecurityUnawareApp/run_test.pl:
319         * SmartProxies/Logger.idl:
321           Fixed fuzz error by adding "// $Id $" to the top of each file.
323 Wed Oct 22 13:24:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
325         * NotifyService/QoSProperties/MessengerConsumer.cpp:
326         * NotifyService/OfferSubscriptions/MessengerConsumer.cpp:
327         * NotifyService/Messenger/MessengerConsumer.cpp:
328         * NotifyService/RTNotify/MessengerConsumer.cpp:
329         * NotifyService/EventSequence/MessengerConsumer.cpp:
330         * NamingService/Naming_Server/NamingMessenger.cpp:
331         * PortableInterceptors/Auth/MessengerServer.cpp:
332         * PortableInterceptors/Auth/MessengerClient.cpp:
333         * PortableInterceptors/PICurrent/MessengerServer.cpp:
334         * PortableInterceptors/PICurrent/MessengerClient.cpp:
335         * PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
336         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
338           Fixed Lack of ACE_TMAIN fuzz errors.
340 Wed Oct 22 13:01:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
342         * PortableInterceptors/IOR/MessengerClient.cpp:
343         * PortableInterceptors/IOR/ServerInterceptor.cpp:
344         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
345         * PortableInterceptors/SimpleCodec/MessengerClient.cpp:
346         * PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
347         * LocalObjects/Messenger/Messenger_i.h:
348         * LocalObjects/ServantLocator/MessengerLocator_i.h:
349         * NotifyService/Filtering/Messenger_i.h:
350         * NotifyService/OfferSubscriptions/Messenger_i.h:
351         * NotifyService/SupplierSideNC/Messenger_i.h:
352         * PortableInterceptors/Auth/ClientInitializer.h:
353         * LocalObjects/Messenger/Messenger.idl:
354         * LocalObjects/ServantLocator/Messenger.idl:
355         * Security/ParticipatingApp/Messenger.idl:
357           Fixed tabs found fuzz errors.
359 Wed Oct 22 12:52:00 UTC 2008  Simon Massey  <sma at prismtech dot com>
361         * NotifyService/Filtering/MessengerServer.cpp:
362         * NotifyService/QoSProperties/MessengerConsumer.cpp:
363         * NotifyService/QoSProperties/MessengerServer.cpp:
364         * NotifyService/QoSProperties/Messenger_i.cpp:
365         * NotifyService/OfferSubscriptions/Messenger_i.cpp:
366         * NotifyService/Messenger/MessengerConsumer.cpp:
367         * NotifyService/Messenger/Messenger_i.cpp:
368         * NotifyService/RTNotify/MessengerConsumer.cpp:
369         * NotifyService/RTNotify/Messenger_i.cpp:
370         * NamingService/Naming_Client/Messenger_i.cpp:
371         * Security/PolicyControllingApp/MessengerClient.cpp:
372         * PortableInterceptors/IOR/Messenger_i.cpp:
374           Fixed tabs found fuzz errors.
376 Wed Oct 22 09:00:00 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
378         * AMH_AMI/inner_cb.h
379         * AMH_AMI/inner_i.h
380         * AMH_AMI/middle_i.h
381           Removed deprecated PortableServer::RefCountServantBase
383 Wed Oct 22 08:57:00 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
385         * LocalObjects/Messenger/MessengerServer.cpp
386         * LocalObjects/ServantLocator/MessengerClient.cpp
387         * LocalObjects/ServantLocator/MessengerServer.cpp
388         * Messaging/AMIcallback/MessengerClient.cpp
389         * Messaging/AMIcallback/MessengerServer.cpp
390         * Messaging/RelativeRoundtripTimeout/MessengerServer.cpp
391         * NotifyService/EventSequence/MessengerServer.cpp
392         * NotifyService/Messenger/MessengerServer.cpp
393         * NotifyService/OfferSubscriptions/MessengerServer.cpp
394         * NotifyService/QoSProperties/MessengerServer.cpp
395         * NotifyService/RTNotify/MessengerServer.cpp
396         * NotifyService/SupplierSideNC/MessengerServer.cpp
397         * SmartProxies/LoggerServer.cpp
398           ACE_TMAIN changes
400 Wed Oct 22 08:53:00 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
402         * CIAO:
403           Moved to the CIAO distribution
405 Tue Oct 21 23:33:19 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
407         * EventServices/OMG_TypedEC/Consumer_i.h:
408         * EventServices/OMG_TypedEC/Consumer_i.cpp:
409         * EventServices/OMG_TypedEC/Messenger_i.h:
410         * EventServices/OMG_TypedEC/Messenger_i.cpp:
411         * EventServices/RTEC_Basic/EchoEventConsumer_i.h:
412         * EventServices/RTEC_Basic/EchoEventConsumer_i.cpp:
413         * EventServices/RTEC_Basic/EchoEventSupplier_i.h:
414         * EventServices/RTEC_Basic/EchoEventSupplier_i.cpp:
415         * EventServices/RTEC_Federated/EchoEventConsumer_i.h:
416         * EventServices/RTEC_Federated/EchoEventConsumer_i.cpp:
417         * EventServices/RTEC_Federated/EchoEventSupplier_i.h:
418         * EventServices/RTEC_Federated/EchoEventSupplier_i.cpp:
419         * EventServices/RTEC_Filter/EchoEventConsumer_i.h:
420         * EventServices/RTEC_Filter/EchoEventConsumer_i.cpp:
421         * EventServices/RTEC_Filter/EchoEventSupplier_i.h:
422         * EventServices/RTEC_Filter/EchoEventSupplier_i.cpp:
423         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.h:
424         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.cpp:
425         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.h:
426         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.cpp:
427         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
428         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
429         * ImplRepo/IORTable/Messenger_i.cpp:
430         * LocalObjects/Messenger/Messenger_i.h:
431         * LocalObjects/Messenger/Messenger_i.cpp:
432         * LocalObjects/ServantLocator/MessengerLocator_i.h:
433         * LocalObjects/ServantLocator/MessengerLocator_i.cpp:
434         * Messaging/AMIcallback/MessengerHandler.h:
435         * Messaging/AMIcallback/MessengerHandler.cpp:
436         * Messaging/AMIcallback/Messenger_i.h:
437         * Messaging/AMIcallback/Messenger_i.cpp:
438         * Messaging/RelativeRoundtripTimeout/Messenger_i.h:
439         * Multithreading/GracefulShutdown/Messenger_i.h:
440         * Multithreading/GracefulShutdown/Messenger_i.cpp:
441         * Multithreading/Reactive/Messenger_i.h:
442         * Multithreading/Reactive/Messenger_i.cpp:
443         * Multithreading/ThreadPerConnection/Messenger_i.h:
444         * Multithreading/ThreadPerConnection/Messenger_i.cpp:
445         * Multithreading/ThreadPool/Messenger_i.h:
446         * Multithreading/ThreadPool/Messenger_i.cpp:
447         * NamingService/Naming_Context_Ext/Messenger_i.h:
448         * NamingService/Naming_Context_Ext/Messenger_i.cpp:
449         * NamingService/Naming_Server/Messenger_i.h:
450         * NamingService/Naming_Server/Messenger_i.cpp:
451         * NotifyService/EventSequence/EventSequenceConsumer_i.h:
452         * NotifyService/EventSequence/EventSequenceConsumer_i.cpp:
453         * NotifyService/EventSequence/EventSequenceSupplier_i.h:
454         * NotifyService/EventSequence/EventSequenceSupplier_i.cpp:
455         * NotifyService/EventSequence/Messenger_i.h:
456         * NotifyService/EventSequence/Messenger_i.cpp:
457         * NotifyService/Filtering/Messenger_i.h:
458         * NotifyService/Filtering/Messenger_i.cpp:
459         * NotifyService/Filtering/StructuredEventConsumer_i.h:
460         * NotifyService/Filtering/StructuredEventConsumer_i.cpp:
461         * NotifyService/Filtering/StructuredEventSupplier_i.h:
462         * NotifyService/Filtering/StructuredEventSupplier_i.cpp:
463         * NotifyService/Messenger/Messenger_i.h:
464         * NotifyService/Messenger/Messenger_i.cpp:
465         * NotifyService/Messenger/StructuredEventConsumer_i.h:
466         * NotifyService/Messenger/StructuredEventConsumer_i.cpp:
467         * NotifyService/Messenger/StructuredEventSupplier_i.h:
468         * NotifyService/Messenger/StructuredEventSupplier_i.cpp:
469         * NotifyService/OfferSubscriptions/Messenger_i.h:
470         * NotifyService/OfferSubscriptions/Messenger_i.cpp:
471         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h:
472         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.cpp:
473         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.h:
474         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.cpp:
475         * NotifyService/QoSProperties/Messenger_i.h:
476         * NotifyService/QoSProperties/Messenger_i.cpp:
477         * NotifyService/QoSProperties/StructuredEventConsumer_i.h:
478         * NotifyService/QoSProperties/StructuredEventConsumer_i.cpp:
479         * NotifyService/QoSProperties/StructuredEventSupplier_i.h:
480         * NotifyService/QoSProperties/StructuredEventSupplier_i.cpp:
481         * NotifyService/RTNotify/Messenger_i.h:
482         * NotifyService/RTNotify/Messenger_i.cpp:
483         * NotifyService/RTNotify/StructuredEventConsumer_i.h:
484         * NotifyService/RTNotify/StructuredEventConsumer_i.cpp:
485         * NotifyService/RTNotify/StructuredEventSupplier_i.h:
486         * NotifyService/RTNotify/StructuredEventSupplier_i.cpp:
487         * NotifyService/SupplierSideNC/Messenger_i.h:
488         * NotifyService/SupplierSideNC/Messenger_i.cpp:
489         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.h:
490         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.cpp:
491         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.h:
492         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.cpp:
493         * Security/ParticipatingApp/Messenger_i.h:
494         * Security/ParticipatingApp/Messenger_i.cpp:
495         * Security/PolicyControllingApp/Messenger_i.h:
496         * Security/PolicyControllingApp/Messenger_i.cpp:
497         * Security/SecurityUnawareApp/Messenger_i.h:
498         * Security/SecurityUnawareApp/Messenger_i.cpp:
499         * SmartProxies/Smart_Messenger_Proxy.h:
500         * SmartProxies/Smart_Messenger_Proxy.cpp:
501         * ValueTypes/Messenger/Messenger_i.h:
502         * ValueTypes/Messenger/Messenger_i.cpp:
503         * ValueTypes/Notify/consumer.cpp:
504         * ValueTypes/Notify/supplier.cpp:
506           Fixed fuzz errors by removing exception specifications.
508 Tue Oct 21 22:50:24 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
510         * AMH/AMH.mpc:
511         * AMH/Messenger.idl:
512         * AMH/MessengerClient.cpp:
513         * AMH/MessengerServer.cpp:
514         * AMH/README:
515         * AMH/amh_pch.h:
516         * AMH/amh_pch.cpp:
517         * AMH/run_test.pl:
518         * AMH_AMI/AMH_AMI.mpc:
519         * AMH_AMI/README:
520         * AMH_AMI/amh_ami_pch.h:
521         * AMH_AMI/amh_ami_pch.cpp:
522         * AMH_AMI/client.cpp:
523         * AMH_AMI/inner.idl:
524         * AMH_AMI/inner_cb.h:
525         * AMH_AMI/inner_cb.cpp:
526         * AMH_AMI/inner_server.cpp:
527         * AMH_AMI/middle.idl:
528         * AMH_AMI/middle_server.cpp:
529         * AMH_AMI/run_test.pl:
530         * BiDirectionalGIOP/BiDirectionalGIOP.mpc:
531         * BiDirectionalGIOP/README:
532         * BiDirectionalGIOP/bidir_giop_pch.h:
533         * BiDirectionalGIOP/bidir_giop_pch.cpp:
534         * BiDirectionalGIOP/callback.idl:
535         * BiDirectionalGIOP/callback_i.h:
536         * BiDirectionalGIOP/callback_i.cpp:
537         * BiDirectionalGIOP/client.cpp:
538         * BiDirectionalGIOP/run_test.pl:
539         * BiDirectionalGIOP/server.cpp:
540         * BiDirectionalGIOP/simple.idl:
541         * BiDirectionalGIOP/simple_i.h:
542         * BiDirectionalGIOP/simple_i.cpp:
543         * EventServices/OMG_Basic/EchoEventConsumerMain.cpp:
544         * EventServices/OMG_Basic/EchoEventConsumer_i.h:
545         * EventServices/OMG_Basic/EchoEventConsumer_i.cpp:
546         * EventServices/OMG_Basic/EchoEventSupplierMain.cpp:
547         * EventServices/OMG_Basic/OMG_Basic.mpc:
548         * EventServices/OMG_Basic/README:
549         * EventServices/OMG_Basic/run_test.pl:
550         * EventServices/OMG_SupplierSideEC/EchoEventConsumerMain.cpp:
551         * EventServices/OMG_SupplierSideEC/EchoEventConsumer_i.h:
552         * EventServices/OMG_SupplierSideEC/EchoEventConsumer_i.cpp:
553         * EventServices/OMG_SupplierSideEC/EchoEventSupplierMain.cpp:
554         * EventServices/OMG_SupplierSideEC/OMG_SupplierSideEC.mpc:
555         * EventServices/OMG_SupplierSideEC/README:
556         * EventServices/OMG_SupplierSideEC/run_test.pl:
557         * EventServices/OMG_TypedEC/ConsumerMain.cpp:
558         * EventServices/OMG_TypedEC/Consumer_i.h:
559         * EventServices/OMG_TypedEC/Consumer_i.cpp:
560         * EventServices/OMG_TypedEC/Messenger.idl:
561         * EventServices/OMG_TypedEC/OMG_TypedEC.mpc:
562         * EventServices/OMG_TypedEC/README:
563         * EventServices/OMG_TypedEC/SupplierMain.cpp:
564         * EventServices/OMG_TypedEC/run_test.pl:
565         * EventServices/RTEC_Basic/EchoEventConsumerMain.cpp:
566         * EventServices/RTEC_Basic/EchoEventConsumer_i.h:
567         * EventServices/RTEC_Basic/EchoEventConsumer_i.cpp:
568         * EventServices/RTEC_Basic/EchoEventSupplierMain.cpp:
569         * EventServices/RTEC_Basic/EchoEventSupplier_i.h:
570         * EventServices/RTEC_Basic/EchoEventSupplier_i.cpp:
571         * EventServices/RTEC_Basic/README:
572         * EventServices/RTEC_Basic/RTEC_Basic.mpc:
573         * EventServices/RTEC_Basic/run_test.pl:
574         * EventServices/RTEC_Federated/EchoEventConsumerMain.cpp:
575         * EventServices/RTEC_Federated/EchoEventConsumer_i.h:
576         * EventServices/RTEC_Federated/EchoEventConsumer_i.cpp:
577         * EventServices/RTEC_Federated/EchoEventSupplierMain.cpp:
578         * EventServices/RTEC_Federated/EchoEventSupplier_i.h:
579         * EventServices/RTEC_Federated/EchoEventSupplier_i.cpp:
580         * EventServices/RTEC_Federated/README:
581         * EventServices/RTEC_Federated/RTEC_Federated.mpc:
582         * EventServices/RTEC_Federated/run_test.pl:
583         * EventServices/RTEC_Filter/EchoEventConsumerMain.cpp:
584         * EventServices/RTEC_Filter/EchoEventConsumer_i.h:
585         * EventServices/RTEC_Filter/EchoEventConsumer_i.cpp:
586         * EventServices/RTEC_Filter/EchoEventSupplierMain.cpp:
587         * EventServices/RTEC_Filter/EchoEventSupplier_i.h:
588         * EventServices/RTEC_Filter/EchoEventSupplier_i.cpp:
589         * EventServices/RTEC_Filter/README:
590         * EventServices/RTEC_Filter/RTEC_Filter.mpc:
591         * EventServices/RTEC_Filter/run_test.pl:
592         * EventServices/RTEC_MCast_Federated/EchoEventConsumerMain.cpp:
593         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.h:
594         * EventServices/RTEC_MCast_Federated/EchoEventConsumer_i.cpp:
595         * EventServices/RTEC_MCast_Federated/EchoEventSupplierMain.cpp:
596         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.h:
597         * EventServices/RTEC_MCast_Federated/EchoEventSupplier_i.cpp:
598         * EventServices/RTEC_MCast_Federated/README:
599         * EventServices/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
600         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
601         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
602         * EventServices/RTEC_MCast_Federated/run_test.pl:
603         * GettingStarted/GettingStarted.mpc:
604         * GettingStarted/Messenger.idl:
605         * GettingStarted/MessengerClient.cpp:
606         * GettingStarted/MessengerServer.cpp:
607         * GettingStarted/README:
608         * GettingStarted/run_test.pl:
609         * GettingStarted/started_pch.h:
610         * GettingStarted/started_pch.cpp:
611         * ImplRepo/Basic/ImplRepo_Basic.mpc:
612         * ImplRepo/Basic/Messenger.idl:
613         * ImplRepo/Basic/MessengerClient.cpp:
614         * ImplRepo/Basic/MessengerServer.cpp:
615         * ImplRepo/Basic/Messenger_i.h:
616         * ImplRepo/Basic/Messenger_i.cpp:
617         * ImplRepo/Basic/run_test.pl:
618         * ImplRepo/IORTable/ImplRepo_IORTable.mpc:
619         * ImplRepo/IORTable/Messenger.idl:
620         * ImplRepo/IORTable/MessengerClient.cpp:
621         * ImplRepo/IORTable/MessengerServer.cpp:
622         * ImplRepo/IORTable/Messenger_i.h:
623         * ImplRepo/IORTable/Messenger_i.cpp:
624         * ImplRepo/IORTable/run_test.pl:
625         * ImplRepo/ImplRepo.mpc:
626         * ImplRepo/Messenger.idl:
627         * ImplRepo/MessengerClient.cpp:
628         * ImplRepo/MessengerServer.cpp:
629         * ImplRepo/README:
630         * ImplRepo/run_test.pl:
631         * LocalObjects/Messenger/Messenger.idl:
632         * LocalObjects/Messenger/Messenger.mpc:
633         * LocalObjects/Messenger/MessengerServer.cpp:
634         * LocalObjects/Messenger/Messenger_i.h:
635         * LocalObjects/Messenger/Messenger_i.cpp:
636         * LocalObjects/Messenger/run_test.pl:
637         * LocalObjects/ServantLocator/Messenger.idl:
638         * LocalObjects/ServantLocator/MessengerClient.cpp:
639         * LocalObjects/ServantLocator/MessengerLocator_i.h:
640         * LocalObjects/ServantLocator/MessengerServer.cpp:
641         * LocalObjects/ServantLocator/ServantLocator.mpc:
642         * LocalObjects/ServantLocator/run_test.pl:
643         * Messaging/AMIcallback/AMIcallback.mpc:
644         * Messaging/AMIcallback/Messenger.idl:
645         * Messaging/AMIcallback/MessengerClient.cpp:
646         * Messaging/AMIcallback/MessengerHandler.h:
647         * Messaging/AMIcallback/MessengerHandler.cpp:
648         * Messaging/AMIcallback/MessengerServer.cpp:
649         * Messaging/AMIcallback/README:
650         * Messaging/AMIcallback/run_test.pl:
651         * Messaging/RelativeRoundtripTimeout/Messenger.idl:
652         * Messaging/RelativeRoundtripTimeout/MessengerClient.cpp:
653         * Messaging/RelativeRoundtripTimeout/MessengerServer.cpp:
654         * Messaging/RelativeRoundtripTimeout/README:
655         * Messaging/RelativeRoundtripTimeout/RelativeRoundtripTimeout.mpc:
656         * Messaging/RelativeRoundtripTimeout/run_test.pl:
657         * Multithreading/GracefulShutdown/GracefulShutdown.mpc:
658         * Multithreading/GracefulShutdown/Messenger.idl:
659         * Multithreading/GracefulShutdown/MessengerClient.cpp:
660         * Multithreading/GracefulShutdown/MessengerServer.cpp:
661         * Multithreading/GracefulShutdown/README:
662         * Multithreading/GracefulShutdown/run_test.pl:
663         * Multithreading/Reactive/Messenger.idl:
664         * Multithreading/Reactive/MessengerClient.cpp:
665         * Multithreading/Reactive/MessengerServer.cpp:
666         * Multithreading/Reactive/README:
667         * Multithreading/Reactive/Reactive.mpc:
668         * Multithreading/Reactive/run_test.pl:
669         * Multithreading/ThreadPerConnection/Messenger.idl:
670         * Multithreading/ThreadPerConnection/MessengerClient.cpp:
671         * Multithreading/ThreadPerConnection/MessengerServer.cpp:
672         * Multithreading/ThreadPerConnection/README:
673         * Multithreading/ThreadPerConnection/ThreadPerConnection.mpc:
674         * Multithreading/ThreadPerConnection/run_test.pl:
675         * Multithreading/ThreadPool/Messenger.idl:
676         * Multithreading/ThreadPool/MessengerClient.cpp:
677         * Multithreading/ThreadPool/MessengerServer.cpp:
678         * Multithreading/ThreadPool/README:
679         * Multithreading/ThreadPool/ThreadPool.mpc:
680         * Multithreading/ThreadPool/run_test.pl:
681         * NamingService/Messenger/Messenger.idl:
682         * NamingService/Messenger/Messenger.mpc:
683         * NamingService/Messenger/MessengerClient.cpp:
684         * NamingService/Messenger/MessengerServer.cpp:
685         * NamingService/Messenger/README:
686         * NamingService/Messenger/run_test.pl:
687         * NamingService/Naming_Client/Messenger.idl:
688         * NamingService/Naming_Client/MessengerClient.cpp:
689         * NamingService/Naming_Client/MessengerServer.cpp:
690         * NamingService/Naming_Client/Naming_Client.mpc:
691         * NamingService/Naming_Client/README:
692         * NamingService/Naming_Client/run_test.pl:
693         * NamingService/Naming_Context_Ext/Messenger.idl:
694         * NamingService/Naming_Context_Ext/MessengerClient.cpp:
695         * NamingService/Naming_Context_Ext/MessengerServer.cpp:
696         * NamingService/Naming_Context_Ext/Naming_Context_Ext.mpc:
697         * NamingService/Naming_Context_Ext/README:
698         * NamingService/Naming_Context_Ext/run_test.pl:
699         * NamingService/Naming_Server/Messenger.idl:
700         * NamingService/Naming_Server/MessengerTask.h:
701         * NamingService/Naming_Server/MessengerTask.cpp:
702         * NamingService/Naming_Server/NamingMessenger.cpp:
703         * NamingService/Naming_Server/NamingTask.h:
704         * NamingService/Naming_Server/NamingTask.cpp:
705         * NamingService/Naming_Server/Naming_Server.mpc:
706         * NamingService/Naming_Server/README:
707         * NamingService/Naming_Server/run_test.pl:
708         * NamingService/corbaloc_Messenger/Messenger.idl:
709         * NamingService/corbaloc_Messenger/MessengerClient.cpp:
710         * NamingService/corbaloc_Messenger/MessengerServer.cpp:
711         * NamingService/corbaloc_Messenger/README:
712         * NamingService/corbaloc_Messenger/corbaloc_Messenger.mpc:
713         * NamingService/corbaloc_Messenger/run_test.pl:
714         * NamingService/corbaname_Messenger/Messenger.idl:
715         * NamingService/corbaname_Messenger/MessengerClient.cpp:
716         * NamingService/corbaname_Messenger/MessengerServer.cpp:
717         * NamingService/corbaname_Messenger/README:
718         * NamingService/corbaname_Messenger/corbaname_Messenger.mpc:
719         * NamingService/corbaname_Messenger/run_test.pl:
720         * NotifyService/EventSequence/EventSequence.mpc:
721         * NotifyService/EventSequence/EventSequenceConsumer_i.h:
722         * NotifyService/EventSequence/EventSequenceConsumer_i.cpp:
723         * NotifyService/EventSequence/EventSequenceSupplier_i.h:
724         * NotifyService/EventSequence/EventSequenceSupplier_i.cpp:
725         * NotifyService/EventSequence/Messenger.idl:
726         * NotifyService/EventSequence/MessengerClient.cpp:
727         * NotifyService/EventSequence/MessengerConsumer.cpp:
728         * NotifyService/EventSequence/MessengerServer.cpp:
729         * NotifyService/EventSequence/Messenger_i.h:
730         * NotifyService/EventSequence/Messenger_i.cpp:
731         * NotifyService/EventSequence/README:
732         * NotifyService/EventSequence/run_test.pl:
733         * NotifyService/Filtering/Filtering.mpc:
734         * NotifyService/Filtering/Messenger.idl:
735         * NotifyService/Filtering/MessengerClient.cpp:
736         * NotifyService/Filtering/MessengerConsumer.cpp:
737         * NotifyService/Filtering/MessengerServer.cpp:
738         * NotifyService/Filtering/Messenger_i.h:
739         * NotifyService/Filtering/Messenger_i.cpp:
740         * NotifyService/Filtering/README:
741         * NotifyService/Filtering/StructuredEventConsumer_i.h:
742         * NotifyService/Filtering/StructuredEventConsumer_i.cpp:
743         * NotifyService/Filtering/StructuredEventSupplier_i.h:
744         * NotifyService/Filtering/StructuredEventSupplier_i.cpp:
745         * NotifyService/Filtering/run_test.pl:
746         * NotifyService/Messenger/Messenger.idl:
747         * NotifyService/Messenger/Messenger.mpc:
748         * NotifyService/Messenger/MessengerClient.cpp:
749         * NotifyService/Messenger/MessengerConsumer.cpp:
750         * NotifyService/Messenger/MessengerServer.cpp:
751         * NotifyService/Messenger/Messenger_i.h:
752         * NotifyService/Messenger/Messenger_i.cpp:
753         * NotifyService/Messenger/README:
754         * NotifyService/Messenger/StructuredEventConsumer_i.h:
755         * NotifyService/Messenger/StructuredEventConsumer_i.cpp:
756         * NotifyService/Messenger/StructuredEventSupplier_i.h:
757         * NotifyService/Messenger/StructuredEventSupplier_i.cpp:
758         * NotifyService/Messenger/run_test.pl:
759         * NotifyService/OfferSubscriptions/Messenger.idl:
760         * NotifyService/OfferSubscriptions/MessengerClient.cpp:
761         * NotifyService/OfferSubscriptions/MessengerConsumer.cpp:
762         * NotifyService/OfferSubscriptions/MessengerServer.cpp:
763         * NotifyService/OfferSubscriptions/Messenger_i.h:
764         * NotifyService/OfferSubscriptions/Messenger_i.cpp:
765         * NotifyService/OfferSubscriptions/OfferSubscriptions.mpc:
766         * NotifyService/OfferSubscriptions/README:
767         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.h:
768         * NotifyService/OfferSubscriptions/StructuredEventConsumer_i.cpp:
769         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.h:
770         * NotifyService/OfferSubscriptions/StructuredEventSupplier_i.cpp:
771         * NotifyService/OfferSubscriptions/run_test.pl:
772         * NotifyService/QoSProperties/Messenger.idl:
773         * NotifyService/QoSProperties/MessengerClient.cpp:
774         * NotifyService/QoSProperties/MessengerConsumer.cpp:
775         * NotifyService/QoSProperties/MessengerServer.cpp:
776         * NotifyService/QoSProperties/Messenger_i.h:
777         * NotifyService/QoSProperties/Messenger_i.cpp:
778         * NotifyService/QoSProperties/QoSProperties.mpc:
779         * NotifyService/QoSProperties/README:
780         * NotifyService/QoSProperties/StructuredEventConsumer_i.h:
781         * NotifyService/QoSProperties/StructuredEventConsumer_i.cpp:
782         * NotifyService/QoSProperties/StructuredEventSupplier_i.h:
783         * NotifyService/QoSProperties/StructuredEventSupplier_i.cpp:
784         * NotifyService/QoSProperties/run_test.pl:
785         * NotifyService/RTNotify/Messenger.idl:
786         * NotifyService/RTNotify/MessengerClient.cpp:
787         * NotifyService/RTNotify/MessengerConsumer.cpp:
788         * NotifyService/RTNotify/MessengerServer.cpp:
789         * NotifyService/RTNotify/Messenger_i.h:
790         * NotifyService/RTNotify/Messenger_i.cpp:
791         * NotifyService/RTNotify/README:
792         * NotifyService/RTNotify/RTNotify.mpc:
793         * NotifyService/RTNotify/StructuredEventConsumer_i.h:
794         * NotifyService/RTNotify/StructuredEventConsumer_i.cpp:
795         * NotifyService/RTNotify/StructuredEventSupplier_i.h:
796         * NotifyService/RTNotify/StructuredEventSupplier_i.cpp:
797         * NotifyService/RTNotify/run_test.pl:
798         * NotifyService/SupplierSideNC/Messenger.idl:
799         * NotifyService/SupplierSideNC/MessengerClient.cpp:
800         * NotifyService/SupplierSideNC/MessengerConsumer.cpp:
801         * NotifyService/SupplierSideNC/MessengerServer.cpp:
802         * NotifyService/SupplierSideNC/Messenger_i.h:
803         * NotifyService/SupplierSideNC/Messenger_i.cpp:
804         * NotifyService/SupplierSideNC/README:
805         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.h:
806         * NotifyService/SupplierSideNC/StructuredEventConsumer_i.cpp:
807         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.h:
808         * NotifyService/SupplierSideNC/StructuredEventSupplier_i.cpp:
809         * NotifyService/SupplierSideNC/SupplierSideNC.mpc:
810         * NotifyService/SupplierSideNC/run_test.pl:
811         * PortableInterceptors/Auth/Auth.mpc:
812         * PortableInterceptors/Auth/ClientInitializer.h:
813         * PortableInterceptors/Auth/ClientInitializer.cpp:
814         * PortableInterceptors/Auth/ClientInterceptor.h:
815         * PortableInterceptors/Auth/ClientInterceptor.cpp:
816         * PortableInterceptors/Auth/Messenger.idl:
817         * PortableInterceptors/Auth/MessengerClient.cpp:
818         * PortableInterceptors/Auth/MessengerServer.cpp:
819         * PortableInterceptors/Auth/README:
820         * PortableInterceptors/Auth/ServerInitializer.h:
821         * PortableInterceptors/Auth/ServerInitializer.cpp:
822         * PortableInterceptors/Auth/ServerInterceptor.h:
823         * PortableInterceptors/Auth/ServerInterceptor.cpp:
824         * PortableInterceptors/Auth/run_test.pl:
825         * PortableInterceptors/IOR/ClientInitializer.h:
826         * PortableInterceptors/IOR/ClientInitializer.cpp:
827         * PortableInterceptors/IOR/ClientInterceptor.h:
828         * PortableInterceptors/IOR/ClientInterceptor.cpp:
829         * PortableInterceptors/IOR/IOR.mpc:
830         * PortableInterceptors/IOR/Messenger.idl:
831         * PortableInterceptors/IOR/MessengerClient.cpp:
832         * PortableInterceptors/IOR/MessengerServer.cpp:
833         * PortableInterceptors/IOR/Messenger_i.h:
834         * PortableInterceptors/IOR/Messenger_i.cpp:
835         * PortableInterceptors/IOR/README:
836         * PortableInterceptors/IOR/ServerIORInterceptor.h:
837         * PortableInterceptors/IOR/ServerIORInterceptor.cpp:
838         * PortableInterceptors/IOR/ServerInitializer.h:
839         * PortableInterceptors/IOR/ServerInitializer.cpp:
840         * PortableInterceptors/IOR/ServerInterceptor.h:
841         * PortableInterceptors/IOR/ServerInterceptor.cpp:
842         * PortableInterceptors/IOR/run_test.pl:
843         * PortableInterceptors/PICurrent/ClientInitializer.h:
844         * PortableInterceptors/PICurrent/ClientInitializer.cpp:
845         * PortableInterceptors/PICurrent/ClientInterceptor.h:
846         * PortableInterceptors/PICurrent/ClientInterceptor.cpp:
847         * PortableInterceptors/PICurrent/Messenger.idl:
848         * PortableInterceptors/PICurrent/MessengerClient.cpp:
849         * PortableInterceptors/PICurrent/MessengerServer.cpp:
850         * PortableInterceptors/PICurrent/PICurrent.mpc:
851         * PortableInterceptors/PICurrent/README:
852         * PortableInterceptors/PICurrent/ServerInitializer.h:
853         * PortableInterceptors/PICurrent/ServerInitializer.cpp:
854         * PortableInterceptors/PICurrent/ServerInterceptor.h:
855         * PortableInterceptors/PICurrent/ServerInterceptor.cpp:
856         * PortableInterceptors/PICurrent/run_test.pl:
857         * PortableInterceptors/PICurrent_NameService/ClientInitializer.h:
858         * PortableInterceptors/PICurrent_NameService/ClientInitializer.cpp:
859         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.h:
860         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
861         * PortableInterceptors/PICurrent_NameService/Messenger.idl:
862         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
863         * PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
864         * PortableInterceptors/PICurrent_NameService/PICurrent_NameService.mpc:
865         * PortableInterceptors/PICurrent_NameService/README:
866         * PortableInterceptors/PICurrent_NameService/ServerInitializer.h:
867         * PortableInterceptors/PICurrent_NameService/ServerInitializer.cpp:
868         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.h:
869         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
870         * PortableInterceptors/PICurrent_NameService/run_test.pl:
871         * PortableInterceptors/SimpleCodec/ClientInitializer.h:
872         * PortableInterceptors/SimpleCodec/ClientInitializer.cpp:
873         * PortableInterceptors/SimpleCodec/ClientInterceptor.h:
874         * PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
875         * PortableInterceptors/SimpleCodec/Messenger.idl:
876         * PortableInterceptors/SimpleCodec/MessengerClient.cpp:
877         * PortableInterceptors/SimpleCodec/MessengerServer.cpp:
878         * PortableInterceptors/SimpleCodec/Messenger_i.h:
879         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
880         * PortableInterceptors/SimpleCodec/README:
881         * PortableInterceptors/SimpleCodec/ServerInitializer.h:
882         * PortableInterceptors/SimpleCodec/ServerInitializer.cpp:
883         * PortableInterceptors/SimpleCodec/ServerInterceptor.h:
884         * PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
885         * PortableInterceptors/SimpleCodec/SimpleCode.mpc:
886         * PortableInterceptors/SimpleCodec/run_test.pl:
887         * RTCORBA/Messenger.idl:
888         * RTCORBA/MessengerClient.cpp:
889         * RTCORBA/MessengerServer.cpp:
890         * RTCORBA/Messenger_i.cpp:
891         * RTCORBA/README:
892         * RTCORBA/RTCORBA.mpc:
893         * RTCORBA/common.h:
894         * RTCORBA/common.cpp:
895         * RTCORBA/run_test.pl:
896         * SmartProxies/LoggerServer.cpp:
897         * SmartProxies/Logger_i.h:
898         * SmartProxies/Logger_i.cpp:
899         * SmartProxies/Messenger.idl:
900         * SmartProxies/MessengerClient.cpp:
901         * SmartProxies/MessengerServer.cpp:
902         * SmartProxies/README:
903         * SmartProxies/SmartProxies.mpc:
904         * SmartProxies/Smart_Messenger_Proxy.h:
905         * SmartProxies/Smart_Messenger_Proxy.cpp:
906         * SmartProxies/run_test.pl:
907         * ValueTypes/Bank/README:
908         * ValueTypes/Bank/_pch.h:
909         * ValueTypes/Bank/_pch.cpp:
910         * ValueTypes/Bank/bank.idl:
911         * ValueTypes/Bank/bank.mpc:
912         * ValueTypes/Bank/client.cpp:
913         * ValueTypes/Bank/run_test.pl:
914         * ValueTypes/Bank/server.cpp:
915         * ValueTypes/Messenger/Message_i.h:
916         * ValueTypes/Messenger/Message_i.cpp:
917         * ValueTypes/Messenger/Messenger.idl:
918         * ValueTypes/Messenger/MessengerClient.cpp:
919         * ValueTypes/Messenger/MessengerServer.cpp:
920         * ValueTypes/Messenger/Messenger_i.h:
921         * ValueTypes/Messenger/Messenger_i.cpp:
922         * ValueTypes/Messenger/README:
923         * ValueTypes/Messenger/ValueTypes.mpc:
924         * ValueTypes/Messenger/_pch.h:
925         * ValueTypes/Messenger/_pch.cpp:
926         * ValueTypes/Messenger/run_test.pl:
927         * ValueTypes/Notify/Event.idl:
928         * ValueTypes/Notify/Event_i.h:
929         * ValueTypes/Notify/Notify.mpc:
930         * ValueTypes/Notify/consumer.cpp:
931         * ValueTypes/Notify/readme.txt:
932         * ValueTypes/Notify/run_test.pl:
933         * ValueTypes/Notify/supplier.cpp:
935           Add "// $Id $" to the top of each file to address fuzz errors.
937 Tue Oct 21 20:59:59 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>
939         * BiDirectionalGIOP/simple_i.h:
940         * BiDirectionalGIOP/simple_i.cpp:
941         * CIAO/Messenger/Administrator_exec_i.h:
942         * CIAO/Messenger/Administrator_exec_i.cpp:
943         * CIAO/Messenger/History_exec_i.h:
944         * CIAO/Messenger/History_exec_i.cpp:
945         * CIAO/Messenger/Messenger_exec_i.h:
946         * CIAO/Messenger/Messenger_exec_i.cpp:
947         * CIAO/Messenger/Publication_exec_i.h:
948         * CIAO/Messenger/Publication_exec_i.cpp:
949         * CIAO/Messenger/Receiver_exec_i.h:
950         * CIAO/Messenger/Receiver_exec_i.cpp:
951         * CIAO/Messenger/Runnable_exec_i.h:
952         * CIAO/Messenger/Runnable_exec_i.cpp:
953         * CIAO/Messenger/StaticDAnCE/StaticDAnCEApp.cpp:
954         * ImplRepo/IORTable/Messenger_i.h:
955         * PortableInterceptors/Auth/ClientInterceptor.h:
956         * PortableInterceptors/Auth/ClientInterceptor.cpp:
957         * PortableInterceptors/Auth/Messenger_i.h:
958         * PortableInterceptors/Auth/Messenger_i.cpp:
959         * PortableInterceptors/Auth/ServerInitializer.h:
960         * PortableInterceptors/Auth/ServerInitializer.cpp:
961         * PortableInterceptors/Auth/ServerInterceptor.h:
962         * PortableInterceptors/Auth/ServerInterceptor.cpp:
963         * PortableInterceptors/IOR/ClientInitializer.h:
964         * PortableInterceptors/IOR/ClientInitializer.cpp:
965         * PortableInterceptors/IOR/ClientInterceptor.h:
966         * PortableInterceptors/IOR/ClientInterceptor.cpp:
967         * PortableInterceptors/IOR/Messenger_i.h:
968         * PortableInterceptors/IOR/Messenger_i.cpp:
969         * PortableInterceptors/IOR/ServerIORInterceptor.h:
970         * PortableInterceptors/IOR/ServerIORInterceptor.cpp:
971         * PortableInterceptors/IOR/ServerInitializer.h:
972         * PortableInterceptors/IOR/ServerInitializer.cpp:
973         * PortableInterceptors/IOR/ServerInterceptor.h:
974         * PortableInterceptors/IOR/ServerInterceptor.cpp:
975         * PortableInterceptors/PICurrent/ServerInterceptor.cpp:
976         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.h:
977         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
978         * PortableInterceptors/PICurrent_NameService/Messenger_i.h:
979         * PortableInterceptors/PICurrent_NameService/Messenger_i.cpp:
980         * PortableInterceptors/PICurrent_NameService/ServerInitializer.h:
981         * PortableInterceptors/PICurrent_NameService/ServerInitializer.cpp:
982         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.h:
983         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
984         * PortableInterceptors/SimpleCodec/ClientInitializer.h:
985         * PortableInterceptors/SimpleCodec/ClientInitializer.cpp:
986         * PortableInterceptors/SimpleCodec/ClientInterceptor.h:
987         * PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
988         * PortableInterceptors/SimpleCodec/Messenger_i.h:
989         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
990         * PortableInterceptors/SimpleCodec/ServerInitializer.h:
991         * PortableInterceptors/SimpleCodec/ServerInitializer.cpp:
992         * PortableInterceptors/SimpleCodec/ServerInterceptor.h:
993         * PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
994         * Security/SecurityUnawareApp/MessengerI.cpp:
995         * ValueTypes/Bank/server.cpp:
997           Remove exception specifications from the code. It has fallen out of favor.
999 Wed Apr 23 13:09:22 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>
1001         * devguide_examples.lst:
1003           Disable the RTCORBA example for minimum CORBA and the like.
1005 Fri Apr 18 14:06:47 UTC 2008  Adam Mitz  <mitza@ociweb.com>
1007         * BiDirectionalGIOP/BiDirectionalGIOP.mpc:
1009           Also excluded the Bidir client from CORBA/e micro.
1011 Thu Apr 17 22:43:37 UTC 2008  Adam Mitz  <mitza@ociweb.com>
1013         * BiDirectionalGIOP/BiDirectionalGIOP.mpc:
1014         * ImplRepo/Basic/ImplRepo_Basic.mpc:
1015         * ImplRepo/IORTable/ImplRepo_IORTable.mpc:
1016         * ImplRepo/ImplRepo.mpc:
1017         * devguide_examples.lst:
1019           Excluded these from CORBA/e Micro builds.
1021 Wed Apr  9 14:44:33 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>
1023         * EventServices/RTEC_Federated/supplier.conf:
1025           Fixed a problem where the last line was continued with a backslash.
1027 Fri Apr  4 11:55:44 UTC 2008  Chad Elliott  <elliott_c@ociweb.com>
1029         * Messaging/AMIcallback/Messenger_i.cpp:
1031           Remove vc8 warning about conversion from time_t to smaller type.
1033 Mon Feb 25 17:28:59 UTC 2008  Ciju John  <johnc at ociweb dot com>
1035         * PortableInterceptors/IOR/run_test.pl:
1036           Additional timeout for monitoring service ior.
1038         * EventServices/RTEC_Federated/supplier.conf:
1039           Add block flushing and exclusive TransportMuxing
1040           strategies. Adding these fixes scoreboard failures.
1042 Wed Sep 19 17:24:25 UTC 2007  Ciju John  <johnc at ociweb dot com>
1044         * Security/SecurityUnawareApp/MessengerClient.cpp:
1045         * Security/SecurityUnawareApp/run_test.pl:
1046           Fix app to mask expected exception. Also test script doesn't
1047           exit on expected failure.
1049 Tue Dec 18 23:28:01 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1051         * CIAO/Messenger/StaticDAnCE/run_test.pl:
1052         * CIAO/Messenger/descriptors/run_test.pl:
1054           Using PerlACE::Process to determine the real path to NodeApplication
1055           since it may need to be modified by -ExeSubDir.
1057 Thu Oct 25 14:48:21 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1059         * CIAO/Messenger/Administrator.mpc:
1060         * CIAO/Messenger/Messenger.mpc:
1061         * CIAO/Messenger/Receiver.mpc:
1062         * CIAO/Messenger/StaticDAnCE/Messenger_StaticDAnCE.mpc:
1064           Added "requires += cidl" to all projects that did not already have
1065           it.  This prevents the CIAO examples from being built when there is
1066           no CIAO library built.
1068 Wed Oct 24 22:05:08 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1070         * CIAO/Messenger/StaticDAnCE:
1071         * CIAO/Messenger/StaticDAnCE/Messenger_StaticDAnCE.mpc:
1072         * CIAO/Messenger/StaticDAnCE/README.txt:
1073         * CIAO/Messenger/StaticDAnCE/StaticDAnCEApp.cpp:
1074         * CIAO/Messenger/StaticDAnCE/plan.h:
1075         * CIAO/Messenger/StaticDAnCE/run_test.pl:
1077           Added a new example that builds on the CIAO/Messenger example but
1078           runs one of the four nodes statically (no dlopen, etc.).
1080 Wed Oct 24 19:08:46 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1082         * CIAO/Messenger/Administrator.mpc:
1083         * CIAO/Messenger/Administrator_Client_IDL2.mpc:
1084         * CIAO/Messenger/Administrator_Client_IDL3.mpc:
1085         * CIAO/Messenger/Administrator_exec_i.h:
1086         * CIAO/Messenger/Administrator_exec_i.cpp:
1087         * CIAO/Messenger/History_exec_i.h:
1088         * CIAO/Messenger/History_exec_i.cpp:
1089         * CIAO/Messenger/Messenger.mpc:
1090         * CIAO/Messenger/Messenger_exec_i.h:
1091         * CIAO/Messenger/Messenger_exec_i.cpp:
1092         * CIAO/Messenger/Publication_exec_i.h:
1093         * CIAO/Messenger/Publication_exec_i.cpp:
1094         * CIAO/Messenger/Receiver.mpc:
1095         * CIAO/Messenger/Receiver_exec_i.h:
1096         * CIAO/Messenger/Receiver_exec_i.cpp:
1097         * CIAO/Messenger/Runnable_exec_i.h:
1098         * CIAO/Messenger/Runnable_exec_i.cpp:
1099         * CIAO/Messenger/descriptors/Application-flattened.cdp:
1100         * CIAO/Messenger/descriptors/ApplicationNodeMap.dat:
1101         * CIAO/Messenger/descriptors/README_15a:
1102         * CIAO/Messenger/descriptors/run_test.pl:
1104           Ported the CIAO example to TAO 1.5a (CIAO 0.5a).
1106 Fri Oct 19 20:56:50 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1108         * BiDirectionalGIOP/BiDirectionalGIOP.mpc:
1109         * Multithreading/GracefulShutdown/GracefulShutdown.mpc:
1110         * NotifyService/Filtering/Filtering.mpc:
1112           Added exename to account for the wchar changes (ACE_TMAIN).
1114         * devguide_examples.lst:
1116           Added the CIAO example, which is only run with -Config CIAO.
1118 Thu Oct 11 16:45:44 2007  ciju john  <john_c@ociweb.com>
1120         Importing entry from $TAO_ROOT/OCIChangeLog
1121         Wed Sep 19 17:24:25 UTC 2007  Ciju John  <johnc at ociweb dot com>
1122         * Security/SecurityUnawareApp/MessengerClient.cpp:
1123         * Security/SecurityUnawareApp/run_test.pl:
1124           Fix app to mask expected exception. Also test script doesn't
1125           exit on expected failure.
1127 Tue Oct  9 16:20:46 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1129         * BiDirectionalGIOP/client.cpp:
1130         * BiDirectionalGIOP/server.cpp:
1131         * Messaging/AMIcallback/MessengerHandler.cpp:
1132         * Multithreading/GracefulShutdown/MessengerClient.cpp:
1133         * Multithreading/GracefulShutdown/MessengerServer.h:
1134         * Multithreading/GracefulShutdown/MessengerServer.cpp:
1135         * NotifyService/Filtering/MessengerServer.cpp:
1136         * NotifyService/Messenger/Messenger_i.cpp:
1137         * NotifyService/RTNotify/Messenger_i.cpp:
1138         * SmartProxies/Logger_i.h:
1139         * SmartProxies/Logger_i.cpp:
1140         * ValueTypes/Notify/consumer.cpp:
1142           Fixes for ACE_USES_WCHAR builds.
1144 Mon Jul 23 14:17:47 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1146         * LocalObjects/ServantLocator/ServantLocator.mpc:
1148           Exclude this example from CORBA/e Compact and Micro builds.
1150 Fri Jun 15 21:54:31 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1152         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
1154           Changed code to match the new enumeration name in the IDL.
1156 Mon Jun  4 11:58:54 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1158         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
1159         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
1161           Updated address server implementation to be consistent with the
1162           interface.
1164 Thu May 10 11:44:16 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1166         * NamingService/Naming_Server/MessengerTask.cpp:
1167         * PortableInterceptors/Auth/ClientInterceptor.cpp:
1168         * PortableInterceptors/Auth/ServerInterceptor.cpp:
1169         * PortableInterceptors/IOR/ClientInterceptor.cpp:
1170         * PortableInterceptors/PICurrent/ClientInterceptor.cpp:
1171         * PortableInterceptors/PICurrent/ServerInterceptor.cpp:
1172         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
1173         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
1174         * PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
1176           Replaced the old ACE_.*_cast with the corresponding C++ style
1177           cast.
1179 Fri Apr 27 13:15:11 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1181         * devguide_examples.lst:
1183           Disable the PortableInterceptors examples if interceptors are
1184           disabled.
1186 Fri Apr 27 13:12:00 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1188         * PortableInterceptors/Auth/Auth.mpc:
1189         * PortableInterceptors/IOR/IOR.mpc:
1190         * PortableInterceptors/PICurrent/PICurrent.mpc:
1191         * PortableInterceptors/PICurrent_NameService/PICurrent_NameService.mpc:
1192         * PortableInterceptors/SimpleCodec/SimpleCode.mpc:
1194           Added interceptors to the inheritence list for the clients.
1196 Wed Mar 21 14:48:47 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1198         * AMH_AMI/run_test.pl:
1199         * BiDirectionalGIOP/run_test.pl:
1200         * EventServices/RTEC_Basic/run_test.pl:
1201         * EventServices/RTEC_Federated/run_test.pl:
1202         * EventServices/RTEC_Filter/run_test.pl:
1203         * EventServices/RTEC_MCast_Federated/run_test.pl:
1204         * ImplRepo/run_test.pl:
1205         * Messaging/AMIcallback/run_test.pl:
1206         * NamingService/Naming_Context_Ext/run_test.pl:
1207         * NamingService/corbaloc_Messenger/run_test.pl:
1208         * PortableInterceptors/Auth/run_test.pl:
1209         * PortableInterceptors/IOR/run_test.pl:
1210         * PortableInterceptors/PICurrent/run_test.pl:
1211         * PortableInterceptors/PICurrent_NameService/run_test.pl:
1212         * PortableInterceptors/SimpleCodec/run_test.pl:
1213         * SmartProxies/run_test.pl:
1214         * ValueTypes/Bank/run_test.pl:
1215         * ValueTypes/Messenger/run_test.pl:
1217           Increase timeouts to allow these to run on slower machines.
1219 Tue Feb 27 12:17:34 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1221         * PortableInterceptors/PICurrent_NameService/run_test.pl:
1223           I introduced a bug into this script.  The MessengerServer does
1224           not create an IOR file, just wait 1 second before starting the
1225           client.
1227 Tue Feb 20 12:30:37 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1229         * PortableInterceptors/Auth/run_test.pl:
1230         * PortableInterceptors/IOR/run_test.pl:
1231         * PortableInterceptors/PICurrent/run_test.pl:
1232         * PortableInterceptors/PICurrent_NameService/run_test.pl:
1233         * PortableInterceptors/SimpleCodec/run_test.pl:
1235           Modified these tests to wait for the IOR file and then a half
1236           second before starting the client.  On slower machines, the client
1237           could get a TRANSIENT exception by invoking a method on the server
1238           before it's ready.
1240 Mon Feb 19 15:23:44 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1242         * ImplRepo/run_test.pl:
1243         * LocalObjects/ServantLocator/run_test.pl:
1244         * Messaging/AMIcallback/run_test.pl:
1245         * Messaging/RelativeRoundtripTimeout/run_test.pl:
1246         * NamingService/Messenger/run_test.pl:
1247         * NamingService/Naming_Client/run_test.pl:
1248         * NamingService/Naming_Context_Ext/run_test.pl:
1249         * NamingService/Naming_Server/run_test.pl:
1250         * NamingService/corbaloc_Messenger/run_test.pl:
1251         * NamingService/corbaname_Messenger/run_test.pl:
1252         * NotifyService/EventSequence/run_test.pl:
1253         * NotifyService/Filtering/run_test.pl:
1254         * NotifyService/Messenger/run_test.pl:
1255         * NotifyService/OfferSubscriptions/run_test.pl:
1256         * NotifyService/QoSProperties/run_test.pl:
1257         * NotifyService/RTNotify/run_test.pl:
1258         * NotifyService/SupplierSideNC/run_test.pl:
1259         * PortableInterceptors/Auth/run_test.pl:
1260         * PortableInterceptors/IOR/run_test.pl:
1261         * PortableInterceptors/PICurrent/run_test.pl:
1262         * PortableInterceptors/PICurrent_NameService/run_test.pl:
1263         * PortableInterceptors/SimpleCodec/run_test.pl:
1264         * RTCORBA/run_test.pl:
1265         * Security/ParticipatingApp/run_test.pl:
1266         * Security/PolicyControllingApp/run_test.pl:
1267         * Security/SecurityUnawareApp/run_test.pl:
1268         * SmartProxies/run_test.pl:
1270           Changed the return value check on SpawnWaitKill() from == -1 to !=
1271           0 to catch process failures instead of just process timeouts.
1273 Thu Feb 15 12:23:31 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1275         * ValueTypes/Bank/bank.mpc:
1277           With my rename from Wed Feb 14 14:29:40 UTC 2007, I forgot to
1278           change the clients 'after' setting.
1280 Wed Feb 14 16:23:31 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1282         * PortableInterceptors/PICurrent/ClientInitializer.h:
1283         * PortableInterceptors/PICurrent/ClientInitializer.cpp:
1284         * PortableInterceptors/PICurrent/MessengerClient.cpp:
1285         * PortableInterceptors/PICurrent_NameService/ClientInitializer.h:
1286         * PortableInterceptors/PICurrent_NameService/ClientInitializer.cpp:
1287         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
1289           Moved the setting of the PICurrent slot data to after the ORB and
1290           PICurrent object are initialized.
1292 Wed Feb 14 14:29:40 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1294         * PortableInterceptors/Auth/MessengerClient.cpp:
1295         * PortableInterceptors/Auth/MessengerServer.cpp:
1296         * PortableInterceptors/IOR/MessengerClient.cpp:
1297         * PortableInterceptors/IOR/MessengerServer.cpp:
1298         * PortableInterceptors/PICurrent/MessengerClient.cpp:
1299         * PortableInterceptors/PICurrent/MessengerServer.cpp:
1300         * PortableInterceptors/PICurrent_NameService/MessengerClient.cpp:
1301         * PortableInterceptors/PICurrent_NameService/MessengerServer.cpp:
1302         * PortableInterceptors/SimpleCodec/MessengerClient.cpp:
1303         * PortableInterceptors/SimpleCodec/MessengerServer.cpp:
1305           Include either tao/PI_Server/PI_Server.h or tao/PI/PI.h to ensure
1306           that the PI_Server or PI libraries are actually linked into the
1307           executable when statically linking.
1309 Wed Feb 14 14:03:26 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1311         * devguide_examples.lst:
1313           The ImplRepo test can no longer be run in a static build since the
1314           ImR_Client library must be dynamically loaded in.  It is part of
1315           the PortableServer library in TAO 1.4a.
1317 Tue Feb 13 13:05:57 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1319         * CIAO/Messenger/Administrator_exec_i.h:
1320         * CIAO/Messenger/Administrator_exec_i.cpp:
1321         * CIAO/Messenger/History_exec_i.h:
1322         * CIAO/Messenger/History_exec_i.cpp:
1323         * CIAO/Messenger/Messenger_exec_i.h:
1324         * CIAO/Messenger/Messenger_exec_i.cpp:
1325         * CIAO/Messenger/Publication_exec_i.h:
1326         * CIAO/Messenger/Publication_exec_i.cpp:
1327         * CIAO/Messenger/Receiver_exec_i.h:
1328         * CIAO/Messenger/Receiver_exec_i.cpp:
1329         * CIAO/Messenger/Runnable_exec_i.h:
1330         * CIAO/Messenger/Runnable_exec_i.cpp:
1331         * EventServices/OMG_SupplierSideEC/EchoEventSupplierMain.cpp:
1332         * PortableInterceptors/IOR/ServerIORInterceptor.h:
1333         * PortableInterceptors/IOR/ServerIORInterceptor.cpp:
1334         * PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
1336           Removed the ACE exception macros.
1338         * EventServices/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
1339         * ValueTypes/Bank/bank.mpc:
1341           Modified these project names so that they can be included in the
1342           entire TAO workspace.
1344 Mon Feb 12 14:46:17 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1346         * AMH_AMI/AMH_AMI.mpc:
1348           Re-arranged the generated source files so that they are at the
1349           beginning (like MPC would do if it were automatically generating
1350           the list of source files).  This is required for template
1351           instantiation to work properly for Visual Age 6.0.
1353 Thu Feb  8 14:32:40 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1355         * LocalObjects/ServantLocator/ServantLocator.mpc:
1357           Added the anytypecode base project for compatibility with this
1358           change to TAO (see $TAO_ROOT/OCIChangeLog).
1359           Thu Feb  8 14:28:06 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1361 Mon Feb  5 22:51:25 UTC 2007  Adam Mitz  <mitza@ociweb.com>
1363         * ValueTypes/Notify/Event.idl:
1364         * ValueTypes/Notify/Event_i.h:
1366           Replaced a custom typedef for sequence<long> with CORBA::LongSeq.
1367           Using the type provided by the C++ mapping spec is simpler and it
1368           avoids a lingering problem with Visual C++ and DLL exports with
1369           templates.
1371 Fri Feb  2 02:54:02 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1373         * CIAO/Messenger/Administrator_Client_IDL2.mpc:
1374         * CIAO/Messenger/Administrator_Client_IDL3.mpc:
1376           Added requires += cidl so that these projects will not be built if
1377           cidl is not available.
1379 Thu Feb  1 19:00:50 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1381         * CIAO/CIAO.mwc:
1383           Removed an unnecessary -includes.
1385         * CIAO/Messenger/Administrator.mpc:
1386         * CIAO/Messenger/Administrator_Client_IDL2.mpc:
1387         * CIAO/Messenger/Administrator_Client_IDL3.mpc:
1388         * CIAO/Messenger/Messenger.mpc:
1389         * CIAO/Messenger/Receiver.mpc:
1391           Removed requires += exceptions.
1393 Thu Feb  1 18:49:47 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>
1395         * ChangeLogs/ChangeLog-1.4a:
1396         * readme.txt:
1397         * AMH/AMH.mpc:
1398         * AMH_AMI/AMH_AMI.mpc:
1399         * AMH_AMI/inner_cb.cpp:
1400         * AMH_AMI/inner_cb.h:
1401         * BiDirectionalGIOP/BiDirectionalGIOP.mpc:
1402         * CIAO/Messenger/Administrator_Client_IDL2.mpc:
1403         * CIAO/Messenger/Administrator_Client_IDL3.mpc:
1404         * EventServices/OMG_Basic/OMG_Basic.mpc:
1405         * EventServices/OMG_SupplierSideEC/OMG_SupplierSideEC.mpc:
1406         * EventServices/OMG_TypedEC/ConsumerMain.cpp:
1407         * EventServices/OMG_TypedEC/Messenger_i.cpp:
1408         * EventServices/OMG_TypedEC/Messenger_i.h:
1409         * EventServices/OMG_TypedEC/OMG_TypedEC.mpc:
1410         * EventServices/OMG_TypedEC/SupplierMain.cpp:
1411         * EventServices/RTEC_Basic/RTEC_Basic.mpc:
1412         * EventServices/RTEC_Federated/RTEC_Federated.mpc:
1413         * EventServices/RTEC_Filter/RTEC_Filter.mpc:
1414         * EventServices/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc:
1415         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.cpp:
1416         * EventServices/RTEC_MCast_Federated/SimpleAddressServer.h:
1417         * GettingStarted/GettingStarted.mpc:
1418         * ImplRepo/ImplRepo.mpc:
1419         * ImplRepo/Basic/ImplRepo_Basic.mpc:
1420         * ImplRepo/IORTable/ImplRepo_IORTable.mpc:
1421         * InterfaceRepo/IFRBrowser.cpp:
1422         * InterfaceRepo/InterfaceRepo.mpc:
1423         * LocalObjects/Messenger/Messenger.mpc:
1424         * LocalObjects/ServantLocator/MessengerServer.cpp:
1425         * LocalObjects/ServantLocator/ServantLocator.mpc:
1426         * Messaging/AMIcallback/AMIcallback.mpc:
1427         * Messaging/AMIcallback/MessengerHandler.cpp:
1428         * Messaging/AMIcallback/MessengerHandler.h:
1429         * Messaging/RelativeRoundtripTimeout/RelativeRoundtripTimeout.mpc:
1430         * Multithreading/GracefulShutdown/GracefulShutdown.mpc:
1431         * Multithreading/Reactive/Reactive.mpc:
1432         * Multithreading/ThreadPerConnection/ThreadPerConnection.mpc:
1433         * Multithreading/ThreadPool/ThreadPool.mpc:
1434         * NamingService/Messenger/Messenger.mpc:
1435         * NamingService/Naming_Client/Naming_Client.mpc:
1436         * NamingService/Naming_Context_Ext/Naming_Context_Ext.mpc:
1437         * NamingService/Naming_Server/Naming_Server.mpc:
1438         * NamingService/corbaloc_Messenger/corbaloc_Messenger.mpc:
1439         * NamingService/corbaname_Messenger/corbaname_Messenger.mpc:
1440         * NotifyService/EventSequence/EventSequence.mpc:
1441         * NotifyService/Filtering/Filtering.mpc:
1442         * NotifyService/Messenger/Messenger.mpc:
1443         * NotifyService/OfferSubscriptions/OfferSubscriptions.mpc:
1444         * NotifyService/QoSProperties/QoSProperties.mpc:
1445         * NotifyService/RTNotify/RTNotify.mpc:
1446         * NotifyService/SupplierSideNC/SupplierSideNC.mpc:
1447         * PortableInterceptors/Auth/Auth.mpc:
1448         * PortableInterceptors/Auth/ClientInitializer.h:
1449         * PortableInterceptors/Auth/ClientInterceptor.cpp:
1450         * PortableInterceptors/Auth/ClientInterceptor.h:
1451         * PortableInterceptors/Auth/ServerInitializer.h:
1452         * PortableInterceptors/Auth/ServerInterceptor.cpp:
1453         * PortableInterceptors/Auth/ServerInterceptor.h:
1454         * PortableInterceptors/IOR/ClientInitializer.h:
1455         * PortableInterceptors/IOR/ClientInterceptor.cpp:
1456         * PortableInterceptors/IOR/ClientInterceptor.h:
1457         * PortableInterceptors/IOR/IOR.mpc:
1458         * PortableInterceptors/IOR/Messenger_i.cpp:
1459         * PortableInterceptors/IOR/ServerInitializer.h:
1460         * PortableInterceptors/IOR/ServerInterceptor.cpp:
1461         * PortableInterceptors/IOR/ServerInterceptor.h:
1462         * PortableInterceptors/PICurrent/ClientInitializer.h:
1463         * PortableInterceptors/PICurrent/ClientInterceptor.cpp:
1464         * PortableInterceptors/PICurrent/ClientInterceptor.h:
1465         * PortableInterceptors/PICurrent/PICurrent.mpc:
1466         * PortableInterceptors/PICurrent/ServerInitializer.h:
1467         * PortableInterceptors/PICurrent/ServerInterceptor.cpp:
1468         * PortableInterceptors/PICurrent/ServerInterceptor.h:
1469         * PortableInterceptors/PICurrent_NameService/ClientInitializer.h:
1470         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.cpp:
1471         * PortableInterceptors/PICurrent_NameService/ClientInterceptor.h:
1472         * PortableInterceptors/PICurrent_NameService/PICurrent_NameService.mpc:
1473         * PortableInterceptors/PICurrent_NameService/ServerInitializer.h:
1474         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp:
1475         * PortableInterceptors/PICurrent_NameService/ServerInterceptor.h:
1476         * PortableInterceptors/SimpleCodec/ClientInitializer.h:
1477         * PortableInterceptors/SimpleCodec/ClientInterceptor.cpp:
1478         * PortableInterceptors/SimpleCodec/ClientInterceptor.h:
1479         * PortableInterceptors/SimpleCodec/Messenger_i.cpp:
1480         * PortableInterceptors/SimpleCodec/ServerInitializer.h:
1481         * PortableInterceptors/SimpleCodec/ServerInterceptor.cpp:
1482         * PortableInterceptors/SimpleCodec/ServerInterceptor.h:
1483         * PortableInterceptors/SimpleCodec/SimpleCode.mpc:
1484         * RTCORBA/RTCORBA.mpc:
1485         * Security/ParticipatingApp/ParticipatingApp.mpc:
1486         * Security/PolicyControllingApp/PolicyControllingApp.mpc:
1487         * Security/SecurityUnawareApp/SecurityUnawareApp.mpc:
1488         * SmartProxies/SmartProxies.mpc:
1489         * ValueTypes/Bank/bank.mpc:
1490         * ValueTypes/Bank/server.cpp:
1491         * ValueTypes/Messenger/Message_i.cpp:
1492         * ValueTypes/Messenger/ValueTypes.mpc:
1493         * ValueTypes/Notify/Notify.mpc:
1495           Brought over the TAO 1.4a DevGuideExamples and updated them for
1496           TAO 1.5a.