Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 537

Show
Ignore:
Timestamp:
06/29/02 12:37:52 (6 years ago)
Author:
nahi
Message:

Changed class order.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/baseData.rb

    r526 r537  
    104104 
    105105### 
    106 ## Basic datatypes. 
     106## Convenience datatypes. 
    107107# 
    108108class SOAPReference < NSDBase 
     
    182182 
    183183# SOAPRawString is for sending raw string.  In contrast to SOAPString, 
    184 # SOAP4R does not do XML encoding and does not covert its CES.  The string it 
    185 # holds is embedded to XML instance directly as 'xsd:string'. 
     184# SOAP4R does not do XML encoding and does not convert its CES.  The string it 
     185# holds is embedded to XML instance directly as a 'xsd:string'. 
    186186class SOAPRawString < XSDString 
    187187  include SOAPBasetype 
     
    189189end 
    190190 
     191 
     192### 
     193## Basic datatypes. 
     194# 
    191195class SOAPString < XSDString 
    192196  include SOAPBasetype