menucontentsrv/enginc/menueng.h
branchRCL_3
changeset 82 ace62b58f4b2
parent 0 79c6a41cd166
child 101 9e077f9a342c
--- a/menucontentsrv/enginc/menueng.h	Tue May 25 13:01:39 2010 +0300
+++ b/menucontentsrv/enginc/menueng.h	Wed Jun 09 10:01:25 2010 +0300
@@ -145,7 +145,7 @@
     * @return Current state.
     */
 	inline TState State() const;
-	
+
 	/*
 	* Gets legacy format
 	* @return legacy format
@@ -264,15 +264,18 @@
     IMPORT_C CMenuEngObject& ModifiableObjectL( TInt aId,
     		TInt aEvent = RMenuNotifier::EItemAttributeChanged );
 
-    
+
     /**
     * Append new notification to the list of pending notifications.
     * @param aFolder Folder.
     * @param aEvents Events.
     */
     IMPORT_C void AppendNotifyL( TInt aFolder, TInt aEvents );
-    
-    
+
+    /**
+    * Checks if object exists and is not hidden nor missing.
+    * @param aId item id.
+    */
     IMPORT_C TBool Exist( TInt aId ) const;
 
 private:    // from CActive
@@ -306,7 +309,7 @@
     * Called when there's an error during parsing / saving.
     * @param aErrorCode Error code
     */
-    void HandleEngineErrorL( TInt aErrorCode );        
+    void HandleEngineErrorL( TInt aErrorCode );
 
 private:    // types
 
@@ -493,7 +496,7 @@
 // -----------------------------------------------------------------------------
 // CMenuEng::State
 // -----------------------------------------------------------------------------
-// 
+//
 CMenuEng::TState CMenuEng::State() const
     {
     return iState;