videocollection/hgmyvideos/inc/vcxhgmyvideosmainview.h
branchRCL_3
changeset 8 ce5ada96ab30
parent 1 6711b85517b7
child 16 67eb01668b0e
--- a/videocollection/hgmyvideos/inc/vcxhgmyvideosmainview.h	Fri Feb 19 22:52:52 2010 +0200
+++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosmainview.h	Fri Mar 12 15:43:00 2010 +0200
@@ -15,7 +15,7 @@
 */
 
 
-// Version : %version: 14 %
+// Version : %version: 17 %
 
 #ifndef VCXHGMYVIDEOSMAINVIEW_H
 #define VCXHGMYVIDEOSMAINVIEW_H
@@ -152,6 +152,21 @@
          */ 
         void UpdateLayout();
         
+        /**
+         * Launches external application.
+         * 
+         * @param aAppUid Application UID
+         * @param aMsg    Message to send
+         */
+        void LaunchAppL( const TUid aAppUid, const TDesC& aMsg = KNullDesC() );
+
+        /**
+         * Launches standalone browser application.
+         * 
+         * @param aUrl  URL to open.
+         */
+        void LaunchBrowserL( const TDesC& aUrl );        
+        
     private: // Constructors
 
         /**