userlibandfileserver/fileserver/inc/f32notification.h
changeset 299 b5a01337d018
parent 189 a5496987b1da
--- a/userlibandfileserver/fileserver/inc/f32notification.h	Tue Oct 26 12:49:20 2010 +0100
+++ b/userlibandfileserver/fileserver/inc/f32notification.h	Mon Nov 01 20:11:36 2010 +0000
@@ -115,13 +115,16 @@
 
 	/*
 	 * @returns The Drive Number associated with the Path.
+	 */
 	IMPORT_C TInt DriveNumber(TInt& aDriveNumber) const;
-	 */
-	
+
 	/*
 	 * @returns the UID of the process that caused this change.
+	 *          NB, the UID of the process causing the change is not always available
+	 *			such as when memory cards are physically removed.
+	 */
 	IMPORT_C TInt UID(TUid& aUID) const;
-	 */
+	 
 private:
 	//Declared private to prevent construction
 	TFsNotification();
@@ -182,7 +185,7 @@
 		 * CFsNotify stores notifications in a buffer. 
 		 * Clients of CFsNotify must specify how large this buffer should be.
 		 * 
-		 * As a guideline: Notification objects in the buffer typically have a 8byte header,
+		 * As a guideline: Notification objects in the buffer typically have a 12-byte header,
 		 * followed by a word aligned string containing the fullname of the file that has changed.
 		 * In the case of a rename notification both the original and the new fullnames are stored.
 		 *