meetingrequest/mrguicommon/inc/cmrlabel.h
branchRCL_3
changeset 22 d620048b4810
parent 12 4ce476e64c59
--- a/meetingrequest/mrguicommon/inc/cmrlabel.h	Mon Jun 21 15:20:54 2010 +0300
+++ b/meetingrequest/mrguicommon/inc/cmrlabel.h	Thu Jul 15 18:19:25 2010 +0300
@@ -25,14 +25,15 @@
 
 // CLASS DECLARATIONS
 
-class CMRLabel : public CEikLabel
+NONSHARABLE_CLASS( CMRLabel ) : public CEikLabel
     {
     public:
         /**
          * Static construtor
+         * @param aParent parent control
          * @return New instance of this class
          */
-        IMPORT_C static CMRLabel* NewL();
+        IMPORT_C static CMRLabel* NewL( const CCoeControl* aParent = NULL );
         /**
          * Destructor
          */
@@ -46,7 +47,7 @@
         
     private: // Implementation
         CMRLabel();
-        void ConstructL();
+        void ConstructL( const CCoeControl* aParent );
         
     private: // Data
     };