uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 17 c9d868f1e20c
child 20 31fccae4f8a7
--- a/uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp	Thu Aug 19 10:48:02 2010 +0300
+++ b/uiacceltk/hitchcock/plugins/alftranseffect/alftfxserverplugin/src/alftransitionserver.cpp	Tue Aug 31 16:07:35 2010 +0300
@@ -27,7 +27,7 @@
 #include "alftfxserverdef.h"
 #include "alftransitionserver.h"
 #include "alflogger.h"
-#include "alfmoduletestconf.h" 
+
 // ======== MEMBER FUNCTIONS ========
 
 
@@ -1198,11 +1198,7 @@
 #ifdef __WINS__
     _LIT( KOptionalDrive, "C:" );
 #else
-    #ifdef USE_ALTERNATIVE_EFFECTS_FROM_MMC
-         _LIT( KOptionalDrive, "F:" );
-    #else
-         _LIT( KOptionalDrive, "Z:" );
-    #endif
+    _LIT( KOptionalDrive, "F:" );
 #endif
     
     TInt err = KErrNone;
@@ -1219,6 +1215,7 @@
         iFile.Close();
         iParse.Set( KOptionalDrive, &aResourceDir, NULL );  
         }
+    
     // Now iParse contains the alternative path if the file is found in the alternative
     // location, else it contains the original path.
     __ALFFXLOGSTRING1("CAlfTransitionServerClient::FindEffectFile - return: %d <<", err);