summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 3d32e4265ecdd030b7dac2f66979895946fadadc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
Thu Feb 14 16:06:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Deployment_Target_Data.idl:
        * ciao/Deployment_PlanError.idl:
          Renamed Target_Data to PlanError

        * ciao/CCM_Core.mpc:
        * ciao/Deployment.idl:
        * ciao/Deployment_TargetManager.idl:
        * DAnCE/TargetManager/TargetManagerImpl.idl:
          Updated because of rename above

Thu Feb 14 16:00:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_CCMException.idl:
          Enabled the QoS4CCM enums

        * ciao/CCM_Core.mpc:
          Added ExtensionContext.cpp

        * ciao/ExtensionContext.{h,cpp}:
          New file, just throw no implement in all the new methods, just
          creating first the empty classes and infrastructure

Thu Feb 14 13:05:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Context_Impl_Base.h:
        * ciao/Dynamic_Component_Activator.cpp:
        * ciao/Dynamic_Component_Activator.h:
        * ciao/Dynamic_Component_Servant_T.h:
        * ciao/Home_Servant_Impl_Base.cpp
        * ciao/Home_Servant_Impl_Base.h:
        * ciao/ome_Servant_Impl_T.cpp:
        * ciao/Home_Servant_Impl_T.h:
        * ciao/Object_Set_T.h:
        * ciao/Port_Activator_T.cpp
        * ciao/Port_Activator_T.h:
        * ciao/Servant_Impl_Utils_T.cpp:
        * ciao/StandardConfigurator_Impl.cpp:
        * ciao/StandardConfigurator_Impl.h:
        * ciao/Swapping_Container.cpp:
        * ciao/Swapping_Servant_Home_Impl_T.h:
        * ciao/Upgradeable_Context_Impl_T.h:
          Layout changes

        * ciao/Cookies.cpp:
        * ciao/Cookies.inl:
          Don't inline virtual destructors

Thu Feb 14 12:51:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Context_Impl_Base.cpp:
          Just let resolve_service_reference throw not implemented,
          need some more work

Thu Feb 14 12:22:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Container_Base.cpp:
        * ciao/Container_Base.h:
        * ciao/Session_Container.cpp:
        * ciao/Session_Container.h:
        * ciao/Session_Container.inl:
          Moved Session_Container to its own file

        * ciao/Container_Base.inl:
          Removed, not needed anymore

        * ciao/CCM_Context.idl:
          Added resolve_service_reference

        * ciao/CCM_Core.mpc:
          Added new Session_Container

        * ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_Base.h:
          Layout changes and implemented resolve_service_reference

        * ciao/Context_Impl_T.cpp:
        * ciao/Context_Impl_T.h:
        * ciao/Port_Activator.h:
        * ciao/Port_Activator_T.h:
        * ciao/Servant_Impl_Base.cpp:
        * DAnCE/ExecutionManager/Execution_Manager.cpp:
        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.cpp:
        * DAnCE/ExecutionManager/Execution_Manager_Impl.h:
        * DAnCE/NodeApplication/Container_Impl.cpp:
        * DAnCE/NodeApplication/Container_Impl.h:
        * DAnCE/TargetManager/CmpClient.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/TargetManager/TargetManager_exec.h:
          Layout changes

        * ciao/Dynamic_Component_Activator.cpp:
        * ciao/Dynamic_Component_Activator.h:
        * ciao/Swapping_Container.cpp:
        * ciao/Swapping_Container.h:
        * ciao/Swapping_Servant_Home_Impl_T.cpp:
          Renamed add_servant_map to add_servant_to_map and delete_servant_map
          to delete_servant_from_map

        * CIDLC/ServantHeaderGenerator.cpp:
          Include Session_Container.h instead of Container_Base.h

        * DAnCE/ExecutionManager/DAM_Map.cpp:
          No need to use intermediate variables

Tue Feb 13 20:49:13 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/TargetManager/CmpClient.cpp:
        * DAnCE/TargetManager/DomainDataManager.cpp:
          Changed in order to address couple of warnings in the TargetManager.

