r2corba 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +5 -5
  3. data/README.rdoc +59 -0
  4. data/THANKS +4 -4
  5. data/ext/libr2tao/any.cpp +0 -1
  6. data/ext/libr2tao/exception.cpp +0 -1
  7. data/ext/libr2tao/exception.h +0 -1
  8. data/ext/libr2tao/longdouble.cpp +0 -1
  9. data/ext/libr2tao/longdouble.h +0 -1
  10. data/ext/libr2tao/object.cpp +3 -3
  11. data/ext/libr2tao/object.h +0 -1
  12. data/ext/libr2tao/orb.cpp +4 -5
  13. data/ext/libr2tao/orb.h +0 -1
  14. data/ext/libr2tao/r2tao_export.h +0 -1
  15. data/ext/libr2tao/r2tao_ext.h +0 -1
  16. data/ext/libr2tao/required.cpp +1 -1
  17. data/ext/libr2tao/required.h +7 -1
  18. data/ext/libr2tao/typecode.cpp +0 -1
  19. data/ext/libr2tao/typecode.h +0 -1
  20. data/ext/libr2tao/values.cpp +8 -9
  21. data/ext/libr2tao/values.h +0 -1
  22. data/ext/librpoa/iortable.cpp +1 -1
  23. data/ext/librpoa/poa.cpp +3 -3
  24. data/ext/librpoa/poa.h +0 -1
  25. data/ext/librpoa/rpoa_export.h +0 -1
  26. data/ext/librpoa/servant.cpp +1 -1
  27. data/ext/librpoa/servant.h +0 -1
  28. data/ext/librpoa/srvreq_fix.cpp +0 -1
  29. data/ext/librpoa/srvreq_fix.h +0 -1
  30. data/ext/librpol/policies.cpp +0 -1
  31. data/ext/librpol/policies.h +0 -1
  32. data/ext/librpol/rpol_export.h +0 -1
  33. data/lib/corba.rb +0 -1
  34. data/lib/corba/cbase/IORMap.rb +0 -1
  35. data/lib/corba/cbase/ORB.rb +0 -1
  36. data/lib/corba/cbase/Request.rb +1 -2
  37. data/lib/corba/cbase/Streams.rb +0 -1
  38. data/lib/corba/cbase/Stub.rb +0 -1
  39. data/lib/corba/cbase/Typecode.rb +0 -1
  40. data/lib/corba/cbase/Values.rb +0 -1
  41. data/lib/corba/cbase/exception.rb +0 -1
  42. data/lib/corba/cbase/poa.rb +0 -1
  43. data/lib/corba/cbase/policies.rb +1 -2
  44. data/lib/corba/cbase/post_require.rb +1 -2
  45. data/lib/corba/cbase/require.rb +2 -1
  46. data/lib/corba/cmds/base.rb +0 -1
  47. data/lib/corba/cmds/test.rb +0 -1
  48. data/lib/corba/common/Any.rb +0 -1
  49. data/lib/corba/common/IDL.rb +2 -3
  50. data/lib/corba/common/ORB.rb +0 -1
  51. data/lib/corba/common/Object.rb +4 -1
  52. data/lib/corba/common/Request.rb +1 -2
  53. data/lib/corba/common/Servant.rb +0 -1
  54. data/lib/corba/common/Struct.rb +1 -2
  55. data/lib/corba/common/Stub.rb +0 -1
  56. data/lib/corba/common/Typecode.rb +19 -20
  57. data/lib/corba/common/Union.rb +1 -2
  58. data/lib/corba/common/Values.rb +1 -2
  59. data/lib/corba/common/const.rb +0 -1
  60. data/lib/corba/common/exception.rb +0 -1
  61. data/lib/corba/common/require.rb +0 -1
  62. data/lib/corba/common/version.rb +3 -4
  63. data/lib/corba/idl/IDL.rb +0 -1
  64. data/lib/corba/idl/IORTable.pidl +0 -1
  65. data/lib/corba/idl/TAO_Ext.pidl +0 -1
  66. data/lib/corba/idl/require.rb +0 -1
  67. data/lib/corba/jbase/Any.rb +1 -2
  68. data/lib/corba/jbase/IORMap.rb +1 -2
  69. data/lib/corba/jbase/ORB.rb +0 -1
  70. data/lib/corba/jbase/Object.rb +0 -1
  71. data/lib/corba/jbase/Request.rb +1 -2
  72. data/lib/corba/jbase/Servant.rb +1 -2
  73. data/lib/corba/jbase/ServerRequest.rb +1 -2
  74. data/lib/corba/jbase/Streams.rb +1 -2
  75. data/lib/corba/jbase/Stub.rb +0 -1
  76. data/lib/corba/jbase/Typecode.rb +0 -1
  77. data/lib/corba/jbase/Values.rb +0 -1
  78. data/lib/corba/jbase/exception.rb +0 -1
  79. data/lib/corba/jbase/poa.rb +1 -2
  80. data/lib/corba/jbase/policies.rb +1 -2
  81. data/lib/corba/jbase/post_require.rb +0 -1
  82. data/lib/corba/jbase/require.rb +1 -2
  83. data/lib/corba/naming.rb +0 -1
  84. data/lib/corba/naming_service.rb +0 -1
  85. data/lib/corba/poa.rb +0 -1
  86. data/lib/corba/policies.rb +0 -1
  87. data/lib/corba/require.rb +0 -1
  88. data/lib/corba/svcs/ins/cos_naming.rb +37 -40
  89. data/lib/corba/svcs/ins/ins.rb +6 -7
  90. data/lib/corba/svcs/ins/naming_service.rb +1 -2
  91. data/lib/ridlbe/ruby/config.rb +1 -3
  92. data/lib/ridlbe/ruby/require.rb +0 -1
  93. data/lib/ridlbe/ruby/walker.rb +16 -16
  94. data/mkrf_conf_srcgem.rb +4 -6
  95. data/rakelib/bin.rake +1 -2
  96. data/rakelib/bin.rb +1 -2
  97. data/rakelib/build.rake +6 -6
  98. data/rakelib/config.rake +1 -2
  99. data/rakelib/config.rb +6 -7
  100. data/rakelib/ext.rake +14 -12
  101. data/rakelib/ext.rb +5 -44
  102. data/rakelib/ext_r2tao.rb +23 -7
  103. data/rakelib/gem.rake +23 -24
  104. data/rakelib/gem.rb +3 -4
  105. data/rakelib/package.rake +1 -2
  106. data/rakelib/test.rake +0 -1
  107. data/test/BiDirectional/Test.idl +0 -1
  108. data/test/BiDirectional/client.rb +1 -2
  109. data/test/BiDirectional/run_test.rb +0 -1
  110. data/test/BiDirectional/server.rb +0 -1
  111. data/test/CORBA_Services/Naming/BindingIterator/Test.idl +0 -1
  112. data/test/CORBA_Services/Naming/BindingIterator/client.rb +0 -1
  113. data/test/CORBA_Services/Naming/BindingIterator/run_test.rb +0 -1
  114. data/test/CORBA_Services/Naming/BindingIterator/server.rb +0 -1
  115. data/test/CORBA_Services/Naming/Corbaname/Test.idl +0 -1
  116. data/test/CORBA_Services/Naming/Corbaname/client.rb +0 -1
  117. data/test/CORBA_Services/Naming/Corbaname/run_test.rb +0 -1
  118. data/test/CORBA_Services/Naming/Corbaname/server.rb +0 -1
  119. data/test/CORBA_Services/Naming/Simple/Test.idl +0 -1
  120. data/test/CORBA_Services/Naming/Simple/client.rb +0 -1
  121. data/test/CORBA_Services/Naming/Simple/run_test.rb +0 -1
  122. data/test/CORBA_Services/Naming/Simple/server.rb +0 -1
  123. data/test/Collocation/Diamond.idl +0 -1
  124. data/test/Collocation/run_test.rb +0 -1
  125. data/test/Collocation/test.rb +0 -1
  126. data/test/Connect_Timeout/Test.idl +0 -1
  127. data/test/Connect_Timeout/client.rb +0 -1
  128. data/test/Connect_Timeout/run_test.rb +0 -1
  129. data/test/DII/Test.idl +0 -1
  130. data/test/DII/client.rb +0 -1
  131. data/test/DII/run_test.rb +0 -1
  132. data/test/DII/server.rb +0 -1
  133. data/test/DSI/Test.idl +0 -1
  134. data/test/DSI/client.rb +0 -1
  135. data/test/DSI/run_test.rb +0 -1
  136. data/test/DSI/server.rb +0 -1
  137. data/test/Exceptions/Test.idl +0 -1
  138. data/test/Exceptions/client.rb +1 -2
  139. data/test/Exceptions/run_test.rb +0 -1
  140. data/test/Exceptions/server.rb +0 -1
  141. data/test/Hello/Test.idl +0 -1
  142. data/test/Hello/client.rb +0 -1
  143. data/test/Hello/run_test.rb +0 -1
  144. data/test/Hello/server.rb +0 -1
  145. data/test/IDL_Test/Test.idl +4 -1
  146. data/test/IDL_Test/client.rb +3 -2
  147. data/test/IDL_Test/run_test.rb +0 -1
  148. data/test/IDL_Test/server.rb +5 -1
  149. data/test/IORMap/Test.idl +0 -1
  150. data/test/IORMap/client.rb +0 -1
  151. data/test/IORMap/run_test.rb +0 -1
  152. data/test/IORMap/server.rb +0 -1
  153. data/test/IORTable/Test.idl +0 -1
  154. data/test/IORTable/client.rb +0 -1
  155. data/test/IORTable/run_test.rb +0 -1
  156. data/test/IORTable/server.rb +0 -1
  157. data/test/Implicit_Conversion/Test.idl +0 -1
  158. data/test/Implicit_Conversion/client.rb +0 -1
  159. data/test/Implicit_Conversion/run_test.rb +0 -1
  160. data/test/Implicit_Conversion/server.rb +0 -1
  161. data/test/Multi_Threading/Multiple_ORB/Test.idl +0 -1
  162. data/test/Multi_Threading/Multiple_ORB/client.rb +0 -1
  163. data/test/Multi_Threading/Multiple_ORB/run_test.rb +0 -1
  164. data/test/Multi_Threading/Multiple_ORB/server.rb +0 -1
  165. data/test/Multi_Threading/Simple/Test.idl +0 -1
  166. data/test/Multi_Threading/Simple/client.rb +0 -1
  167. data/test/Multi_Threading/Simple/run_test.rb +0 -1
  168. data/test/Multi_Threading/Simple/server.rb +1 -2
  169. data/test/Multi_Threading/Threads/Test.idl +0 -4
  170. data/test/Multi_Threading/Threads/client.rb +7 -10
  171. data/test/Multi_Threading/Threads/run_test.rb +0 -1
  172. data/test/Multi_Threading/Threads/server.rb +0 -3
  173. data/test/Multiple_Servant_Interfaces/Test.idl +0 -1
  174. data/test/Multiple_Servant_Interfaces/client.rb +0 -1
  175. data/test/Multiple_Servant_Interfaces/run_test.rb +0 -1
  176. data/test/Multiple_Servant_Interfaces/server.rb +0 -1
  177. data/test/Nil/Test.idl +0 -1
  178. data/test/Nil/run_test.rb +0 -1
  179. data/test/Nil/test.rb +0 -1
  180. data/test/OBV/AbstractInterface/client.rb +0 -1
  181. data/test/OBV/AbstractInterface/run_test.rb +0 -1
  182. data/test/OBV/AbstractInterface/server.rb +0 -1
  183. data/test/OBV/AbstractInterface/test.idl +0 -1
  184. data/test/OBV/Custom/OBV_impl.rb +0 -1
  185. data/test/OBV/Custom/client.rb +0 -1
  186. data/test/OBV/Custom/run_test.rb +0 -1
  187. data/test/OBV/Custom/server.rb +0 -1
  188. data/test/OBV/Simple/OBV_impl.rb +0 -1
  189. data/test/OBV/Simple/client.rb +0 -1
  190. data/test/OBV/Simple/run_test.rb +0 -1
  191. data/test/OBV/Simple/server.rb +0 -1
  192. data/test/OBV/Simple_Event/Event_impl.rb +0 -1
  193. data/test/OBV/Simple_Event/client.rb +0 -1
  194. data/test/OBV/Simple_Event/run_test.rb +0 -1
  195. data/test/OBV/Simple_Event/server.rb +0 -1
  196. data/test/OBV/Supports/client.rb +0 -1
  197. data/test/OBV/Supports/run_test.rb +0 -1
  198. data/test/OBV/Supports/server.rb +0 -1
  199. data/test/OBV/Supports/supports.idl +0 -1
  200. data/test/OBV/Supports/supports_impl.rb +0 -1
  201. data/test/OBV/Tree/client.rb +0 -1
  202. data/test/OBV/Tree/run_test.rb +0 -1
  203. data/test/OBV/Tree/server.rb +0 -1
  204. data/test/OBV/Tree/test.idl +0 -1
  205. data/test/OBV/Truncatable/Extra.idl +0 -1
  206. data/test/OBV/Truncatable/Truncatable_impl.rb +0 -1
  207. data/test/OBV/Truncatable/client.rb +0 -1
  208. data/test/OBV/Truncatable/run_test.rb +0 -1
  209. data/test/OBV/Truncatable/server.rb +0 -1
  210. data/test/OBV/ValueBox/client.rb +0 -1
  211. data/test/OBV/ValueBox/run_test.rb +0 -1
  212. data/test/Object/Test.idl +0 -1
  213. data/test/Object/client.rb +0 -1
  214. data/test/Object/run_test.rb +0 -1
  215. data/test/Object/server.rb +0 -1
  216. data/test/POA/run_test.rb +0 -1
  217. data/test/POA/test.rb +1 -2
  218. data/test/Param_Test/client.rb +2 -3
  219. data/test/Param_Test/run_test.rb +0 -1
  220. data/test/Param_Test/server.rb +1 -2
  221. data/test/Performance/Simple/Test.idl +0 -1
  222. data/test/Performance/Simple/client.rb +0 -1
  223. data/test/Performance/Simple/run_test.rb +0 -1
  224. data/test/Performance/Simple/server.rb +0 -1
  225. data/test/Policies/Test.idl +0 -1
  226. data/test/Policies/run_test.rb +0 -1
  227. data/test/Policies/test.rb +0 -1
  228. data/test/Timeout/client.rb +0 -1
  229. data/test/Timeout/run_test.rb +0 -1
  230. data/test/Timeout/server.rb +0 -1
  231. data/test/Timeout/test.idl +0 -1
  232. data/test/lib/assert.rb +0 -1
  233. data/test/lib/test.rb +1 -2
  234. data/test/test_runner.rb +1 -2
  235. metadata +23 -55
  236. data/README +0 -62
  237. data/test/BiDirectional/server.ior +0 -1
  238. data/test/CORBA_Services/Naming/BindingIterator/ins.ior +0 -1
  239. data/test/CORBA_Services/Naming/Corbaname/corbaname.ior +0 -1
  240. data/test/CORBA_Services/Naming/Corbaname/ins.ior +0 -1
  241. data/test/CORBA_Services/Naming/Simple/ins.ior +0 -1
  242. data/test/DII/server.ior +0 -1
  243. data/test/DSI/server.ior +0 -1
  244. data/test/Exceptions/server.ior +0 -1
  245. data/test/Hello/gateway.ior +0 -1
  246. data/test/IDL_Test/server.ior +0 -1
  247. data/test/IORMap/server.ior +0 -1
  248. data/test/IORTable/server.ior +0 -0
  249. data/test/Implicit_Conversion/server.ior +0 -1
  250. data/test/Multi_Threading/Multiple_ORB/server0.ior +0 -1
  251. data/test/Multi_Threading/Multiple_ORB/server1.ior +0 -1
  252. data/test/Multi_Threading/Simple/server.ior +0 -1
  253. data/test/Multi_Threading/Threads/server.ior +0 -1
  254. data/test/Multi_Threading/Threads/watchdog.ior +0 -1
  255. data/test/Multiple_Servant_Interfaces/server.ior +0 -1
  256. data/test/OBV/AbstractInterface/server.ior +0 -1
  257. data/test/OBV/Custom/server.ior +0 -1
  258. data/test/OBV/Simple/server.ior +0 -1
  259. data/test/OBV/Simple_Event/server.ior +0 -1
  260. data/test/OBV/Supports/server.ior +0 -1
  261. data/test/OBV/Tree/server.ior +0 -1
  262. data/test/OBV/Truncatable/server.ior +0 -1
  263. data/test/OBV/ValueBox/server.ior +0 -1
  264. data/test/Object/server.ior +0 -1
  265. data/test/Param_Test/server.ior +0 -1
  266. data/test/Performance/Simple/server.ior +0 -1
  267. data/test/Timeout/server.ior +0 -1
  268. data/test/test.log +0 -20
  269. data/test/test2.log +0 -5000
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  /// Put the interfaces in a module, to avoid global namespace pollution
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  /// Put the interfaces in a module, to avoid global namespace pollution
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -115,4 +114,4 @@ else
115
114
  end
