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:
Lirusaito
2012-01-07 18:14:36 -05:00
parent fe87ac0f3d
commit f14e6cdb60
2 changed files with 3 additions and 3 deletions

View File

@@ -336,7 +336,7 @@ void LLVoiceCallCapResponder::result(const LLSD& content)
LLVoiceChannel* channelp = LLVoiceChannel::getChannelByID(mSessionID);
if (channelp)
{
//*TODO: DEBUG SPAM
// *TODO: DEBUG SPAM
LLSD::map_const_iterator iter;
for(iter = content.beginMap(); iter != content.endMap(); ++iter)
{
@@ -746,7 +746,7 @@ void LLVoiceChannelGroup::setChannelInfo(
}
else
{
//*TODO: notify user
// *TODO: notify user
llwarns << "Received invalid credentials for channel " << mSessionName << llendl;
deactivate();
}

View File

@@ -2171,7 +2171,7 @@ void process_improved_im(LLMessageSystem *msg, void **user_data)
case IM_MESSAGEBOX:
{
// This is a block, modeless dialog.
//*TODO:translate
// *TODO:translate
args["MESSAGE"] = message;
LLNotificationsUtil::add("SystemMessage", args);
}