X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-method.h;h=7bfce701dd0da36a196aa24367e4b5277c9f39da;hb=f3d1f19ae308cc0559728c0ccf6281cbce5ee37c;hp=fde9dbfc0844b3ceaa5076bd324e68780920c936;hpb=2a3fbda636c93c9f22a064e5c5f537c2232d626d;p=src%2Fapp-framework-binder.git diff --git a/src/afb-method.h b/src/afb-method.h index fde9dbfc..7bfce701 100644 --- a/src/afb-method.h +++ b/src/afb-method.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 IoT.bzh + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,6 +16,8 @@ */ +#pragma once + enum afb_method { afb_method_none = 0, afb_method_get = 1,