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

Unified Diff: samples/myapi/generated/myapi_service.idl

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 | « samples/myapi/generated/myapi.h ('k') | samples/myapi/generated/myapi_service_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/myapi/generated/myapi_service.idl
diff --git a/samples/myapi/generated/myapi_service.idl b/samples/myapi/generated/myapi_service.idl
deleted file mode 100644
index 1ec96ede5035671b90fc89ea995b78cda612e8f4..0000000000000000000000000000000000000000
--- a/samples/myapi/generated/myapi_service.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE.md file.
-
-service MyApiService {
-
- int32 create();
- void destroy(int32 api);
-
- int32 foo(int32 api);
-
- void MyObject_funk(int32 api, int32 id, int32 o);
-
-}
« no previous file with comments | « samples/myapi/generated/myapi.h ('k') | samples/myapi/generated/myapi_service_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698