camerauis/cameraxui/cxengine/src/cxeimagedataqueuesymbian.cpp
changeset 37 64817133cd1d
parent 19 d9aefe59d544
--- a/camerauis/cameraxui/cxengine/src/cxeimagedataqueuesymbian.cpp	Wed Jun 23 17:59:54 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxeimagedataqueuesymbian.cpp	Tue Jul 06 14:04:02 2010 +0300
@@ -80,12 +80,12 @@
     return *mList[index];
 }
 
-CxeImageDataItemSymbian *CxeImageDataQueueSymbian::startSave( QByteArray data, QString path, int id )
+CxeImageDataItemSymbian *CxeImageDataQueueSymbian::startSave(QByteArray data, QString path, int id, bool addLocation)
 {
     CX_DEBUG_ENTER_FUNCTION();
 
-    CxeImageDataItemSymbian* dataItem = new CxeImageDataItemSymbian(data, path, id);
-    mList.append( dataItem );
+    CxeImageDataItemSymbian* dataItem = new CxeImageDataItemSymbian(data, path, id, addLocation);
+    mList.append(dataItem);
 
     CX_DEBUG_EXIT_FUNCTION();
     return dataItem;