userlibandfileserver/fileserver/sfile/sf_std.h
changeset 220 14267bc009a6
parent 189 a5496987b1da
child 244 a77889bee936
equal deleted inserted replaced
202:9aca3be14c27 220:14267bc009a6
    30 #include <e32std_private.h>
    30 #include <e32std_private.h>
    31 #include <e32def_private.h>
    31 #include <e32def_private.h>
    32 #include <e32const_private.h>
    32 #include <e32const_private.h>
    33 #include "sf_plugin.h"
    33 #include "sf_plugin.h"
    34 #include "sf_func.h"
    34 #include "sf_func.h"
    35 #include <f32plugin.h>
    35 #include <F32plugin.h>
    36 #include "f32trace.h"
    36 #include "f32trace.h"
    37 
    37 
    38 #define __PRINT1TEMP_ALWAYS(t,a) {{TBuf<KMaxFileName>temp(a);RDebug::Print(t,&temp);}}
    38 #define __PRINT1TEMP_ALWAYS(t,a) {{TBuf<KMaxFileName>temp(a);RDebug::Print(t,&temp);}}
    39 #define __PRINT2TEMP_ALWAYS(t,a,b) {{TBuf<KMaxFileName>temp(b);RDebug::Print(t,a,&temp);}}
    39 #define __PRINT2TEMP_ALWAYS(t,a,b) {{TBuf<KMaxFileName>temp(b);RDebug::Print(t,a,&temp);}}
    40 #define __PRINT3TEMP_ALWAYS(t,a,b,c) {{TBuf<KMaxFileName>temp(c);RDebug::Print(t,a,b,&temp);}}
    40 #define __PRINT3TEMP_ALWAYS(t,a,b,c) {{TBuf<KMaxFileName>temp(c);RDebug::Print(t,a,b,&temp);}}
  1318 	
  1318 	
  1319    // UID of the process to touching the file. (To be used in notification framework).
  1319    // UID of the process to touching the file. (To be used in notification framework).
  1320    // TUid iUID;
  1320    // TUid iUID;
  1321 private:
  1321 private:
  1322 	void DoNotify(TInt aError);
  1322 	void DoNotify(TInt aError);
       
  1323 	void DoNotifyDiskSpace(TInt aError);
  1323 	TInt DoInitialise();
  1324 	TInt DoInitialise();
  1324 	TInt PostInitialise();
  1325 	TInt PostInitialise();
  1325 	TBool DispatchToPlugin();
  1326 	TBool DispatchToPlugin();
  1326 	void ProcessPostOperation();
  1327 	void ProcessPostOperation();
  1327 	void ProcessPreOperation();
  1328 	void ProcessPreOperation();