Fixed the build error using gcc 13
[platform/core/messaging/msg-service.git] / doc / msg_service_doc.h
1 /*
2  * Copyright (c) 2014 Samsung Electronics Co., Ltd. All rights reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15 */
16
17
18 #ifndef __MSG_SERVICE_DOC_H__
19 #define __MSG_SERVICE_DOC_H__
20
21
22 /**
23  * @ingroup CAPI_MESSAGING_FRAMEWORK
24  * @defgroup MSG_SERVICE_FRAMEWORK msg-service
25  * @brief The @ref MSG_SERVICE_FRAMEWORK API provides functions to create, set properties and send or receive a SMS/MMS message.
26  *
27  * @addtogroup MSG_SERVICE_FRAMEWORK
28  *
29  * @section MSG_SERVICE_FRAMEWORK_OVERVIEW Overview
30  *
31  * The Messages API provides the following functionalities:
32  *
33  * - Creating a message
34  * - Setting the message properties
35  * - Sending a message
36  * - Getting a message information(s)
37  * - Searching for messages
38  * - Registering/Unregistering a callback function to check whether a message is sent successfully or not
39  * - Registering/Unregistering a callback function to receive notifications when an incoming message is received
40  *
41  * <BR>
42  *
43  */
44
45
46 #endif /* __MSG_SERVICE_DOC_H__ */