Mon Feb 12 16:02:14 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * RACE:

        * RACE/Controller:

        * RACE/Controller/Component:

        * RACE/Controller/Component/Controller.cidl:
        * RACE/Controller/Component/Controller.idl:
        * RACE/Controller/Component/Controller.mpc:
        * RACE/Controller/Component/Controller_exec.h:
        * RACE/Controller/Component/Controller_exec.cpp:
        * RACE/Controller/Component/Controller_exec_export.h:
        * RACE/Controller/Component/Controller_stub_export.h:
        * RACE/Controller/Component/Controller_svnt_export.h:

        * RACE/Input_Adapters:

        * RACE/Input_Adapters/Base:

        * RACE/Input_Adapters/Base/Input_Adapter.idl:
        * RACE/Input_Adapters/Base/Input_Adapter.mpc:
        * RACE/Input_Adapters/Base/Input_Adapter_stub_export.h:
        * RACE/Input_Adapters/Base/Input_Adapter_svnt_export.h:

        * RACE/Input_Adapters/Interactive_Input_Adapter:

        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.cidl:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.idl:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter_exec.h:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter_exec.cpp:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter_exec_export.h:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter_stub_export.h:
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter_svnt_export.h:

        * RACE/Input_Adapters/LocationUpdater:

        * RACE/Input_Adapters/LocationUpdater/Injector.cpp:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater.cdp:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater.idl:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_deployment.dat:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_exec.h:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_exec.cpp:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_exec_export.h:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_stub_export.h:
        * RACE/Input_Adapters/LocationUpdater/LocationUpdater_svnt_export.h:
        * RACE/Input_Adapters/LocationUpdater/Location_Updater.mpc.disable:
        * RACE/Input_Adapters/LocationUpdater/PCVisitorBase.h:
        * RACE/Input_Adapters/LocationUpdater/PCVisitorBase.inl:
        * RACE/Input_Adapters/LocationUpdater/PCVisitorBase.cpp:
        * RACE/Input_Adapters/LocationUpdater/PlanUpdater.h:
        * RACE/Input_Adapters/LocationUpdater/PlanUpdater.cpp:
        * RACE/Input_Adapters/LocationUpdater/README.txt:

        * RACE/Input_Adapters/PlanGenerator:

        * RACE/Input_Adapters/PlanGenerator/Injector.cpp:
        * RACE/Input_Adapters/PlanGenerator/PCVisitorBase.h:
        * RACE/Input_Adapters/PlanGenerator/PCVisitorBase.inl:
        * RACE/Input_Adapters/PlanGenerator/PCVisitorBase.cpp:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.cidl:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.h:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.cdp:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.cpp:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.idl:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator.mpc.disable:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_deployment.dat:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_exec.h:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_exec.cpp:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_exec_export.h:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_stub_export.h:
        * RACE/Input_Adapters/PlanGenerator/PlanGenerator_svnt_export.h:
        * RACE/Input_Adapters/PlanGenerator/README.txt:

        * RACE/Output_Adapters:

        * RACE/Output_Adapters/Base:

        * RACE/Output_Adapters/Base/Output_Adapter.idl:
        * RACE/Output_Adapters/Base/Output_Adapter.mpc:
        * RACE/Output_Adapters/Base/Output_Adapter_stub_export.h:
        * RACE/Output_Adapters/Base/Output_Adapter_svnt_export.h:

        * RACE/Output_Adapters/Component:

        * RACE/Output_Adapters/Component/Output_Manager.idl:

        * RACE/Output_Adapters/Interface:

        * RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc:
        * RACE/Output_Adapters/Interface/Output_Adapter_Interface_stub_export.h:
        * RACE/Output_Adapters/Interface/Output_Adapter_Interface_svnt_export.h:
        * RACE/Output_Adapters/Interface/PlanEgress.idl:

        * RACE/Output_Adapters/XML_Output_Adapter:

        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter.cidl:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter.idl:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter.mpc:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter_exec.h:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter_exec.cpp:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter_exec_export.h:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter_stub_export.h:
        * RACE/Output_Adapters/XML_Output_Adapter/XML_Output_Adapter_svnt_export.h:

        * RACE/Plan_Analyzer:

        * RACE/Plan_Analyzer/Component:

        * RACE/Plan_Analyzer/Component/Plan_Analyzer.cidl:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer.idl:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer.mpc:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer_exec.h:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer_exec.cpp:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer_exec_export.h:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer_stub_export.h:
        * RACE/Plan_Analyzer/Component/Plan_Analyzer_svnt_export.h:

        * RACE/Plan_Analyzer/Interface:

        * RACE/Plan_Analyzer/Interface/PlanIngress.idl:
        * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc:
        * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface_stub_export.h:
        * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface_svnt_export.h:

        * RACE/Planner_Manager:

        * RACE/Planner_Manager/Component:

        * RACE/Planner_Manager/Component/Planner_Manager.cidl:
        * RACE/Planner_Manager/Component/Planner_Manager.idl:
        * RACE/Planner_Manager/Component/Planner_Manager.mpc:
        * RACE/Planner_Manager/Component/Planner_Manager_exec.h:
        * RACE/Planner_Manager/Component/Planner_Manager_exec.cpp:
        * RACE/Planner_Manager/Component/Planner_Manager_exec_export.h:
        * RACE/Planner_Manager/Component/Planner_Manager_stub_export.h:
        * RACE/Planner_Manager/Component/Planner_Manager_svnt_export.h:

        * RACE/Planner_Manager/Interface:

        * RACE/Planner_Manager/Interface/Planner_Manager_I.idl:
        * RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc:
        * RACE/Planner_Manager/Interface/Planner_Manager_Interface_stub_export.h:
        * RACE/Planner_Manager/Interface/Planner_Manager_Interface_svnt_export.h:

        * RACE/Planners:

        * RACE/Planners/Base:

        * RACE/Planners/Base/Planner.idl:
        * RACE/Planners/Base/Planner.mpc:
        * RACE/Planners/Base/Planner_stub_export.h:
        * RACE/Planners/Base/Planner_svnt_export.h:

        * RACE/Planners/Interface:

        * RACE/Planners/Interface/Planner_I.idl:
        * RACE/Planners/Interface/Planner_Interface.mpc:
        * RACE/Planners/Interface/Planner_Interface_stub_export.h:
        * RACE/Planners/Interface/Planner_Interface_svnt_export.h:

        * RACE/Planners/SimpleBinPacker:

        * RACE/Planners/SimpleBinPacker/SimpleBinPacker.cidl:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker.idl:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker.mpc:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker_exec.h:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker_exec.cpp:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker_exec_export.h:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker_stub_export.h:
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker_svnt_export.h:

        * RACE/common:

        * RACE/common/RACE_common.idl:
        * RACE/common/RACE_common.mpc:
        * RACE/common/RACE_common_stub_export.h:
        * RACE/common/RACE_common_svnt_export.h:

        * RACE/descriptors:

        * RACE/descriptors/Deployment.xsd:
        * RACE/descriptors/Modified_Deployment.xsd:
        * RACE/descriptors/XMI.xsd:
        * RACE/descriptors/deployment.dat:
        * RACE/descriptors/flattened_deploymentplan.cdp:

          Removed these files. Removed the RACE implementation from the HEAD,
          since this is obsolete. This module is now in the process of
          re-structuring and will be checked in by Nishanth Shankaran.

Mon Feb 12 12:53:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/*.{h,cpp,inl}:
          Removed ACE_THROW_SPEC, layout changes, reduced includes

Sat Feb 10 20:16:57 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * DAnCE/TargetManager/ResourceCommitmentManager.h:
        * DAnCE/TargetManager/ResourceCommitmentManager.cpp:

        * ciao/Deployment_ResourceCommitmentManager.idl:
          Added missing Id tag

Fri Feb  9 20:11:15 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

        * ChangeLog:

        * DAnCE/NodeManager/MonitorCB.cpp:

        * DAnCE/TargetManager/CmpClient.cpp:
        * DAnCE/TargetManager/DomainDataManager.h:
        * DAnCE/TargetManager/DomainDataManager.cpp:
        * DAnCE/TargetManager/ResourceCommitmentManager.h:
        * DAnCE/TargetManager/ResourceCommitmentManager.cpp:
        * DAnCE/TargetManager/TargetManager.mpc:
        * DAnCE/TargetManager/TargetManagerExt.idl:
        * DAnCE/TargetManager/TargetManagerImpl.idl:
        * DAnCE/TargetManager/TargetManager_exec.h:
        * DAnCE/TargetManager/TargetManager_exec.cpp:

        * DAnCE/TargetManager/descriptors/run_test_TargetManager.pl:

        * ciao/CCM_Core.mpc:
        * ciao/Deployment_ResourceCommitmentManager.idl:
        * ciao/Deployment_TargetManager.idl:

        Merged in changes from the branch TargetManager_Ext to introduce new
        feature complying to the spec

          Fri Feb  2 21:00:48 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:
          * DAnCE/TargetManager/DomainDataManager.h:
          * DAnCE/TargetManager/DomainDataManager.cpp:
          * DAnCE/TargetManager/TargetManager.mpc:
          * DAnCE/TargetManager/TargetManagerImpl.idl:
          * DAnCE/TargetManager/TargetManager_exec.h:
          * DAnCE/TargetManager/TargetManager_exec.cpp:

          Cleaning TM code to separate CIAO-specific functionality.

          Tue Jan 16 21:18:57 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:
          * DAnCE/TargetManager/DomainDataManager.h:
          * DAnCE/TargetManager/DomainDataManager.cpp:
          * DAnCE/TargetManager/TargetManagerExt.idl:
          * DAnCE/TargetManager/TargetManagerImpl.idl:
          * DAnCE/TargetManager/TargetManager_exec.h:
          * DAnCE/TargetManager/TargetManager_exec.cpp:

          Added some comments to decrease doxygen warnings;Changed
          ACE_DEBUG in many places to ACE_ERROR;Removed a lot of unwanted
          debug messages

          Fri Jan 12 22:04:14 UTC 2007  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:
          * DAnCE/TargetManager/DomainDataManager.h:
          * DAnCE/TargetManager/DomainDataManager.cpp:
          * DAnCE/TargetManager/TargetManager_exec.cpp:

          * DAnCE/TargetManager/descriptors/run_test_TargetManager.pl:

          * ciao/Deployment_TargetManager.idl:
          Changed to address Johnny's comments

          Thu Dec 28 22:59:45 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:
          * DAnCE/TargetManager/DomainDataManager.h:
          * DAnCE/TargetManager/DomainDataManager.cpp:
          * DAnCE/TargetManager/TargetManager_exec.h:
          * DAnCE/TargetManager/TargetManager_exec.cpp:

          * ciao/Deployment_ResourceCommitmentManager.idl:
          * ciao/Deployment_TargetManager.idl:
          Modified defination to ResourceCommitmentManager

          Wed Dec 27 19:59:32 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:
          * DAnCE/TargetManager/DomainDataManager.h:
          * DAnCE/TargetManager/DomainDataManager.cpp:
          * DAnCE/TargetManager/TargetManager.mpc:
          * DAnCE/TargetManager/TargetManager_exec.h:
          * DAnCE/TargetManager/TargetManager_exec.cpp:

          * ciao/CCM_Core.mpc:
          * ciao/Deployment_ResourceCommitmentManager.idl:
          * ciao/Deployment_TargetManager.idl:
          Changes made to accomodate the ResourceCommitmentManager

          Tue Dec  5 17:44:49 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * ciao/Deployment_TargetManager.idl:
          Deleted some extraneous comments

          Tue Dec  5 06:29:22 UTC 2006  Nilabja R  <nilabjar@dre.vanderbilt.edu>

          * DAnCE/TargetManager/CmpClient.cpp:

          * ciao/CCM_Core.mpc:
          * ciao/Deployment_ResourceCommitmentManager.idl:
          * ciao/Deployment_TargetManager.idl:
          Added in order to introduce ResourceCommitmenManager
          to TargetManager

Thu Feb  8 18:35:51 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIDLC/Literals.cpp:
        * CIDLC/Literals.hpp:
        * CIDLC/ServantSourceGenerator.cpp:
          Don't generate ACE_THROW_RETURN but just throw

Wed Feb  7 23:48:51 UTC 2007  Jeff Parsons <j.parsons@vanderbilt.edu>

        * DAnCE/RepositoryManager/RepositoryManager.cpp:

          Removed an 'ex' identifier in a catch block that is
          no longer referenced.

Wed Feb  7 23:22:08 UTC 2007  Jeff Parsons <j.parsons@vanderbilt.edu>

        * ciao/Context_Impl_T.h:
        * ciao/Upgradeable_Context_Impl_T.h:
        * ciao/Context_Impl_T.cpp:
        * ciao/Upgradeable_Context_Impl_T.cpp:

          - Replaced a class template parameter in both
            Context_Impl and Upgradeable_Context_Impl with
            a trait in the class body. This change was
            evidently overlooked when similar changes were
            made to Servant_Impl and Home_Servant_Impl
            pursuant to dropping support for Visual Studio 6.

          - In Upgradeable_Context_Impl, removed class members
            already present in the base class Context_Impl.

        * CIDLC/ServantHeaderGenerator.cpp:
        * CIDLC/ServantSourceGenerator.cpp:

          - Made changes to the generated context class corresponding
            to the changes above.

          - Added code generation to check for a nil event
            consumer before a push call is made on it by
            an emits port. The event consumer would be nil
            if a connection had not yet been made. Thanks
            to James Hill <hillj@isis.vanderbilt.edu> for
            reporting the problem.

Fri Feb  2 15:09:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Container_Base.cpp:
        * ciao/Context_Impl_Base.cpp:
        * ciao/Context_Impl_T.cpp:
        * ciao/Home_Servant_Impl_Base.cpp:
        * ciao/Home_Servant_Impl_T.cpp:
        * ciao/Port_Activator_T.cpp:
        * ciao/Servant_Activator.cpp:
        * ciao/Servant_Impl_Base.cpp:
        * ciao/Servant_Impl_T.cpp:
        * ciao/Swapping_Servant_Home_Impl_Base.cpp:
        * ciao/Swapping_Servant_Home_Impl_T.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/NodeApplication/Container_Impl.cpp:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/NodeApplication/RTConfig_Manager.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp:
        * DAnCE/NodeManager/NodeManager_Impl.cpp:
        * DAnCE/RepositoryManager/RepositoryManager_Impl.cpp:
        * docs/templates/CIAO_Glue_Session_Template.cpp:
        * docs/templates/CIAO_Glue_Session_Template.inl:
        * docs/tutorials/Quoter/Simple/Distributor/Distributor_exec.cpp:
          Replaced ACE_THROW_RETURN with throw

Fri Feb  2 13:28:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_dynamic.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_ex.cpp:
        * DAnCE/tests/NodeApplicationTest/NodeApp_test_client_simple.cpp:
        * examples/BasicSP/EC/client.cpp:
        * performance-tests/Benchmark/RoundTripServer/server.cpp:
        * performance-tests/Benchmark/server.cpp:
        * performance-tests/Protocols/Controller/Controller.cpp:
        * RACE/Input_Adapters/LocationUpdater/Injector.cpp:
        * RACE/Input_Adapters/PlanGenerator/Injector.cpp:
        * tests/IDL3/Events/Any/main.cpp:
        * tools/Config_Handlers/Package_Handlers/test.cpp:
        * tools/Config_Handlers/RT-CCM/test.cpp:
        * tools/Config_Handlers/test.cpp:
          No need anymore to pass an empty string as orbname

Fri Feb  2 11:48:34 UTC 2007  Simon McQueen  <sm@prismtech.com>

        * tests/IDL3/Components/SimpleComponent/SimpleComponent.idl:

          Add regression testing for bug #2790.

Wed Jan 31 15:44:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Plan_Generator/PCVisitor.cpp:
        * DAnCE/Plan_Generator/Plan_Generator_Impl.cpp:
        * DAnCE/Plan_Launcher/Plan_Launcher_Impl.cpp:
        * DAnCE/tests/NodeApplicationTest/RoundTrip_exec.h:
        * RACE/Controller/Component/Controller_exec.cpp:
        * RACE/Controller/Component/Controller_exec.h:

Wed Jan 31 15:03:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ExecutionManager/DAM_Map.{h,cpp}:
        * DAnCE/ExecutionManager/Execution_Manager.cpp
        * DAnCE/ExecutionManager/Execution_Manager_Impl.{h,cpp}:
          Const changes, layout improvements

Tue Jan 30 20:49:50 UTC 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

         * tools/Config_Handlers/Package_Handlers/CPD_Handler.cpp
         * tools/Config_Handlers/Package_Handlers/CAD_Handler.cpp:

           Compile fixes for FC6.

Tue Jan 30 20:43:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
          Changed the check for the bind, with -1 return an error, with
          1 report a debug message of the reuse, else a normal debug.
          Thanks to Sandro Andrade <sandro dot andrade at gmail dot com>
          for reporting that ReDAC was broken.

Tue Jan 30 11:27:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Server_init.{h,cpp}:
          Change argument of BindObjectPath to a _ptr. Fixes bugzilla
          2779. Thanks to Abdullah Sowayan <abdullah.sowayan@lmco.com>
          for reporting this.

Mon Jan 29 19:23:14 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Swapping_Servant_Home_Impl_Base.{h,cpp}:
        * ciao/Upgradeable_Context_Impl_T.cpp:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp
          Layout changes

        * DAnCE/DomainApplicationManager/Deployment_Configuration.cpp:
          Fixed parsing of node manager file

        * examples/BasicSP/descriptors/run_test.pl:
          New script to run this example automatically

        * exampls/BasicSP/README.html:
          Fixed incorrect path and mpc generation command

Sun Jan 28 19:59:14 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO version 0.5.6 released.

Thu Jan 25 18:18:58 UTC 2007  Chad Elliott  <elliott_c@ociweb.com>

        * *.{h,cpp,inl}:

          Removed the majority of the ACE exception macros.  The
          ACE_THROW_RETURN's were left in to avoid warnings from aCC.

Wed Jan 24 13:00:12 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * *.{h,cpp,inl}:
          Removed part of the environment macros

Mon Jan 22 23:14:56 2007  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO version 0.5.5 released.


Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: