Update snapshot(2018-01-10)
[platform/upstream/iotivity.git] / resource / csdk / connectivity / inc / catcpadapter.h
index 9938183..caeb8d4 100644 (file)
@@ -193,12 +193,14 @@ CAResult_t CAStopTCP();
  */
 void CATerminateTCP();
 
+#ifdef TCP_ADAPTER
 /**
  * Set connection status changes callback to process KeepAlive.
  * connection informations are delivered these callbacks.
  * @param[in]   ConnHandler     Connection status changes callback.
  */
 void CATCPSetKeepAliveCallbacks(CAKeepAliveConnectionCallback ConnHandler);
+#endif
 
 #ifdef __cplusplus
 } /* extern "C" */