javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 25 9ac0a0a7da70
--- a/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDTextBoxQueryDialog.h	Fri May 14 15:47:24 2010 +0300
@@ -285,12 +285,12 @@
     TPtrC Read() const;
 
     void CreateNonMidletCommandsL();
-    void AddCommandToArrayL(RPointerArray<MMIDCommand>& aArray,
-                            TInt aCommandResIdShort, TInt aCommandResIdLong, TInt aCommandId);
-    void AddCommandToArrayL(RPointerArray<MMIDCommand>& aArray,
-                            TInt aCommandResId, TInt aCommandId);
+    void AddCommandToEdwinL(TInt aCommandResIdShort,
+                            TInt aCommandResIdLong,
+                            TInt aCommandId);
+    void AddCommandToEdwinL(TInt aCommandResId, TInt aCommandId);
     void RemoveNonMidletCommands();
-    void AddCommandsToEdwinL(RPointerArray<MMIDCommand>& aArray);
+    void AddCommandToEdwinL(MMIDCommand& aCommand);
     void CreatePhoneCallL();
 
     void CreatePasswordTextL();