tsrc/mceclientstub/inc/mcecamerasource.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
--- a/tsrc/mceclientstub/inc/mcecamerasource.h	Thu Aug 19 09:51:39 2010 +0300
+++ b/tsrc/mceclientstub/inc/mcecamerasource.h	Tue Aug 31 15:12:07 2010 +0300
@@ -49,6 +49,8 @@
 class CMceCameraSource : public CMceMediaSource
 	{
     friend class UT_CMusEngLiveSession;
+    friend class UT_CMusEngTwoWaySession;
+    friend class UT_TMusEngCameraHandler;
 
 	public: // Constructors and destructor
 
@@ -64,6 +66,12 @@
 	    */
 		IMPORT_C static CMceCameraSource* NewLC( CMceManager& aManager );
 		
+        /// Not in the real implementation 
+        IMPORT_C static CMceCameraSource* NewL();		
+		
+		/// Not in the real implementation 
+		IMPORT_C static CMceCameraSource* NewLC();
+		
 	    /**
 	    * Destructor.
 	    */
@@ -210,11 +218,6 @@
 	    * C++ constructor.
 	    */
 		CMceCameraSource();
-
-	    /**
-	    * Second-phase constructor.
-	    */
-		void ConstructL( CMceManager* aManager );
     
     private: // Owned data
    
@@ -232,6 +235,7 @@
     public: // stub data
 	
 	    TInt iCameraIndex;
+	    TInt iCameraCount;
         TInt iZoomFactor;
         TInt iDigitalZoomFactor;
         TInt iContrast;