Fix the boiler plate codes
[platform/framework/native/appfw.git] / src / io / inc / FIo_ChannelMessages.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
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  * @file        FIo_ChannelMessages.h
19  * @brief               This is the header file for the channel message types.
20  */
21
22 #include "ipc/ipc_message_macros.h"
23 #include "FIo_IpcCommonParamTraits.h"
24 #include "FIo_IpcMessageStart.h"
25
26 #define IPC_MESSAGE_START ChannelServiceMsgStart
27
28 IPC_SYNC_MESSAGE_CONTROL1_1(ChannelServiceMsg_register, Tizen::Base::String, int)
29 IPC_SYNC_MESSAGE_CONTROL4_1(ChannelServiceMsg_sendRequest, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::ArrayList, int, int)
30 IPC_SYNC_MESSAGE_CONTROL3_1(ChannelServiceMsg_sendNullRequest, Tizen::Base::String, Tizen::Base::String, int, int)
31 IPC_SYNC_MESSAGE_CONTROL4_1(ChannelServiceMsg_sendResponse, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::ArrayList, int, int)
32 IPC_SYNC_MESSAGE_CONTROL3_1(ChannelServiceMsg_sendNullResponse, Tizen::Base::String, Tizen::Base::String, int, int)
33 IPC_MESSAGE_CONTROL4(ChannelServiceMsg_sendRequestAsync, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::ArrayList, int)
34 IPC_MESSAGE_CONTROL3(ChannelServiceMsg_sendNullRequestAsync, Tizen::Base::String, Tizen::Base::String, int)
35 IPC_MESSAGE_CONTROL4(ChannelServiceMsg_sendResponseAsync, Tizen::Base::String, Tizen::Base::String, Tizen::Base::Collection::ArrayList, int)
36 IPC_MESSAGE_CONTROL3(ChannelServiceMsg_sendNullResponseAsync, Tizen::Base::String, Tizen::Base::String, int)
37 IPC_MESSAGE_CONTROL3(ChannelServiceMsg_sendChannelEvent, Tizen::Base::String, int, int)