diff options
Diffstat (limited to 'src/file.cpp')
-rw-r--r-- | src/file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.cpp b/src/file.cpp index 008b88e..6634a62 100644 --- a/src/file.cpp +++ b/src/file.cpp | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | namespace Bu { subExceptionDef( FileException ) } | 18 | namespace Bu { subExceptionDef( FileException ) } |
19 | 19 | ||
20 | Bu::File::File( const Bu::FString &sName, int iFlags ) : | 20 | Bu::File::File( const Bu::String &sName, int iFlags ) : |
21 | fd( -1 ), | 21 | fd( -1 ), |
22 | bEos( true ) | 22 | bEos( true ) |
23 | { | 23 | { |
@@ -187,7 +187,7 @@ void Bu::File::setBlocking( bool bBlocking ) | |||
187 | #endif | 187 | #endif |
188 | } | 188 | } |
189 | 189 | ||
190 | Bu::File Bu::File::tempFile( Bu::FString &sName ) | 190 | Bu::File Bu::File::tempFile( Bu::String &sName ) |
191 | { | 191 | { |
192 | uint32_t iX; | 192 | uint32_t iX; |
193 | iX = time( NULL ) + getpid(); | 193 | iX = time( NULL ) + getpid(); |