Changeset 1564

Show
Ignore:
Timestamp:
04/26/08 16:01:37 (2 weeks ago)
Author:
kindlund
Message:

Fixed get_new_queue_urls API; it expects a string and an int — not two ints.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hive/trunk/data_webapp/app/apis/hc_database_api.rb

    r1561 r1564  
    1919 
    2020  api_method :get_queue_urls_by_hostname, :expects => [:string], :returns => [:string] 
    21   api_method :get_new_queue_urls, :expects => [:int,:int], :returns => [:string] 
     21  api_method :get_new_queue_urls, :expects => [:string,:int], :returns => [:string] 
    2222  api_method :get_broken_clients, :expects => [:string], :returns => [:string] 
    2323  api_method :get_not_deleted_clients, :expects => [:string], :returns => [:string]