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

Changeset 1802

Show
Ignore:
Timestamp:
05/21/07 22:17:01 (2 years ago)
Author:
nahi
Message:
Files:

Legend:

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

    r1790 r1802  
    107107  def dump_complextype 
    108108    @complextypes.collect { |type| 
    109       dump_complextypedef(type.name, type) 
     109      dump_complextypedef(type.name, type) if type.abstract 
     110    }.compact.join("\n") + 
     111    @complextypes.collect { |type| 
     112      dump_complextypedef(type.name, type) unless type.abstract 
    110113    }.compact.join("\n") 
    111114  end