Changeset 1952
- Timestamp:
- 09/12/07 11:04:26 (1 year ago)
- Files:
-
- trunk/lib/soap/mapping/encodedregistry.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/mapping/encodedregistry.rb
r1931 r1952 188 188 [::String, ::SOAP::SOAPQName, BasetypeFactory], 189 189 190 [::Hash, ::SOAP::SOAPArray, HashFactory], 191 [::Hash, ::SOAP::SOAPStruct, HashFactory], 190 [::Hash, ::SOAP::SOAPArray, HashFactory, 191 {:derived_class => true}], 192 [::Hash, ::SOAP::SOAPStruct, HashFactory, 193 {:derived_class => true}], 192 194 193 195 [::Array, ::SOAP::SOAPArray, ArrayFactory,