Sync with tizen 2.4
[platform/core/messaging/msg-service.git] / include / utils / MsgIpcSocket.h
index 512cf6d..8795d48 100755 (executable)
@@ -1,20 +1,17 @@
 /*
- * msg-service
- *
- * Copyright (c) 2000 - 2014 Samsung Electronics Co., Ltd. All rights reserved
+ * Copyright (c) 2014 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.
  * You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
 */
 
 #ifndef __IPCSocket_H__
@@ -76,6 +73,7 @@ public:
 private:
        int readn(char *buf, unsigned int len );
        int writen (const char *buf, unsigned int len);
+       bool wait_for_reply();
 
        int sockfd, remotefd, maxfd;
        fd_set fds;