X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Fcynara_helpers_dbus.h;h=ad3a22d1c14690f0ba748b15cc6c7f32da73598a;hb=d73ae48d0c3783f2571522d48a5eaa702d3391f6;hp=19c1b247a55fb92a2aff5504f32720035ca71def;hpb=0fea9525a413f3cf0fb853d28f11f91218a0a2fe;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/src/common/cynara_helpers_dbus.h b/src/common/cynara_helpers_dbus.h index 19c1b24..ad3a22d 100644 --- a/src/common/cynara_helpers_dbus.h +++ b/src/common/cynara_helpers_dbus.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2015-2018 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,11 +25,14 @@ #include #include #include +#include typedef std::function DBusConnectionCloseAndUnref; typedef std::function GDBusConnectionCloseAndUnref; +typedef std::function SdBusConnectionUnref; typedef std::unique_ptr DBusConnectionPtr; typedef std::unique_ptr GDBusConnectionPtr; +typedef std::unique_ptr SdBusConnectionPtr; #endif // CYNARA_TEST_HELPERS_DBUS_H_