userlibandfileserver/fileserver/inc/f32file.h
branchRCL_3
changeset 80 597aaf25e343
parent 62 4a8fed1c0ef6
child 117 5b5d147c7838
--- 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;