Pretty sure all I did was fix some things that didn't look nice to me or poor syntax highlighters, shouldn't affect performance...
This commit is contained in:
@@ -336,7 +336,7 @@ void LLVoiceCallCapResponder::result(const LLSD& content)
|
|||||||
LLVoiceChannel* channelp = LLVoiceChannel::getChannelByID(mSessionID);
|
LLVoiceChannel* channelp = LLVoiceChannel::getChannelByID(mSessionID);
|
||||||
if (channelp)
|
if (channelp)
|
||||||
{
|
{
|
||||||
//*TODO: DEBUG SPAM
|
// *TODO: DEBUG SPAM
|
||||||
LLSD::map_const_iterator iter;
|
LLSD::map_const_iterator iter;
|
||||||
for(iter = content.beginMap(); iter != content.endMap(); ++iter)
|
for(iter = content.beginMap(); iter != content.endMap(); ++iter)
|
||||||
{
|
{
|
||||||
@@ -746,7 +746,7 @@ void LLVoiceChannelGroup::setChannelInfo(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//*TODO: notify user
|
// *TODO: notify user
|
||||||
llwarns << "Received invalid credentials for channel " << mSessionName << llendl;
|
llwarns << "Received invalid credentials for channel " << mSessionName << llendl;
|
||||||
deactivate();
|
deactivate();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2171,7 +2171,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
|
|||||||
case IM_MESSAGEBOX:
|
case IM_MESSAGEBOX:
|
||||||
{
|
{
|
||||||
// This is a block, modeless dialog.
|
// This is a block, modeless dialog.
|
||||||
//*TODO:translate
|
// *TODO:translate
|
||||||
args["MESSAGE"] = message;
|
args["MESSAGE"] = message;
|
||||||
LLNotificationsUtil::add("SystemMessage", args);
|
LLNotificationsUtil::add("SystemMessage", args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user