From 4296542cd062af425d7744c88d6dd2bd00daf532 Mon Sep 17 00:00:00 2001 From: Mark Palange Date: Tue, 7 Oct 2008 22:49:00 +0000 Subject: Roll back of r98854 Accidentally commited merge in progress --- indra/llmessage/llmessagetemplate.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'indra/llmessage/llmessagetemplate.h') diff --git a/indra/llmessage/llmessagetemplate.h b/indra/llmessage/llmessagetemplate.h index db8252270a..82421b1f5a 100644 --- a/indra/llmessage/llmessagetemplate.h +++ b/indra/llmessage/llmessagetemplate.h @@ -300,7 +300,7 @@ public: ~LLMessageTemplate() { for_each(mMemberBlocks.begin(), mMemberBlocks.end(), DeletePointer()); - } +} void addBlock(LLMessageBlock *blockp) { @@ -388,11 +388,6 @@ public: return trustedSource ? mBanFromTrusted : mBanFromUntrusted; } - bool isUdpBanned() const - { - return mDeprecation == MD_UDPBLACKLISTED; - } - friend std::ostream& operator<<(std::ostream& s, LLMessageTemplate &msg); const LLMessageBlock* getBlock(char* name) const -- cgit v1.2.3