# HG changeset patch # User srilekhas # Date 1284481402 -3600 # Node ID ef7741bd05bf0c68f606d7946f908ebfb56b8417 # Parent 1f30861242a720a665e26a235978c933a1d4370a Image editor- changes to fix Unfrozen export errors. diff -r 1f30861242a7 -r ef7741bd05bf imageeditor/ImageEditorUI/EABI/ImageEditorUI.DEF --- 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 + diff -r 1f30861242a7 -r ef7741bd05bf imageeditor/plugins/DrawPlugin/group/drawplugin.mmp --- 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 diff -r 1f30861242a7 -r ef7741bd05bf imageeditor/plugins/DrawPlugin/src/imageeditordrawcontrol.cpp --- 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()"); } // --------------------------------------------------------------------------- diff -r 1f30861242a7 -r ef7741bd05bf imageeditorengine/filters/FilterDraw/group/filterdraw.mmp --- 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