userlibandfileserver/fileserver/sfile/sf_std.h
changeset 134 95847726fe57
parent 132 e4a7b1cbe40c
child 140 2ac1c5c27758
child 148 31ea0f8e3c99
equal deleted inserted replaced
133:2a0ada0a1bf8 134:95847726fe57
    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 #include <utraceefile.h>
       
    38 
    37 
    39 #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);}}
    40 #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);}}
    41 #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);}}
    42 #define __PRINT4TEMP_ALWAYS(t,a,b,c,d) {{TBuf<KMaxFileName>temp(d);RDebug::Print(t,a,b,c,&temp);}}
    41 #define __PRINT4TEMP_ALWAYS(t,a,b,c,d) {{TBuf<KMaxFileName>temp(d);RDebug::Print(t,a,b,c,&temp);}}
  1710 extern CServerFs* TheFileServer;
  1709 extern CServerFs* TheFileServer;
  1711 
  1710 
  1712 extern HBufC* TheDriveNames[];
  1711 extern HBufC* TheDriveNames[];
  1713 extern TDrive TheDrives[KMaxDrives];
  1712 extern TDrive TheDrives[KMaxDrives];
  1714 extern TFileName TheDefaultPath;
  1713 extern TFileName TheDefaultPath;
  1715 extern RFTrace TheFtrace;
       
  1716 
  1714 
  1717 extern SCapabilitySet AllCapabilities;
  1715 extern SCapabilitySet AllCapabilities;
  1718 extern SCapabilitySet DisabledCapabilities;
  1716 extern SCapabilitySet DisabledCapabilities;
  1719 
  1717 
  1720 const TInt KDispatchObjectClose=KMaxTInt-1;
  1718 const TInt KDispatchObjectClose=KMaxTInt-1;