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

Unified Diff: samples/myapi/generated/cc/myapi_service.h

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/buildbot/dart/buildbot_service.dart ('k') | samples/myapi/generated/cc/myapi_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/myapi/generated/cc/myapi_service.h
diff --git a/samples/myapi/generated/cc/myapi_service.h b/samples/myapi/generated/cc/myapi_service.h
deleted file mode 100644
index 0e3fa654b0daff638c44a848dffa0919d98f5012..0000000000000000000000000000000000000000
--- a/samples/myapi/generated/cc/myapi_service.h
+++ /dev/null
@@ -1,27 +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.
-
-// Generated file. Do not edit.
-
-#ifndef MYAPI_SERVICE_H
-#define MYAPI_SERVICE_H
-
-#include <inttypes.h>
-#include "struct.h"
-
-class MyApiService {
- public:
- static void setup();
- static void tearDown();
- static int32_t create();
- static void createAsync(void (*callback)(int32_t, void*), void* callback_data);
- static void destroy(int32_t api);
- static void destroyAsync(int32_t api, void (*callback)(void*), void* callback_data);
- static int32_t foo(int32_t api);
- static void fooAsync(int32_t api, void (*callback)(int32_t, void*), void* callback_data);
- static void MyObject_funk(int32_t api, int32_t id, int32_t o);
- static void MyObject_funkAsync(int32_t api, int32_t id, int32_t o, void (*callback)(void*), void* callback_data);
-};
-
-#endif // MYAPI_SERVICE_H
« no previous file with comments | « samples/buildbot/dart/buildbot_service.dart ('k') | samples/myapi/generated/cc/myapi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698