analyzetool/dynamicmemoryhook/inc/analyzetoolmainallocator.inl
branchRCL_3
changeset 49 7fdc9a71d314
parent 19 da2cedce4920
child 59 8ad140f3dd41
--- 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