Changeset 1454
- Timestamp:
- 04/04/08 14:00:34 (5 months 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
r1355 r1454 12 12 api_method :set_client_suspicious, :expects => [:string], :returns => [:string] 13 13 api_method :set_client_bug, :expects => [:string], :returns => [:string] 14 api_method :set_client_error, :expects => [:string], :returns => [:string] 14 15 api_method :set_client_unknown, :expects => [:string], :returns => [:string] 15 16 api_method :set_client_deleted, :expects => [:string], :returns => [:string]
