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