Skip to content
Snippets Groups Projects
Commit 03fc1c95 authored by Dmitry Oleshko's avatar Dmitry Oleshko
Browse files

build fix for

partial fix for major sub-task (EXT-2211) Add textual indication (IM messages) about incoming voice calls and reactions on them (All types of IMs)

--HG--
branch : product-engine
parent ca1d0c82
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,9 @@ class LLVoiceChannelP2P : public LLVoiceChannelGroup ...@@ -176,6 +176,9 @@ class LLVoiceChannelP2P : public LLVoiceChannelGroup
void setSessionHandle(const std::string& handle, const std::string &inURI); void setSessionHandle(const std::string& handle, const std::string &inURI);
// returns TRUE if call is incoming and FALSE otherwise
BOOL isIncomingCall() { return mReceivedCall; }
protected: protected:
virtual void setState(EState state); virtual void setState(EState state);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment