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

Unified Diff: samples/buildbot/dart/buildbot_service.dart

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 6 months 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/service/lib/struct.dart ('k') | samples/myapi/generated/cc/myapi_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/buildbot/dart/buildbot_service.dart
diff --git a/samples/buildbot/dart/buildbot_service.dart b/samples/buildbot/dart/buildbot_service.dart
index 1b4c1be70b9c3f19a1f69a84c9afc5a1dc3b6c47..41929df1fbbc0275a629078508882df3d9edf5dc 100644
--- a/samples/buildbot/dart/buildbot_service.dart
+++ b/samples/buildbot/dart/buildbot_service.dart
@@ -12,7 +12,8 @@ import "package:service/struct.dart";
final Channel _channel = new Channel();
final Port _port = new Port(_channel);
-final Foreign _postResult = Foreign.lookup("PostResultToService");
+final ForeignFunction _postResult =
+ ForeignFunction.standard.lookup("PostResultToService");
bool _terminated = false;
BuildBotService _impl;
« no previous file with comments | « pkg/service/lib/struct.dart ('k') | samples/myapi/generated/cc/myapi_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698