diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-26 20:54:36 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-26 20:54:36 +0000 |
commit | 3361d33bd5782edb07270518705a41f4cd57697b (patch) | |
tree | d2b06dbe5de48c64218f18102e29f1c354283ce0 /protocols/Skype/src/skype_events.cpp | |
parent | 949435479e650de8bc0c0e192dc879a3e8afacca (diff) |
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_events.cpp')
-rw-r--r-- | protocols/Skype/src/skype_events.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype_events.cpp b/protocols/Skype/src/skype_events.cpp index d7b120e074..7a79b782a5 100644 --- a/protocols/Skype/src/skype_events.cpp +++ b/protocols/Skype/src/skype_events.cpp @@ -101,11 +101,11 @@ void CSkypeProto::OnMessageSended(CConversation::Ref &conversation, CMessage::Re SEBinary guid;
message->GetPropGuid(guid);
- //this->RaiseMessageSendedEvent(
- //hContact,
- //timestamp,
- //guid.data(),
- //text);
+ this->RaiseMessageSendedEvent(
+ hContact,
+ timestamp,
+ guid.data(),
+ text);
}
}
else
|