diff -r 96e5fb8b040d -r 36bfc973b146 userlibandfileserver/fileserver/automounter/automounter.h --- a/userlibandfileserver/fileserver/automounter/automounter.h Thu Dec 17 09:24:54 2009 +0200 +++ 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<