summaryrefslogtreecommitdiff
path: root/src/components/include/protocol_handler
diff options
context:
space:
mode:
authorAnatoly Leshin <ALeshin@luxoft.com>2015-12-17 21:05:06 +0400
committerAnatoliy-Leshin <aleshin@luxoft.com>2016-01-21 18:01:52 +0200
commit53ef50032cae973caa9f9fa672eaaf1f697ba551 (patch)
tree2f579b8e67e4a00e4a578a21f3e373db6d743b9d /src/components/include/protocol_handler
parentae477d681c400f3c233a87b83f7431cf46cf8639 (diff)
downloadsdl_core-53ef50032cae973caa9f9fa672eaaf1f697ba551.tar.gz
Process EndServiceAck from mobile;
Add EndServiceAck message processing on protocol_handler level. PH notify connection_handler, CH notify application_manager. On AM level SDL turns off video/audio service for application. Fix: APPLINK-19170, APPLINK-19923
Diffstat (limited to 'src/components/include/protocol_handler')
-rw-r--r--src/components/include/protocol_handler/session_observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/include/protocol_handler/session_observer.h b/src/components/include/protocol_handler/session_observer.h
index ed341b3926..cea1dfbb41 100644
--- a/src/components/include/protocol_handler/session_observer.h
+++ b/src/components/include/protocol_handler/session_observer.h
@@ -53,6 +53,7 @@ enum {
HASH_ID_NOT_SUPPORTED = 0,
HASH_ID_WRONG = 0xFFFF0000
};
+
/**
* \class SessionObserver
* \brief Interface for making a bridge between ProtocolHandler and
@@ -79,6 +80,7 @@ class SessionObserver {
const uint8_t sessionId,
const protocol_handler::ServiceType &service_type,
const bool is_protected, uint32_t* hash_id) = 0;
+
/**
* \brief Callback function used by ProtocolHandler
* when Mobile Application initiates session ending.