diff -r 56f325a607ea -r 0173bcd7697c userlibandfileserver/fileserver/automounter/automounter.h --- a/userlibandfileserver/fileserver/automounter/automounter.h Wed Dec 23 11:43:31 2009 +0000 +++ b/userlibandfileserver/fileserver/automounter/automounter.h Thu Jan 07 13:38:45 2010 +0200 @@ -23,6 +23,7 @@ #ifndef AUTOMOUNTER_FILESYSTEM_H #define AUTOMOUNTER_FILESYSTEM_H +#include "filesystem_utils.h" #include #include @@ -72,20 +73,6 @@ //####################################################################################################################################### -//----------------------------------------------------------------------------- - -const TUint32 K1KiloByte = 1<<10; -const TUint32 K1MegaByte = 1<<20; - -const TUint32 K1uSec = 1; ///< 1 microsecond in TTimeIntervalMicroSeconds32 -const TUint32 K1mSec = 1000; ///< 1 millisecond in TTimeIntervalMicroSeconds32 -const TUint32 K1Sec = 1000*K1mSec; ///< 1 second in TTimeIntervalMicroSeconds32 - - -const TUint KBitsInByteLog2 = 3; -const TUint KBitsInByte = 1<