Changeset 1454

Show
Ignore:
Timestamp:
04/04/08 14:00:34 (5 months ago)
Author:
kindlund
Message:

Updated API to reflect "error" status marking.

Files:

Legend:

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

    r1355 r1454  
    1212  api_method :set_client_suspicious, :expects => [:string], :returns => [:string] 
    1313  api_method :set_client_bug, :expects => [:string], :returns => [:string] 
     14  api_method :set_client_error, :expects => [:string], :returns => [:string] 
    1415  api_method :set_client_unknown, :expects => [:string], :returns => [:string] 
    1516  api_method :set_client_deleted, :expects => [:string], :returns => [:string]