From 063cb5d84ca5846ac0eff9388759a9b6662e764f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 3 Oct 2010 13:25:36 +0000 Subject: SWORD25: Enforced code naming conventions in math/* svn-id: r53392 --- engines/sword25/gfx/renderobjectregistry.cpp | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'engines/sword25/gfx/renderobjectregistry.cpp') diff --git a/engines/sword25/gfx/renderobjectregistry.cpp b/engines/sword25/gfx/renderobjectregistry.cpp index 13ee59c455..edfdbd23a8 100644 --- a/engines/sword25/gfx/renderobjectregistry.cpp +++ b/engines/sword25/gfx/renderobjectregistry.cpp @@ -32,32 +32,22 @@ * */ -// ----------------------------------------------------------------------------- -// Includes -// ----------------------------------------------------------------------------- - #include "sword25/gfx/renderobjectregistry.h" #include "common/ptr.h" namespace Sword25 { -// ----------------------------------------------------------------------------- -// Logging -// ----------------------------------------------------------------------------- - #define BS_LOG_PREFIX "RENDEROBJECTREGISTRY" -Common::ScopedPtr RenderObjectRegistry::m_InstancePtr; +Common::ScopedPtr RenderObjectRegistry::_instancePtr; -void RenderObjectRegistry::LogErrorLn(const char *Message) const { - BS_LOG_ERRORLN(Message); +void RenderObjectRegistry::logErrorLn(const char *message) const { + BS_LOG_ERRORLN(message); } -// ----------------------------------------------------------------------------- - -void RenderObjectRegistry::LogWarningLn(const char *Message) const { - BS_LOG_WARNINGLN(Message); +void RenderObjectRegistry::logWarningLn(const char *message) const { + BS_LOG_WARNINGLN(message); } } // End of namespace Sword25 -- cgit v1.2.3