Changeset 1564
- Timestamp:
- 04/26/08 16:01:37 (2 weeks ago)
- Files:
-
- hive/trunk/data_webapp/app/apis/hc_database_api.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hive/trunk/data_webapp/app/apis/hc_database_api.rb
r1561 r1564 19 19 20 20 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] 22 22 api_method :get_broken_clients, :expects => [:string], :returns => [:string] 23 23 api_method :get_not_deleted_clients, :expects => [:string], :returns => [:string]
