summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 76875f96f8544a59c7590d65624093df9ee39a21 (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
Wed Dec  9 17:05:16 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc:

          Reverted spurious commit. 
        
Wed Dec  9 15:58:08 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.h:
        * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.cpp:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp:

          Bugfixes.

Tue Dec  8 21:54:06 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:

          Resolved a bug whereby connection endpoints in the original plan
          would be copied into two separate connections in a child plan.

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:

          Bugfix with connection logic.

        * connectors/ami4ccm/examples/Hello/AMI/AMI.idl:
        * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.h:
        * connectors/ami4ccm/examples/Hello/AMI/AMI_exec.cpp:
        * connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.idl:
        * connectors/ami4ccm/examples/Hello/Hello_Base/Hello_Base.mpc:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender.idl:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.h:
        * connectors/ami4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp:
        * connectors/ami4ccm/examples/Hello/descriptors/Plan.cdp:
        * connectors/ami4ccm/examples/Hello/descriptors/run_test.pl:

          Ported to new local interface support.

Mon Dec  7 18:21:43 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * docs/schema/Basic_Deployment_Data.xsd:
        * tools/Config_Handlers/Basic_Deployment_Data.cpp:
        * tools/Config_Handlers/Basic_Deployment_Data.hpp:
        * tools/Config_Handlers/CPD_Handler.cpp:
        * tools/Config_Handlers/DnC_Dump.cpp:
        * tools/Config_Handlers/PSPE_Handler.cpp:

          Config handler updates.

Mon Dec  7 17:51:30 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/CIAO_ComponentServer/Local_Facet/Local_Facet.idl:
        * tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc:
        * tests/CIAO_ComponentServer/Local_Facet/Local_Facet_exec.h:
        * tests/CIAO_ComponentServer/Local_Facet/Local_Facet_exec.cpp:
        * tests/CIAO_ComponentServer/Local_Facet/client.cpp:
        * tests/CIAO_ComponentServer/Local_Facet/run_test.pl:

          Added simple test for local facet connection logic.

Mon Dec  7 17:04:43 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * tests/CIAO_ComponentServer/Local_Facet:

          Moved local facet test under ComponentServer.

        * tests/IDL_Test/Local_Facet:

          Removed these files.

Mon Dec  7 14:52:43 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/Containers/Session/Session_Container.cpp:

          Integration.

Mon Dec  7 14:11:14 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ciao/ComponentServer/CIAO_ComponentServer.idl:
        * ciao/ComponentServer/CIAO_Container_Impl.h:
        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Session/Session_Container.h:
        * ciao/Containers/Session/Session_Container.cpp:
        * ciao/Servants/Servant_Impl_Base.h:

          Container code.

Sat Dec  5 05:33:43 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Deployment/Deployment_DeploymentPlan.idl:
        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:

          Infrastructure to connect local interfaces.

        * tests/IDL_Test/Local_Facet/Local_Facet.mpc:

          Enabled test.

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: