userlibandfileserver/fileserver/sfile/sf_std.h
branchRCL_3
changeset 294 039a3e647356
parent 257 3e88ff8f41d5
--- a/userlibandfileserver/fileserver/sfile/sf_std.h	Wed Sep 15 13:42:27 2010 +0300
+++ b/userlibandfileserver/fileserver/sfile/sf_std.h	Wed Oct 13 16:04:24 2010 +0300
@@ -32,7 +32,7 @@
 #include <e32const_private.h>
 #include "sf_plugin.h"
 #include "sf_func.h"
-#include <f32plugin.h>
+#include <F32plugin.h>
 #include "f32trace.h"
 #include <utraceefile.h>
 
@@ -115,8 +115,6 @@
 #define __PLUGIN_PRINT3(t,a,b,c)
 #endif
 
-#define _LOFF(p,T,f) ((T*)(((TUint8*)(p))-_FOFF(T,f)))
-
 const TInt KMaxTotalDriveReserved	=0x100000;
 const TInt KMaxSessionDriveReserved	=0x10000;
 
@@ -1314,13 +1312,11 @@
 	inline void Init();
 	void ReStart();
 	TBool IsPluginRequest();
-	static inline CFsMessageRequest* RequestFromMessage(const RMessagePtr2& aMessage);
 	
    // UID of the process to touching the file. (To be used in notification framework).
    // TUid iUID;
 private:
 	void DoNotify(TInt aError);
-	void DoNotifyDiskSpace(TInt aError);
 	TInt DoInitialise();
 	TInt PostInitialise();
 	TBool DispatchToPlugin();