| 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
|
|
|