summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorxmarvla <vlatko.markovic@seavus.com>2012-04-02 12:17:04 +0200
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:45:22 +0200
commit3176413a5633b84e0232f0720f42071f9363c81a (patch)
tree72d66b435cfeab092321360e8c4cb1d00606d49f /source
parentef925129008cf073654d4e41e691b55674baeee7 (diff)
Rework of implementation for dynamic timeouts.
ST-Ericsson ID: 422299 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ia77fcac4606a2fa4733a041a30651094122b5b1c Depends-On: Ib3b38c6a007593eb37095e7605b8fa2161dbfb93 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/55088 Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com> Tested-by: Vlatko PISTOLOV <vlatko.pistolov@seavus.com>
Diffstat (limited to 'source')
-rw-r--r--source/LCM/include/t_communication_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/LCM/include/t_communication_service.h b/source/LCM/include/t_communication_service.h
index 268788a..81fe5da 100644
--- a/source/LCM/include/t_communication_service.h
+++ b/source/LCM/include/t_communication_service.h
@@ -243,8 +243,6 @@ typedef struct {
communication device. */
DeviceCancel_fn Cancel; /**< Pointer to function for canceling current
communication with communication device. */
- DeviceSetTimeouts_fn SetTimeouts; /**< Pointer to function for setting timeouts
- for the communication device*/
void *Context_p; /**< Pointer to Device description data. */
void *Object_p; /**< Pointer to Object associated with the device. */
} CommunicationDevice_t;