--- a/userlibandfileserver/fileserver/inc/f32file.h Sat Feb 20 00:10:51 2010 +0200
+++ b/userlibandfileserver/fileserver/inc/f32file.h Fri Mar 12 15:50:11 2010 +0200
@@ -3029,7 +3029,7 @@
-class TFindFile
+
/**
@publishedAll
@released
@@ -3056,6 +3056,7 @@
be searched must match.
*/
+class TFindFile
{
public:
IMPORT_C TFindFile(RFs& aFs);
@@ -3074,6 +3075,7 @@
TInt DoFindInDir();
TInt DoFindNextInPath();
TInt DoFindNextInDriveList();
+ TInt CallSafe(TInt aResult);
private:
RFs* const iFs;
TParse iFile;