summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog.BRANCH
blob: 6d56ee6423c23000bb31ec057391514a696e5b25 (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
Tue Oct 27 07:16:24 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

       * ciao/Containers/Extension/Extension_Containers.mpc:
       Remove ciao_port_activator_stub and cia_servant_activator_stub
       * ciao/Servants/Servant_Impl_Base.cpp:
       Committed the right file now.

Wed Oct 26 12:018:24 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * ciao/Containers/Session/Session_Containers.mpc:
       Remove ciao_port_activator_stub and cia_servant_activator_stub

Wed Oct 26 07:28:24 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * ciao/Containers/Containers.mpc:
       Remove ciao_port_activator_stub and cia_servant_activator_stub


Wed Oct 26 07:28:24 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

        * MPC/config/ciao_extension_container.mpb:
        * MPC/config/ciao_extension_container_stub.mpb:
        * MPC/config/ciao_servant.mpb:
        * MPC/config/ciao_session_container.mpb:
        * MPC/config/ciao_session_container_stub.mpb:
        * ciao/Containers/Containers.mpc:
        * ciao/Containers/Extension/Extension_Container.mpc:
        * ciao/Containers/Session/Session_Container.mpc:
        Remove ciao_port_activator_stub and cia_servant_activator_stub

        * ciao/Containers/CIAO_Servant_Activator.idl:
        * ciao/Containers/CIAO_Servant_Activator.mpc:
        * ciao/Containers/Servant_Activator.h:
        * ciao/Containers/Servant_Activator.cpp:
        * ciao/Servants/Port_Activator_T.cpp:
        * ciao/Servants/CIAO_Port_Activator.idl:
        Deactivate content. Later on if build successfull delete files

        * ciao/Containers/Container_Base.idl:
        * ciao/Containers/Container_Base_T.h:
        * ciao/Containers/Container_Base_T.cpp:
        * ciao/Servants/Connector_Servant_Impl_Base.cpp:
        * ciao/Servants/Servant_Impl_Base.cpp:
        * ciao/Servants/Servants.mpc:
        Disable Servant_Activator and Port_Activator functionality,
        Later on if build successfull delete lines
 
        * tests/Collocation/Coll_Base/Base.mpc:
        * tests/Collocation/Receiver/Receiver.mpc:
        * tests/Collocation/Sender/Sender.mpc:
        Remove avoids_no_events and -GD (already global defined)

        * tests/Collocation/descriptors/run_test.pl:
        Disable debug logs

        * bin/ciao_tests.lst:
        Add CIAO/tests/Collocation  


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: