userlibandfileserver/fileserver/inc/f32file.h
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 8 538db54a451d
child 20 597aaf25e343
equal deleted inserted replaced
15:2d65c2f76d7b 19:4a8fed1c0ef6
  1828 #else
  1828 #else
  1829 	#define EFSRV_EXPORT_C EXPORT_C
  1829 	#define EFSRV_EXPORT_C EXPORT_C
  1830 	#define EFSRV_IMPORT_C IMPORT_C
  1830 	#define EFSRV_IMPORT_C IMPORT_C
  1831 #endif
  1831 #endif
  1832 	
  1832 	
       
  1833 // forward declarations from e32ldr_private.h
       
  1834 class RFileClamp;
  1833 
  1835 
  1834 class RFs : public RSessionBase
  1836 class RFs : public RSessionBase
  1835 /**
  1837 /**
  1836 @publishedAll
  1838 @publishedAll
  1837 @released
  1839 @released
  2165     TBool   iParamsSet : 1;         ///< ETrue if any parameter was set (SetVal() called). Gets reset to EFalse by Init()    
  2167     TBool   iParamsSet : 1;         ///< ETrue if any parameter was set (SetVal() called). Gets reset to EFalse by Init()    
  2166     TUint32 iData[KMaxDataSlots];   ///< used as a pool for various data. The derived classes are free to use it by SetVal()/GetVal()
  2168     TUint32 iData[KMaxDataSlots];   ///< used as a pool for various data. The derived classes are free to use it by SetVal()/GetVal()
  2167     }; 
  2169     }; 
  2168 
  2170 
  2169 __ASSERT_COMPILE(_FOFF(TVolFormatParam, iUId) == 0);
  2171 __ASSERT_COMPILE(_FOFF(TVolFormatParam, iUId) == 0);
  2170 __ASSERT_COMPILE(sizeof(TVolFormatParam) != sizeof(TLDFormatInfo));
       
  2171 
  2172 
  2172 
  2173 
  2173 /** package buffer for the objects of class TVolFormatParamBuf */
  2174 /** package buffer for the objects of class TVolFormatParamBuf */
  2174 typedef TPckgBuf<TVolFormatParam> TVolFormatParamBuf;
  2175 typedef TPckgBuf<TVolFormatParam> TVolFormatParamBuf;
  2175 
  2176