116
115
 
117
116
  orb_trds.each {|t| t.join }
118
- end
117
+ end
@@ -1,7 +1,3 @@
1
- //
2
- // $Id: Test.idl 199 2011-01-14 16:53:02Z martin $
3
- //
4
-
5
1
  /// Put the interfaces in a module, to avoid global namespace pollution
6
2
  module Test
7
3
  {
@@ -2,14 +2,11 @@
2
2
  #
3
3
  # Author: Martin Corino
4
4
  #
5
- # $Id: client.rb 279 2011-02-08 09:53:28Z martin $
6
- #
7
5
  # This program is free software; you can redistribute it and/or
8
6
  # modify it under the terms of the R2CORBA LICENSE which is
9
7
  # included with this program.
10
8
  #
11
9
  # Copyright (c) Remedy IT Expertise BV
12
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
13
10
  #--------------------------------------------------------------------
14
11
 
15
12
  require 'optparse'
@@ -56,25 +53,25 @@ end
56
53
  orb = CORBA.ORB_init(["-ORBDebugLevel", OPTIONS[:orb_debuglevel]], 'myORB')
57
54
 
58
55
  begin
59
-
56
+
60
57
  obj = orb.string_to_object(OPTIONS[:iorfile])
61
-
58
+
62
59
  hello_obj = Test::Hello._narrow(obj)
63
-
60
+
64
61
  hello_strings = (1..10000).map {hello_obj.get_string}
65
62
 
66
63
  puts "Client - got #{hello_strings.length} strings."
67
64
 
68
65
  hello_obj.shutdown()
69
-
66
+
70
67
  assert_not "ERROR: Object is reported nil!", CORBA::is_nil(hello_obj)
71
-
68
+
72
69
  hello_obj._free_ref()
73
-
70
+
74
71
  assert "ERROR: Object is reported non-nil!", CORBA::is_nil(hello_obj)
75
72
 
76
73
  ensure
77
-
74
+
78
75
  orb.destroy()
79
76
 
80
77
  end
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -2,14 +2,11 @@
2
2
  #
3
3
  # Author: Martin Corino
4
4
  #
5
- # $Id: server.rb 279 2011-02-08 09:53:28Z martin $
6
- #
7
5
  # This program is free software; you can redistribute it and/or
8
6
  # modify it under the terms of the R2CORBA LICENSE which is
9
7
  # included with this program.
10
8
  #
11
9
  # Copyright (c) Remedy IT Expertise BV
12
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
13
10
  #--------------------------------------------------------------------
14
11
 
15
12
  require 'optparse'
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  /// Put the interfaces in a module, to avoid global namespace pollution
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
data/test/Nil/Test.idl CHANGED
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  /// Put the interfaces in a module, to avoid global namespace pollution
data/test/Nil/run_test.rb CHANGED
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
data/test/Nil/test.rb CHANGED
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  exception BadInput
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  class Event_impl < Event
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  class Event_impl < Event
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  class Event_impl < Event
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -6,7 +6,6 @@
6
6
  * included with this program.
7
7
  *
8
8
  * Copyright (c) Remedy IT Expertise BV
9
- * Chamber of commerce Rotterdam nr.276339, The Netherlands
10
9
  *--------------------------------------------------------------------*/
11
10
 
12
11
  valuetype Balance
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
  require 'corba'
13
12
  CORBA.implement('supports.idl')
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  require 'optparse'
@@ -7,7 +7,6 @@
7
7
  # included with this program.
8
8
  #
9
9
  # Copyright (c) Remedy IT Expertise BV
10
- # Chamber of commerce Rotterdam nr.276339, The Netherlands
11
10
  #--------------------------------------------------------------------
12
11
 
13
12
  OPTIONS = {