summaryrefslogtreecommitdiff
path: root/src/components/include/protocol_handler/session_observer.h
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2018-06-25 13:33:14 +0900
committerSho Amano <samano@xevo.com>2018-06-25 13:33:14 +0900
commite2ece1605c881da6832614a577a11b2fb1891198 (patch)
tree0f6bfbf969927e0f7492bb7ac74d8a69c760c8c4 /src/components/include/protocol_handler/session_observer.h
parent88a94b2df4cc9eb527b579d2f37c7a90317570bb (diff)
downloadsdl_core-e2ece1605c881da6832614a577a11b2fb1891198.tar.gz
Another revert of "fix build problems from merges"
This reverts a workaround in commit 9b7658d79d041428d502b3d99791263473c51b73 which was for build failures on 32-bit machine because of ConnectionHandler::GetDataOnSessionKey(). The build failure has been fixed with latest develop branch.
Diffstat (limited to 'src/components/include/protocol_handler/session_observer.h')
-rw-r--r--src/components/include/protocol_handler/session_observer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/include/protocol_handler/session_observer.h b/src/components/include/protocol_handler/session_observer.h
index 7c8d3a63bb..20c552e19f 100644
--- a/src/components/include/protocol_handler/session_observer.h
+++ b/src/components/include/protocol_handler/session_observer.h
@@ -278,7 +278,6 @@ class SessionObserver {
transport_manager::ConnectionUID* connection_handle,
uint8_t* sessionId) const = 0;
-#if __SIZEOF_SIZE_T__ != 4
/**
* DEPRECATED
* \brief information about given Connection Key.
@@ -292,7 +291,6 @@ class SessionObserver {
uint32_t* app_id,
std::list<int32_t>* sessions_list,
uint32_t* device_id) const = 0;
-#endif
/**
* \brief information about given Connection Key.