summaryrefslogtreecommitdiff
path: root/src/components/include/protocol_handler/session_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/protocol_handler/session_observer.h')
-rw-r--r--src/components/include/protocol_handler/session_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/include/protocol_handler/session_observer.h b/src/components/include/protocol_handler/session_observer.h
index 6b16ba1c0f..3a68059b6f 100644
--- a/src/components/include/protocol_handler/session_observer.h
+++ b/src/components/include/protocol_handler/session_observer.h
@@ -333,9 +333,9 @@ class SessionObserver {
* @param service_type type of service to check
* @return true if session contains service with specified service type
*/
- virtual bool IsSessionServiceExists(
+ virtual bool SessionServiceExists(
const uint32_t connection_key,
- const protocol_handler::ServiceType& service_type) = 0;
+ const protocol_handler::ServiceType& service_type) const = 0;
virtual security_manager::SSLContext::HandshakeContext GetHandshakeContext(
uint32_t key) const = 0;