imagingandcamerafws/camerafw/Include/ecamimageprocessing.h
branchRCL_3
changeset 50 948c7f65f6d4
parent 49 735348f59235
--- a/imagingandcamerafws/camerafw/Include/ecamimageprocessing.h	Tue Aug 31 16:43:06 2010 +0300
+++ b/imagingandcamerafws/camerafw/Include/ecamimageprocessing.h	Wed Sep 01 12:38:50 2010 +0100
@@ -677,9 +677,9 @@
 		TRelativeRotation aRelativeRotation, TRelativeMirror aRelativeMirror, TRelativeFlipping aRelativeFlipping);
 	
 private:
-	IMPORT_C CCameraImageProcessing(CCamera& aOwner);
-	IMPORT_C void ConstructL();
-	IMPORT_C void ConstructL(const MImplementationFactory& aImplFactory);
+	CCameraImageProcessing(CCamera& aOwner);
+	void ConstructL();
+	void ConstructL(const MImplementationFactory& aImplFactory);
 	
 private:
 	CCamera& iOwner;