make use of C++ error in C API
[platform/core/security/key-manager.git] / src / include / ckmc / ckmc-error.h
1 /*
2  *
3  *  Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
4  *
5  *  Contact: Bumjin Im <bj.im@samsung.com>
6  *
7  *  Licensed under the Apache License, Version 2.0 (the "License");
8  *  you may not use this file except in compliance with the License.
9  *  You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  *  Unless required by applicable law or agreed to in writing, software
14  *  distributed under the License is distributed on an "AS IS" BASIS,
15  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  *  See the License for the specific language governing permissions and
17  *  limitations under the License
18  *
19  * @file        ckmc-error.h
20  * @author      Yuseok Jeon(yuseok.jeon@samsung.com)
21  * @version     1.0
22  * @brief       This file is implementation of client-common functions.
23  */
24
25 #ifndef CKMC_ERROR_H
26 #define CKMC_ERROR_H
27
28 #include <ckm/ckm-error.h>
29
30 #endif /* CKMC_ERROR_H */