camerauis/cameraapp/generic/src/camstartuplogo.cpp
branchRCL_3
changeset 31 8f559c47d7fd
parent 18 51dda465e618
equal deleted inserted replaced
27:53c8aa5d97a3 31:8f559c47d7fd
    22 #include <cameraapp.mbg>
    22 #include <cameraapp.mbg>
    23 #include "camlogging.h"
    23 #include "camlogging.h"
    24 #include "camstartuplogo.h"
    24 #include "camstartuplogo.h"
    25 
    25 
    26 _LIT(KCamBitmapFile, "z:\\resource\\apps\\cameraapp.mif");
    26 _LIT(KCamBitmapFile, "z:\\resource\\apps\\cameraapp.mif");
       
    27 const TInt KStartupLogoOrdinalPriority( 2 );
    27 
    28 
    28 // ---------------------------------------------------------------------------
    29 // ---------------------------------------------------------------------------
    29 // Two-phased constructor
    30 // Two-phased constructor
    30 // ---------------------------------------------------------------------------
    31 // ---------------------------------------------------------------------------
    31 //
    32 //
   156 
   157 
   157     MakeVisible(ETrue);
   158     MakeVisible(ETrue);
   158     RDrawableWindow* window = DrawableWindow();
   159     RDrawableWindow* window = DrawableWindow();
   159     if (window)
   160     if (window)
   160         {
   161         {
   161         window->SetOrdinalPosition(0);
   162         window->SetOrdinalPosition(0, KStartupLogoOrdinalPriority);
   162         }
   163         }
   163 
   164 
   164     PRINT(_L("Camera <= CCamStartupLogo::ShowL"))
   165     PRINT(_L("Camera <= CCamStartupLogo::ShowL"))
   165     }
   166     }
   166 
   167