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

Changeset 143

Show
Ignore:
Timestamp:
06/22/01 22:00:41 (7 years ago)
Author:
nakahiro
Message:

Refactoring of type comparison method.

Files:

Legend:

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

    r126 r143  
    5252    @typeName = typeName 
    5353    @typeNamespace = typeNamespace 
     54  end 
     55 
     56  def typeEqual( typeNamespace, typeName ) 
     57    ( @typeNamespace == typeNamespace and @typeName == typeName ) 
    5458  end 
    5559end