diff -r e26895079d7c -r 7fdc9a71d314 analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl --- a/analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl Wed Sep 15 00:19:18 2010 +0300 +++ b/analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl Wed Sep 15 13:53:27 2010 +0300 @@ -17,16 +17,6 @@ #include "analyzetoolmemoryallocator.h" - -// ----------------------------------------------------------------------------- -// RAnalyzeToolMainAllocator::StorageServer() -// Acquires reference to open RATStorageServer -// ----------------------------------------------------------------------------- -// -inline RATStorageServer& RAnalyzeToolMainAllocator::StorageServer() - { - return iStorageServer; - } // ----------------------------------------------------------------------------- // RAnalyzeToolMainAllocator::Codeblocks() @@ -69,16 +59,6 @@ } // ----------------------------------------------------------------------------- -// RAnalyzeToolMainAllocator::StorageServerOpen() -// Acquires the iStorageServerOpen variable -// ----------------------------------------------------------------------------- -// -inline TBool RAnalyzeToolMainAllocator::StorageServerOpen() - { - return iStorageServerOpen; - } - -// ----------------------------------------------------------------------------- // RAnalyzeToolMainAllocator::LogOption() // Acquires the iLogOption variable // ----------------------------------------------------------------------------- @@ -106,4 +86,14 @@ { return iFreeMaxCallStack; } + +// ----------------------------------------------------------------------------- +// RAnalyzeToolMainAllocator::LogFile() +// Acquires the iLogFile variable +// ----------------------------------------------------------------------------- +// +inline RATFileLog& RAnalyzeToolMainAllocator::LogFile() + { + return iLogFile; + } // End of File