Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: pkg/json_rpc_2/lib/json_rpc_2.dart

Issue 691053006: Add a Client class to json_rpc_2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/json_rpc_2/lib/error_code.dart ('k') | pkg/json_rpc_2/lib/src/client.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/json_rpc_2/lib/json_rpc_2.dart
diff --git a/pkg/json_rpc_2/lib/json_rpc_2.dart b/pkg/json_rpc_2/lib/json_rpc_2.dart
index 04e4a523ef0da09a8a6d41c57e97da4a9c54b123..3305eaee29f997d178e6f8df676b571a3e7f1300 100644
--- a/pkg/json_rpc_2/lib/json_rpc_2.dart
+++ b/pkg/json_rpc_2/lib/json_rpc_2.dart
@@ -4,6 +4,7 @@
library json_rpc_2;
+export 'src/client.dart';
export 'src/exception.dart';
export 'src/parameters.dart';
export 'src/server.dart';
« no previous file with comments | « pkg/json_rpc_2/lib/error_code.dart ('k') | pkg/json_rpc_2/lib/src/client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698