epoc32/include/aknutils.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/aknutils.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +
     1.5 +#ifndef __AKNUTILS_H__
     1.6 +#define __AKNUTILS_H__
     1.7 +
     1.8 +//TODO: temporary fix this
     1.9 +class AknLayoutUtils
    1.10 +{
    1.11 +public:
    1.12 +   enum TAknCbaLocation
    1.13 +   {
    1.14 +      EAknCbaLocationBottom, //landscape and portrait
    1.15 +      EAknCbaLocationRight,  //only landscape
    1.16 +      EAknCbaLocationLeft    //only landscape
    1.17 +   };
    1.18 +
    1.19 +   static TAknCbaLocation CbaLocation();
    1.20 +
    1.21 +   //SL: added
    1.22 +   static void SetCbaLocation(TAknCbaLocation aLocation);
    1.23 +};
    1.24 +
    1.25 +
    1.26 +#endif
    1.27 \ No newline at end of file