Image editor- changes to fix Unfrozen export errors.
--- a/imageeditor/ImageEditorUI/EABI/ImageEditorUI.DEF Thu Jun 24 18:49:50 2010 +0100
+++ b/imageeditor/ImageEditorUI/EABI/ImageEditorUI.DEF Tue Sep 14 17:23:22 2010 +0100
@@ -168,3 +168,4 @@
_ZThn4_N18CImageEditorUIView24ViewScreenModeCompatibleEi @ 167 NONAME
_ZN18CImageEditorUIView23IsMemoryInCriticalLevelEv @ 168 NONAME
+
--- a/imageeditor/plugins/DrawPlugin/group/drawplugin.mmp Thu Jun 24 18:49:50 2010 +0100
+++ b/imageeditor/plugins/DrawPlugin/group/drawplugin.mmp Tue Sep 14 17:23:22 2010 +0100
@@ -105,7 +105,7 @@
//LIBRARY ImageEditorUI.LIB
//#if defined (__EXPORT_UNFROZEN_PLUGINS__)
-EXPORTUNFROZEN
+//EXPORTUNFROZEN
//#endif
NOSTRICTDEF
--- a/imageeditor/plugins/DrawPlugin/src/imageeditordrawcontrol.cpp Thu Jun 24 18:49:50 2010 +0100
+++ b/imageeditor/plugins/DrawPlugin/src/imageeditordrawcontrol.cpp Tue Sep 14 17:23:22 2010 +0100
@@ -790,9 +790,7 @@
//
void CImageEditorDrawControl::StoreTempParams()
{
- LOG(KDrawPluginLogFile, "CImageEditorDrawControl::StoreTempParams("
- ""
- ")");
+ LOG(KDrawPluginLogFile, "CImageEditorDrawControl::StoreTempParams()");
}
// ---------------------------------------------------------------------------
--- a/imageeditorengine/filters/FilterDraw/group/filterdraw.mmp Thu Jun 24 18:49:50 2010 +0100
+++ b/imageeditorengine/filters/FilterDraw/group/filterdraw.mmp Tue Sep 14 17:23:22 2010 +0100
@@ -57,3 +57,5 @@
EXPORTUNFROZEN
#endif
NOSTRICTDEF
+
+epocallowdlldata