Changeset 338
- Timestamp:
- 04/02/08 19:48:37 (8 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
thrudex/src/Thrudex.thrift (modified) (1 diff)
-
thrudoc/src/Thrudoc.thrift (modified) (2 diffs)
-
thruqueue/src/Thruqueue.thrift (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thrudex/src/Thrudex.thrift
r323 r338 1 cpp_namespace thrudex 1 namespace cpp thrudex 2 namespace java thrudex 2 3 php_namespace Thrudex 3 4 ruby_namespace Thrudex 4 5 perl_package Thrudex 5 java_package thrudex 6 6 7 7 8 -
trunk/thrudoc/src/Thrudoc.thrift
r207 r338 1 cpp_namespacethrudoc1 namespace cpp thrudoc 2 2 php_namespace Thrudoc 3 3 perl_package Thrudoc 4 java_package thrudoc 4 namespace java thrudoc 5 ruby_namespace Thrudoc 6 7 enum ExceptionType { 8 UNKNOWN = 1, 9 NO_SUCH_KEY = 2 10 } 5 11 6 12 exception ThrudocException 7 13 { 8 1: string what 14 1: string what 15 2: ExceptionType type = UNKNOWN 9 16 } 10 17 … … 30 37 service Thrudoc 31 38 { 32 list<string> getBuckets () throws(ThrudocException e),39 list<string> getBuckets () throws(ThrudocException e), 33 40 34 41 void put(1:string bucket, 2:string key, 3:string value) throws(ThrudocException e), -
trunk/thruqueue/src/Thruqueue.thrift
r207 r338 1 cpp_namespace thruqueue 1 namespace cpp thruqueue 2 namespace java thruqueue 2 3 php_namespace Thruqueue 3 4 perl_package Thruqueue 4 java_package thruqueue 5 5 6 6 7 exception ThruqueueException
