summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog.BRANCH
blob: 64a2c76916314748cf47e05344bbab85160e0797 (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
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.


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: