summaryrefslogtreecommitdiff
path: root/source/CEH/ProtromRpcInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/CEH/ProtromRpcInterface.h')
-rw-r--r--source/CEH/ProtromRpcInterface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/CEH/ProtromRpcInterface.h b/source/CEH/ProtromRpcInterface.h
index 43ed46f..5f928fd 100644
--- a/source/CEH/ProtromRpcInterface.h
+++ b/source/CEH/ProtromRpcInterface.h
@@ -67,11 +67,8 @@ public:
ErrorCode_e Do_CEH_Callback(CommandData_t *pCmdData);
- void CancelDeviceOnResult(CommunicationDevice_t *commDevice);
private:
uint8 *PROTROM_Payload;
- bool cancelDeviceOnResult_;
- CommunicationDevice_t *commDevice_;
CmdResult *cmdResult_;
LcmInterface *lcmInterface_;
};