userlibandfileserver/fileserver/sfile/sf_memory_man.h
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
--- a/userlibandfileserver/fileserver/sfile/sf_memory_man.h	Tue Aug 31 16:34:26 2010 +0300
+++ b/userlibandfileserver/fileserver/sfile/sf_memory_man.h	Wed Sep 01 12:34:56 2010 +0100
@@ -47,10 +47,6 @@
 	TUint8* Base();
 	void 	FreeMemoryChanged(TBool aIsMemoryLow);
 
-#if defined(_DEBUG) || defined(_DEBUG_RELEASE)
-	void    SetMemoryLow(TBool aSetMemoryLow) {isMemoryLow = aSetMemoryLow;}; 
-#endif //defined(_DEBUG) || defined(_DEBUG_RELEASE)
-
 private:
 	~CCacheMemoryManager();
 	CCacheMemoryManager(TUint32 aMaxSize);
@@ -95,8 +91,8 @@
 public:
 	static void ReadPropertiesFile();
 
-	static TInt32 CacheSize();
-	static TInt32 LowMemoryThreshold();
+	static TInt CacheSize();
+	static TInt LowMemoryThreshold();
 private:
 	static TInt32 iCacheSizeInBytes;
 	static TInt32 iLowMemoryThreshold;