Basic implement pkginfo_client
[platform/core/appfw/pkgmgr-info.git] / src / client / pkginfo_client.hh
1 // Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
2 // Use of this source code is governed by an apache-2.0 license that can be
3 // found in the LICENSE file.
4
5 #ifndef CLIENT_PKGINFO_CLIENT_HH_
6 #define CLIENT_PKGINFO_CLIENT_HH_
7
8 #include <string>
9
10 namespace pkgmgr_client {
11
12 class PkgInfoClient {
13  public:
14   std::string GetResult();
15 };
16
17 }  // namespace pkgmgr_client
18
19 #endif  // CLIENT_PKGINFO_CLIENT_HH_