summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 1e61bc29e5695394d0dd1dba28ec1f826ecd7b9a (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
Thu Aug 26 14:46:25 UTC 2010  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp:

          Disabled code generation of CDR and optional
          ostream operators for typedefs if the base
          type is a sequence. Since the sequence is now
          itself a typedef, we get 'already defined'
          link errors for these operators because the
          compiler doesn't see it as an overload.
          
        * tao/tao.mpc:

          Moved Object_Key.pidl out of the hand-crafted
          list and into the automatic list. It is now
          generated as a typedef of OctetSeq, and doing
          it this way eliminates 'already defined' link
          errors between TAO and PortableServer. The
          hand-crafted static methods that had been
          added to Object_Key are now in TAO_Profile.

        * tao/target_specification.h:
        * tao/PortableServer/POA_Current_Impl.h:
        * tao/PortableServer/Root_POA.cpp:
        * tao/Object_KeyC.cpp:
        * tao/Adapter.h:
        * tao/Object_KeyC.h:
        * tao/Leader_Follower_Flushing_Strategy.cpp:
        * tao/Adapter_Registry.h:
        * tao/ObjectKey_Table.h:
        * tao/Profile.cpp:
        * tao/Transport_Acceptor.h:
        * tao/DLL_Parser.cpp:
        * tao/Profile.h:
        * tao/Object.h:
        * tao/Stub.h:
        * tao/ORB_Core.h:
        * tao/Strategies/SHMIOP_Profile.cpp:
        * tao/Strategies/COIOP_Profile.cpp:
        * tao/Strategies/UIOP_Profile.cpp:
        * tao/Strategies/SCIOP_Profile.cpp:
        * tao/Strategies/DIOP_Profile.cpp:
        * tao/Acceptor_Filter.h:
        * tao/IIOP_Profile.cpp:
        * tao/LocalObject.h:

          Mods necessitated by the changes above.

Wed Aug 25 20:44:19 UTC 2010  Jeff Parsons <j.parsons@vanderbilt.edu>

        * tao/Tagged_Profile.inl:
        * tao/ObjectKey_Table.cpp:
        * tao/Tagged_Profile.cpp:
        
          A few more needed changes for the alternate mapping
          caught by the compiler when doing a clean build.

Wed Aug 25 19:55:18 UTC 2010  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/buffer_type.cpp:
        * tao/ORB_Core.cpp:
        * tao/GIOP_Message_Base.cpp:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
        * tao/PortableServer/POA_Current.h:
        * tao/PortableServer/Key_Adapters.cpp:
        * tao/PortableServer/PortableServer_WFunctions.cpp:
        * tao/PortableServer/Default_Servant_Dispatcher.cpp:
        * tao/PortableServer/Servant_Upcall.inl:
        * tao/PortableServer/ServantRetentionStrategyRetain.cpp:
        * tao/PortableServer/POAManager.cpp:
        * tao/PortableServer/PortableServer_Functions.cpp:
        * tao/PortableServer/POA_Current_Impl.inl:
        * tao/PortableServer/Active_Object_Map.h:
        * tao/PortableServer/Active_Object_Map.inl:
        * tao/PortableServer/ServantRetentionStrategy.h:
        * tao/PortableServer/Object_Adapter.inl:
        * tao/PortableServer/Servant_Upcall.cpp:
        * tao/PortableServer/POAManagerFactory.cpp:
        * tao/PortableServer/ServantRetentionStrategyRetain.h:
        * tao/PortableServer/ORT_Adapter.h:
        * tao/PortableServer/Servant_Upcall.h:
        * tao/PortableServer/POAManagerFactory.h:
        * tao/PortableServer/PortableServer_Functions.h:
        * tao/PortableServer/POA_Current_Impl.cpp:
        * tao/PortableServer/Active_Object_Map.cpp:
        * tao/PortableServer/Object_Adapter.cpp:
        * tao/PortableServer/POA_Current_Impl.h:
        * tao/PortableServer/POA_Current.cpp:
        * tao/PortableServer/Root_POA.cpp:
        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/Servant_Dispatcher.h:
        * tao/PortableServer/Default_Servant_Dispatcher.h:
        * tao/PortableServer/POA_Policy_Set.cpp:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.h:
        * tao/Object_KeyC.cpp:
        * tao/MProfile.inl:
        * tao/MProfile.h:
        * tao/Object_KeyC.h:
        * tao/ObjRefTemplate/ObjectReferenceTemplate_i.h:
        * tao/ObjRefTemplate/ORT_Adapter_Impl.cpp:
        * tao/ObjRefTemplate/ObjectReferenceTemplate_i.cpp:
        * tao/ObjRefTemplate/ORT_Adapter_Impl.h:
        * tao/Profile.cpp:
        * tao/ORB.h:
        * tao/Profile.h:
        * tao/ORB_Core.h:
        * tao/IIOP_Profile.cpp:
        * tao/Object.cpp:
        * tao/LocalObject.cpp:
        * tao/LocalObject.h:
        * tao/MProfile.cpp:
        
          More changes to make the ORB and POA compatible with the
          alternate IDL to C++  mapping.

Tue Aug 24 18:13:42 UTC 2010  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp:
        * TAO_IDL/be/be_codegen.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp:
        * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
        * TAO_IDL/be/be_visitor_sequence/serializer_op_cs.cpp:
        * TAO_IDL/be/be_sequence.cpp:
        * TAO_IDL/be_include/be_codegen.h:
        * tao/Tagged_Components.cpp:
        * tao/Synch_Reply_Dispatcher.h:
        * tao/ORB_Core.cpp:
        * tao/tao.mpc:
        * tao/GIOP_Message_Base.cpp:
        * tao/AnyTypeCode/Vector_AnyOp_T.h:
        * tao/AnyTypeCode/BasicTypeTraits.h:
        * tao/PortableServer.mpc:
        * tao/Policy_Set.cpp:
        * tao/PortableServer/RequestProcessingStrategyServantManager
        * tao/PortableServer/ServantRetentionStrategyNonRetain.cpp:
        * tao/PortableServer/RequestProcessingStrategyAOMOnly.h:
        * tao/PortableServer/POA_Policy_Set.h:
        * tao/PortableServer/ServantRetentionStrategyRetain.cpp:
        * tao/PortableServer/POAManager.cpp:
        * tao/PortableServer/POAManager.h:
        * tao/PortableServer/Active_Object_Map.h:
        * tao/PortableServer/Object_Adapter.h:
        * tao/PortableServer/Active_Object_Map.inl:
        * tao/PortableServer/ServantRetentionStrategy.h:
        * tao/PortableServer/RequestProcessingStrategy.h:
        * tao/PortableServer/RequestProcessingStrategyDefaultServant
        * tao/PortableServer/Root_POA.inl:
        * tao/PortableServer/POAManagerFactory.cpp:
        * tao/PortableServer/ServantRetentionStrategyRetain.h:
        * tao/PortableServer/RequestProcessingStrategyServantManager
        * tao/PortableServer/POAManagerFactory.h:
        * tao/PortableServer/RequestProcessingStrategyAOMOnly.cpp:
        * tao/PortableServer/RequestProcessingStrategyDefaultServant
        * tao/PortableServer/Active_Object_Map.cpp:
        * tao/PortableServer/Root_POA.cpp:
        * tao/PortableServer/Root_POA.h:
        * tao/PortableServer/LifespanStrategy.h:
        * tao/PortableServer/POA_Policy_Set.cpp:
        * tao/PortableServer/PS_ForwardC.h:
        * tao/PortableServer/ServantRetentionStrategyNonRetain.h:
        * tao/IIOP_Acceptor.cpp:
        * tao/Object_KeyC.cpp:
        * tao/Synch_Reply_Dispatcher.cpp:
        * tao/Stub.cpp:
        * tao/LocateRequest_Invocation_Adapter.cpp:
        * tao/MProfile.h:
        * tao/Object_KeyC.h:
        * tao/Profile_Transport_Resolver.inl:
        * tao/Profile_Transport_Resolver.h:
        * tao/operation_details.inl:
        * tao/IIOP_Transport.h:
        * tao/Profile.cpp:
        * tao/IIOP_Connection_Handler.cpp:
        * tao/ClientRequestInterceptor_Adapter.h:
        * tao/Service_Context.cpp:
        * tao/Policy_Set.inl:
        * tao/ORB.cpp:
        * tao/ORB.h:
        * tao/Policy_Current.cpp:
        * tao/Profile.h:
        * tao/Object.h:
        * tao/Stub.h:
        * tao/Policy_Manager.h:
        * tao/Service_Callbacks.h:
        * tao/TAO_Server_Request.cpp:
        * tao/Principal.cpp:
        * tao/ORB_Core.h:
        * tao/Policy_Current.h:
        * tao/Policy_Set.h:
        * tao/IIOP_Profile.cpp:
        * tao/GIOP_Message_Generator_Parser_10.cpp:
        * tao/CONV_FRAME.pidl:
        * tao/TAO_Server_Request.h:
        * tao/Services.pidl:
        * tao/ServerRequestInterceptor_Adapter.h:
        * tao/AnyTypeCode.mpc:
        * tao/Service_Context.inl:
        * tao/Object.cpp:
        * tao/LocalObject.cpp:
        * tao/IIOP_Connection_Handler.h:
        * tao/LocateRequest_Invocation_Adapter.h:
        * tao/Policy_Forward.pidl:
        * tao/TAO_Server_Request.inl:
        * tao/LocalObject.h:
        * tao/IOP.pidl:
        * tao/Codeset/Codeset_Manager_i.cpp:
        * tao/IIOP_Transport.cpp:
        * tao/MProfile.cpp:
        * tao/GIOP_Message_Generator_Parser_12.cpp:
        * tao/Policy_Current_Impl.cpp:
        * tao/Policy_Manager.cpp:
        * tao/Profile_Transport_Resolver.cpp:
        * tao/ObjectIdList.pidl:
        * tao/Policy_Current_Impl.h:
        * tao/Service_Context_Handler_Registry.cpp:

          Regenerated all ORB and POA system IDL files
          with alternate mapping -Gstl option, and
          partially modified C++ files as necessary
          because of the string and sequence redefinition.
          Also fixed bugs in IDL compiler's generation
          of sequence types as typedefs of stl::vector<>.