summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 32ddd4701def1947cf03f1fb035f7a8dbb6c0049 (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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
Thu Apr 12 08:17:57 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h:
          Compile fix

Wed Apr 11 10:41:14 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/examples/Hello/Receiver/Hello_Receiver_exec.h:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp:
        * connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.h:
        * connectors/ami4ccm/tests/InterOutArgs/Sender/InterOutArgsT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.h:
        * connectors/ami4ccm/tutorials/Hello/Hello_asm/Sender_comp/src/Hello_Sender_comp_exec.cpp:
          Coverity fixes

Fri Apr 06 09:03:19 CEST 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.1.1 released.

Mon Mar 26 10:46:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_4009_Regression/Bug_4009_Bar.mpc:
          Fixed windows link issues

Fri Mar 23 22:04:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_4009_Regression/Bug_4009_Foo.idl:
          Forgot to commit this last version

Fri Mar 23 21:58:41 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/IDL_Test/Cornucopia/Cornucopia.doxygen:
          Parse more files

        * tests/IDL_Test/Cornucopia/Cornucopia.idl:
          Added some documentation to be copied by doxygen to the
          executor header

Fri Mar 23 20:34:35 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_4009_Regression/Bug_4009_Bar.idl:
        * tests/Bug_4009_Regression/Bug_4009_Bar.mpc:
        * tests/Bug_4009_Regression/Bug_4009_Foo.idl:
          Extended this test with much more typedefs

Fri Mar 23 20:24:42 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_4009_Regression/Bug_4009_Bar.idl:
        * tests/Bug_4009_Regression/Bug_4009_Bar.mpc:
        * tests/Bug_4009_Regression/Bug_4009_Foo.idl:
        * tests/Bug_4009_Regression/Bug_4009_Foo.mpc:
          New unit test for bugzilla 4009, uncovers a bug when generating
          the CIAO executor

Fri Mar 23 19:39:28 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/IDL_Test/Cornucopia/Cornucopia.idl:
          Added a component with a sequence type as attribute

Wed Mar 21 01:35:00 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.cpp:
          Fixed compile error

Wed Mar 21 01:30:33 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/tests/NoReplyH/Receiver/NoReplyH_Receiver_exec.cpp:
          Fixed coverity errors

Tue Mar 20 01:30:58 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/examples/Quoter/Client/Quoter_Client_exec.h:
        * connectors/ami4ccm/examples/Quoter/Client/Quoter_Client_exec.cpp:
        * connectors/ami4ccm/tests/AsynchT/Sender/AsynchT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/DelReplyH/Sender/DelReplyH_Sender_exec.cpp:
        * connectors/ami4ccm/tests/Exceptions/Sender/ExceptionT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/InterInArgs/Sender/InterInArgsT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/InterInOutArgs/Sender/InterInOutT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/NoConnection/Sender/HelloT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/NoReplyH/Sender/NoReplyH_Sender_exec.cpp:
        * connectors/ami4ccm/tests/OneProcess/Sender/OneProcess_Sender_exec.cpp:
        * connectors/ami4ccm/tests/OneReplyH/Sender/OneReplyH_Sender_exec.cpp:
        * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.cpp:
        * connectors/ami4ccm/tests/SimplexMulti/Sender/UsesSM_Sender_exec.cpp:
        * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.h:
        * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.cpp:
        * connectors/ami4ccm/tests/ThreeComp/Master/ThreeComp_Master_exec.cpp:
        * connectors/ami4ccm/tests/ThreeComp/Sender/ThreeComp_Sender_exec.cpp:
        * connectors/ami4ccm/tests/UsesMulti/Sender/UsesMulti_Sender_exec.cpp:
          Fixed coverity errors

Wed Mar  7 13:09:45 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/performance-tests/Throughput/Receiver/Throughput_Receiver_exec.cpp:
        * connectors/dds4ccm/tests/LateBinding/ReadGet/Receiver/RG_LateBinding_Receiver_impl.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Receiver/QC_Receiver.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/ObO_Receiver.cpp:
          Fixed coverity errors

Wed Mar  7 10:56:00 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.cpp:
          Fixed coverity error

Wed Mar  7 10:03:02 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for release

Wed Mar 07 09:04:40 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.1.0 released.

Tue Feb 28 19:26:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/Getter_T.cpp:
        * connectors/dds4ccm/tests/LateBinding/ReadGet/Sender/RG_LateBinding_Sender_exec.cpp:
        * connectors/dds4ccm/tests/ResetTopic/ReadGet/Sender/RG_ResetTopic_Sender_exec.cpp:
          Fixed coverity errors

Thu Feb 23 14:16:48 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/DAnCE/LocalityManager/CommandlinePassage/Component_OpenMode.cdp:
          Use the OpenMode as configProperty

Thu Feb 23 12:27:54 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ciao_tests.lst:
        * ciao/Base/CIAO_Properties.idl:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Container_Base_T.h:
        * ciao/Containers/Container_Base_T.cpp:
        * ciao/Containers/Extension/Extension_Container.h:
        * ciao/Containers/Extension/Extension_Container.cpp:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Deployment/Handlers/Component_Handler.cpp:
        * ciao/Deployment/Handlers/Container_Handler.cpp:
        * ciao/Deployment/Handlers/Home_Handler.cpp:
          Added support for new ciao config property "edu.vanderbilt.dre.CIAO.OpenMode"
          which controls the mode that is used to load the shared libraries for
          a home or component. By default we use ACE_DEFAULT_SHLIB_MODE
          which can be controlled through config.h, but now it can also
          be controlled using the deployment plan. This property is of type long

        * tests/DAnCE/LocalityManager/CommandlinePassage/Component_OpenMode.cdp:
        * tests/DAnCE/LocalityManager/CommandlinePassage/run_test_openmode.pl:
          Example cdp using the new open mode property

Tue Feb 21 15:36:44 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base_T.h:
        * ciao/Containers/Container_Base_T.cpp:
        * ciao/Containers/Extension/Extension_Container.cpp:
        * ciao/Containers/Session/Session_Container.cpp:
          Changed open_mode as argument, more work has to be done to let the
          user control this mode

Mon Feb 20 13:12:42 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM_EventConsumerBase.idl:
          Removed not needed include

Fri Jan 27 09:02:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Fri Jan 27 08:58:54 CET 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.0.8 released.

Thu Jan 26 10:56:23 UTC 2012  Martin Corino  <mcorino@remedy.nl>

        * ciao/Deployment/Interceptors/Deployment_Interceptors.h:
          Removed duplicate function declaration.

Tue Jan 24 19:14:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/impl/CCM_DataReader.h:
        * connectors/dds4ccm/impl/CCM_DataWriter.h:
        * connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp:
        * connectors/dds4ccm/impl/DDS_Update_T.cpp:
        * connectors/dds4ccm/impl/DDS_Write_T.cpp:
          Make it possible to also use _get_component on the dds_entity ports

        * connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component_exec.cpp:
        * connectors/dds4ccm/tests/GetComponent/Event/descriptors/Plan.cdp:
        * connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component_exec.cpp:
        * connectors/dds4ccm/tests/GetComponent/State/descriptors/Plan.cdp:
          Test _get_component on the dds_entity ports

Tue Jan 24 18:31:45 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3769_Regression/Foo.idl:
        * tests/Bug_3769_Regression/Foo_exec.h:
        * tests/Bug_3769_Regression/Foo_exec.cpp:
        * tests/Bug_3769_Regression/descriptors/DeploymentPlan.cdp:
          Extended this test for supports with attributes, thanks to
          Michael Frommberger <michael dot frommberger at gmx dot net>
          for extending this test

Tue Jan 24 13:33:32 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
          Layout changes

        * rules.ciao.GNU:
          Small simplification

Tue Jan 24 12:05:47 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component_exec.cpp:
        * connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component_exec.cpp:
          Narrow the result of _get_component to the connector interface

Mon Jan 23 20:21:32 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taobaseidl3toidl2defaults.mpb:
        * MPC/config/taoidl3toxmidefaults.mpb:
          Fixed again

Mon Jan 23 20:12:06 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taobaseidl3toidl2defaults.mpb:
        * MPC/config/taoidl3toxmidefaults.mpb:
          Reverted change below, triggers error in normal build

Mon Jan 23 14:35:42 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * MPC/config/taobaseidl3toidl2defaults.mpb:
        * MPC/config/taoidl3toxmidefaults.mpb:
          Fixes for install builds

Mon Jan 23 12:55:55 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM_stub.mpc:
          Reverted change below, the install is needed

Mon Jan 23 12:07:30 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ccm/CCM_stub.mpc:
          Removed not needed post_install

Mon Jan 23 09:45:53 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO_TAO_DAnCE.mwc:
          Also build tools

Mon Jan 23 07:53:26 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_skel.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Fixes for install build

Sun Jan 22 19:03:34 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/examples/Hello/DDS_Receiver/Hello_Receiver.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Receiver/QC_Receiver.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Sender/QC_Sender.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/ObO_Receiver.cpp:
        * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/ObO_Sender.cpp:
          Unicode fixes

Sun Jan 22 18:01:27 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_skel.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Install fixes

Sat Jan 21 14:40:46 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/ami4ccm/ami4ccm.mpc:
          Reduced number of files generated

Sat Jan 21 14:40:07 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Change install

Sat Jan 21 12:15:51 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/dds4ccm_skel.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Added missing files

Fri Jan 20 10:31:19 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_lem_stub.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Reduced the amount of files being generated

Fri Jan 20 10:08:02 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_lem_stub.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_skel.mpc:
        * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
          Reduced the amount of files being generated

Fri Jan 20 09:58:21 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/dds4ccm_lem_stub.mpc:
        * connectors/dds4ccm/idl/dds4ccm_skel.mpc:
        * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
          Reduced the amount of files being generated

Fri Jan 20 09:28:45 UTC 2012  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
          Use new -Ssvcp and -Ssvtp

Thu Dec 29 20:00:39 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/examples/Hello/DDS_Sender/Hello_Sender.cpp:
          Fixed wchar compile error

Tue Dec 27 11:39:58 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * NEWS:
          Updated for next release

Tue Dec 27 10:06:28 CET 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 1.0.7 released.

Tue Dec 20 15:10:01 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Receiver/Latency_Receiver.cpp:
        * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Sender/Latency_Sender.cpp:
        * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/Throughput_Receiver.cpp:
        * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/Throughput_Sender.cpp:
          Reset the timer queue and finalize DDS explicitly to fix a lot of
          reported memory leaks

Tue Dec 20 09:10:05 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

       * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp:
       Solved valgrind errors.

Mon Dec 19 11:33:05 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

       * tests/DAnCE/NodeManager-Deployments/run_test.pl:
       * tests/DAnCE/NodeManager-Deployments/run_test_noevent.pl:
       * tests/DAnCE/NodeManager-Deployments/run_test_cdr.pl:
       * tests/DAnCE/NodeManager-Deployments/run_testcdr_noevent.pl:
       * tests/DAnCE/ExecutionManager-Deployments/run_test.pl:
       * tests/DAnCE/ExecutionManager-Deployments/run_test_noevent.pl:
       * tests/DAnCE/ExecutionManager-Deployments/run_test_cdr.pl:
       * tests/DAnCE/ExecutionManager-Deployments/run_testcdr_noevent.pl:
       * tests/DAnCE/EM-Redeployment/run_test.pl:
       * tests/DAnCE/Em_Redeployment/run_test_noevent.pl:
       * bin/ciao_tests.lst:
       Splitted tests-runs in runs for noevent disabled and enabled.


Sun Dec 18 11:36:05 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ciao_tests.lst:
          Run more tests with noevent, if some of the cdp's are not fit
          for noevent, than they should move to a different directory

Fri Dec 16 12:39:56 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * bin/ciao_tests.lst:
          Added performance-tests/Keyed to the test framework.

        * ciao/Deployment/Handlers/Connection_Handler.cpp:
          Optimized logging.

        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp:
        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp:
        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp:
        * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_SharedMem.cdp:
        * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_UDPv4.cdp:
        * connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_pub.cdp:
          Fixed runtime issues. Also cleaned up unused code.

Fri Dec 16 07:37:37 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
          Added dds4ccm_QueryFilterC.inl to the DDS4CCM_stub project.

Thu Dec 15 14:01:48 UTC 2011  Marijke  <mhengstmengel@remedy.nl>

         * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc:
         Solved error.

Thu Dec 15 12:49:05 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp:
        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp:
        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp:
        * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub_BE.cdp:
        * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_SharedMem.cdp:
        * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_UDPv4.cdp:
        * connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_pub.cdp:
          Fuzz. Whitespaces.

Thu Dec 15 11:00:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

        Merged timer_policy branch.

        === start changelog ===

        Wed Dec 14 08:56:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Sender/Latency_Sender.cpp:

                  Fixed compile error.

        Tue Dec 13 10:28:00 UTC 2011  Martin Corino  <mcorino@remedy.nl>

                * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Sender/Latency_Sender.cpp:
                * connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender_exec.cpp:
                * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp:
                * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp:
                * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp:
                * connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub_BE.cdp:
                * connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender_exec.cpp:
                * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_SharedMem.cdp:
                * connectors/dds4ccm/performance-tests/Latency/descriptors/Plan_UDPv4.cdp:
                * connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender_exec.cpp:
                * connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_pub.cdp:

                  Adapted tests to new time policy support.

        === end changelog ===

Thu Dec 15 07:49:48 UTC 2011  Marijke  <mhengstmengel@remedy.nl>

         * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc:
         Solved dependency error.


Wed Dec 14 11:33:48 UTC 2011  Marcel Smit  <msmit@remedy.nl>

        Merged changes from our work branch.
        === start changelog ===
        Wed Dec 14 10:22:44 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/impl/ndds/DomainParticipantManager.h:
                * connectors/dds4ccm/impl/ndds/DomainParticipantManager.cpp:
                  Used a std::pair instead of a separate list for the domain ID.

        Mon Dec 12 15:37:43 UTC 2011  Marcel Smit  <msmit@remedy.nl>


                * connectors/dds4ccm/impl/ndds/DomainParticipantFactory.cpp:
                * connectors/dds4ccm/impl/ndds/DomainParticipantManager.h:
                * connectors/dds4ccm/impl/ndds/DomainParticipantManager.cpp:
                  Domain partipants should be created per domain ID and QOS profile.

                * bin/ciao_tests.lst:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.idl:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.mpc:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.idl:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.mpc:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.h:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.cpp:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.idl:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.mpc:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.idl:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.mpc:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.idl:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.mpc:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Plan.cdp:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/USER_QOS_PROFILES.xml:
                * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/run_test.pl:
                  Added test to verify this.

Wed Dec 14 09:00:48 UTC 2011  Marijke  <mhengstmengel@remedy.nl>

        * connectors/dds4ccm/tests/HomeTest/Base/HomeT_Base.idl:
        * connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.idl:
        * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC.idl:
        * connectors/dds4ccm/tests/HomeTest/descriptors/DeploymentPlanConnOnly.cdp:
        * tests/IDL3/Homes/Basic/Basic.idl:
        * tests/IDL_Test/Cornucopia/Cornucopia.idl:
        Fuzz errors

Tue Dec 13 13:37:25 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        Merged changes from our work branch. Test Home with connectors.F
        === start changelog ===

        Tue Dec 13 13:17:07 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * bin/ciao_tests.lst
                Added HomeTest

        Tue Dec 13 13:00:07 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC.idl:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.cpp:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/controller.cpp:
                * connectors/dds4ccm/tests/HomeTest/descriptors/run_test.pl:
                Home created now a connector instance, without activating it.

        Mon Dec 12 10:59:27 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC.idl:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.cpp:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/controller.cpp:
                * connectors/dds4ccm/tests/HomeTest/descriptors/DeploymentPlanConnOnly.cdp:
                * connectors/dds4ccm/tests/HomeTest/descriptors/run_test.pl:
              Add controller, acting on Home component

                * connectors/dds4ccm/tests/HomeTest/HomeComp/client.cpp:
                  Removed this file.

        Thu Dec  8 16:08:07 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/dds4ccm/tests/HomeTest:
                * connectors/dds4ccm/tests/HomeTest/Base:
                * connectors/dds4ccm/tests/HomeTest/Base/HomeT_Base.idl:
                * connectors/dds4ccm/tests/HomeTest/Base/HomeT_Base.mpc:
                * connectors/dds4ccm/tests/HomeTest/Connector:
                * connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.idl:
                * connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.mpc:
                * connectors/dds4ccm/tests/HomeTest/HomeComp:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_Home.mpc:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC.idl:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.h:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/HomeT_HomeC_exec.cpp:
                * connectors/dds4ccm/tests/HomeTest/HomeComp/client.cpp:
                * connectors/dds4ccm/tests/HomeTest/descriptors:
                * connectors/dds4ccm/tests/HomeTest/descriptors/DeploymentPlanConnOnly.cdp:
                * connectors/dds4ccm/tests/HomeTest/descriptors/USER_QOS_PROFILES.xml:
                * connectors/dds4ccm/tests/HomeTest/descriptors/run_test.pl:
                First commit new test for Connector Homes.
        === end changelog ===

Mon Dec 12 19:28:51 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/ami4ccm/ami4ccm.mpc:
          Added missing template files

Mon Dec 12 07:33:25 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged changes from our work branch. Facet servants are now generated
        as C++ template at the moment the interface is declared, this reduces
        the amount of code generated heavily. Component/Connector context is
        now also generated as C++ template

        === start changelog ===

        Fri Dec  9 16:07:48 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl:
                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                  Fixed compile errors.

        Fri Dec  9 15:41:59 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl:
                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc:
                  Also generate a Single_Service_Common lem.

        Fri Dec  9 14:28:24 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed afters and linker errors on windows.

        Fri Dec  9 14:15:16 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed link issues on windows.

        Fri Dec  9 13:42:40 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/CompA.idl:
                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/Moo.idl:
                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed compile issues on Linux.

        Fri Dec  9 13:24:31 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc:
                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/CompB.mpc:
                  Removed the -Glfa option since it is obsolete.

        Fri Dec  9 11:48:53 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/tests/AMIDDS/Base/AmiDds_Base.mpc:
                * tests/DAnCE/Components/SimpleCommon.mpc:
                * tests/IDL_Test/Reused_Facet_Interface/Basic.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 10:41:34 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                  Generate svnt code as well.

                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.h:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.cpp:
                  Removed these files since they can be generated.

        Fri Dec  9 10:17:37 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * bin/ciao_tests.lst:
                * examples/Null_Component_Glfa:
                * examples/Null_Component_Glfa/Null_Component.idl:
                * examples/Null_Component_Glfa/Null_Component.mpc:
                * examples/Null_Component_Glfa/Null_Interface.idl:
                * examples/Null_Component_Glfa/Null_Interface.mpc:
                * examples/Null_Component_Glfa/descriptors:
                * examples/Null_Component_Glfa/descriptors/NodeMap.dat:
                * examples/Null_Component_Glfa/descriptors/Null_Homed.cdp:
                * examples/Null_Component_Glfa/descriptors/Null_Unhomed.cdp:
                * examples/Null_Component_Glfa/descriptors/run_test.pl:
                  Removed this test. No need to test this anymore.

        Fri Dec  9 10:15:44 UTC 2011  Marcel Smit  <msmit@remedy.nl>


                * tests/IDL_Test/Glfa:
                * tests/IDL_Test/Glfa/A.idl:
                * tests/IDL_Test/Glfa/A.mpc:
                * tests/IDL_Test/Glfa/B.idl:
                * tests/IDL_Test/Glfa/B.mpc:
                  Removed these files. No need to test this anymore.

        Fri Dec  9 08:34:00 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/ami4ccm/tutorials/Hello/Hello_asm/ports/Hello_MyFoo_obj.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 08:31:15 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 07:57:33 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/ami4ccm/examples/Quoter/Base/Quoter.mpc:
                * connectors/ami4ccm/tests/AsynchT/Base/AsynchT.mpc:
                * connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.mpc:
                * connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc:
                * connectors/ami4ccm/tests/GetComp/Base/GetComp.mpc:
                * connectors/ami4ccm/tests/IDL_Test/AMI4CCM_IDLTest.mpc:
                * connectors/ami4ccm/tests/InterInArgs/Base/InterInArgsT.mpc:
                * connectors/ami4ccm/tests/InterInOutArgs/Base/InterInOutT.mpc:
                * connectors/ami4ccm/tests/InterMulti/Base/InterMulti.mpc:
                * connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc:
                * connectors/ami4ccm/tests/InterReturn/Base/InterReturnT.mpc:
                * connectors/ami4ccm/tests/NoConnection/Base/HelloT.mpc:
                * connectors/ami4ccm/tests/NoReplyH/Base/NoReplyH.mpc:
                * connectors/ami4ccm/tests/OneProcess/Base/OneProcess.mpc:
                * connectors/ami4ccm/tests/OneReplyH/Base/OneReplyH.mpc:
                * connectors/ami4ccm/tests/SimplexMulti/Base/UsesSM.mpc:
                * connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp.mpc:
                * connectors/ami4ccm/tests/UsesMulti/Base/UsesMulti.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Thu Dec  8 14:38:45 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Servants/Extension/Servant_Impl_T.h:
                  Added missing include.

                * connectors/ami4ccm/examples/Hello/Base/Hello.mpc:
                  Removed -Gsv IDL compiler flag.

        Wed Dec  7 07:34:23 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Servants/Facet_Servant_Base_T.h:
                * ciao/Servants/Session/Servant_Impl_T.h:
                  Added some necessary includes.

        Mon Dec  5 19:10:07 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Removed -Glem for generation of dds4ccm_entity.idl
                  and ccm_dds.idl since it was not necessary to create
                  the local executor mapping (at least, the generated
                  files were not compiled)

        Mon Dec  5 18:41:32 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Removed -Glem since it was added a second time. At that point
                  dds4ccm_QueryFilter was generated with -Glem
                  (which is not necessary).

        Fri Dec  2 07:58:40 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Contexts/Extension/Extension_Context_T.h:
                * ciao/Contexts/Extension/Extension_Context_T.cpp:
                * ciao/Servants/Extension/Servant_Impl_T.h:
                * ciao/Servants/Extension/Servant_Impl_T.cpp:
                * ciao/Servants/Session/Servant_Impl_T.h:
                * ciao/Servants/Session/Servant_Impl_T.cpp:
                  Added _T to templated classes. This fixes compile error
                  since the IDL compiler was already prepared for this.

                * tests/IDL_Test/Inherited_Component/Extended/Base.idl:
                  Let derived_interface derive from the base_interface.

        Thu Dec  1 09:05:31 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Prevent compilation after invoking make for a second time

        Thu Dec  1 08:36:22 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Contexts/Session/Session_Context_T.h:
                * ciao/Contexts/Session/Session_Context_T.cpp:
                  Renamed class, using _T postfix.

                * tests/IDL_Test/Inherited_Component/Extended/Base.idl:
                * tests/IDL_Test/Inherited_Component/Extended/Derived.idl:
                  Expanded.

        === end changelog ===
Wed Dec  7 19:00:59 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.mpc:
          Fix problem in this mpc file

Wed Dec  7 10:47:15 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged in the changes to update AMI4CCM to match the initial revision
        with the synchronous port and the new pragma's added

        === start changelog ===

        Thu Dec  1 09:50:06 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/examples/Hello/descriptors/Plan.cdp:
                * connectors/ami4ccm/examples/Hello/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/examples/Hello/descriptors/run_test.pl:
                * connectors/ami4ccm/tests/InterMulti/descriptors/run_test.pl:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/run_test.pl:
                Changes for using now sync port ami connector beside Sender-Receiver connection

        Thu Dec  1 09:15:53 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/tests/InterMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/InterMulti/descriptors/run_test.pl:

                * connectors/ami4ccm/tests/UsesMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/run_test.pl:
                Changes for using now sync port ami connector beside Sender-Receiver connection

        Wed Nov 30 16:11:09 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/run_test.pl:
                Run test also with sync port on AMI connector.

        Mon Nov 21 15:10:06 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * bin/ciao_tests.lst:
                * connectors/ami4ccm/tests/SyncPortConn:
                * connectors/ami4ccm/tests/SyncPortConn/Base:
                * connectors/ami4ccm/tests/SyncPortConn/Base/Hello.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Base/SyncPortConn.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver_exec.h:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver_exec.cpp:
                * connectors/ami4ccm/tests/SyncPortConn/Sender:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.h:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.cpp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/.dance_artifacts:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/Plan_no_sync_amiconn.cdp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl:
                Test using sync port on AMI connector.

        Mon Nov 21 13:30:15 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * connectors/ami4ccm/ami4ccm/ami4ccm.idl:
                Add sync port to connector

        Tue Nov  8 08:53:04 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.mpc:
                Missing file.

        Mon Nov  7 13:29:04 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * bin/ciao_tests.lst:
                * connectors/ami4ccm/tests/PragmaT:
                * connectors/ami4ccm/tests/PragmaT/Base:
                * connectors/ami4ccm/tests/PragmaT/Base/PragmaT.idl:
                * connectors/ami4ccm/tests/PragmaT/Base/PragmaT.mpc:
                * connectors/ami4ccm/tests/PragmaT/README:
                * connectors/ami4ccm/tests/PragmaT/Receiver:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.idl:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver_exec.h:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver_exec.cpp:
                * connectors/ami4ccm/tests/PragmaT/Sender:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender.idl:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender.mpc:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.h:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.cpp:
                * connectors/ami4ccm/tests/PragmaT/descriptors:
                * connectors/ami4ccm/tests/PragmaT/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/PragmaT/descriptors/run_test.pl:
                Test use of new pragma's 'ami4ccm interface', 'ami4ccm receptacle' and 'ami4ccm idl'.
                New pragma's work besides old ones 'ciao ami4ccm ...' .

        === end changelog ===

Mon Dec  5 12:32:50 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base_T.cpp:
          Removed some commented out code and use a switch instead of an if

        * ciao/Deployment/Handlers/CIAO_Handler_Common.cpp:
          Removed return statement which we never could reach

        * ciao/Servants/Session/Servant_Impl_T.cpp:
          Some code restructuring

        * ciao/Valuetype_Factories/ConfigValue.cpp:
          Small performance increase

        * examples/DevGuideExamples/Messenger/Messenger_exec_i.cpp:
          Fixed memory leak

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: