Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3d30114e
Commit
3d30114e
authored
Sep 13, 2017
by
Sylvain Berfini
🐮
Browse files
Removed string content type from chatMessage
parent
05b91d4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/chat/chat-message-p.h
View file @
3d30114e
...
...
@@ -36,7 +36,6 @@ private:
// LinphoneAddress *from;
// LinphoneAddress *to;
std
::
shared_ptr
<
ErrorInfo
>
errorInfo
;
std
::
string
contentType
;
std
::
string
text
;
bool
isSecured
=
false
;
bool
isReadOnly
=
false
;
...
...
src/chat/chat-message.cpp
View file @
3d30114e
...
...
@@ -86,11 +86,6 @@ shared_ptr<const ErrorInfo> ChatMessage::getErrorInfo () const {
return
d
->
errorInfo
;
}
string
ChatMessage
::
getContentType
()
const
{
L_D
(
const
ChatMessage
);
return
d
->
contentType
;
}
void
ChatMessage
::
send
()
{
L_D
(
ChatMessage
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment