idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewsticker.cpp
branchRCL_3
changeset 26 1b758917cafc
parent 2 08c6ee43b396
equal deleted inserted replaced
25:137ebc85284b 26:1b758917cafc
   140     (static_cast<CXnNewstickerAdapter*>
   140     (static_cast<CXnNewstickerAdapter*>
   141             (ControlAdapter()))->ClearTitles();
   141             (ControlAdapter()))->ClearTitles();
   142     }
   142     }
   143 
   143 
   144 // ---------------------------------------------------------
   144 // ---------------------------------------------------------
   145 // CXnNewsticker::SetCallbackInterfaceL
       
   146 // ---------------------------------------------------------
       
   147 //
       
   148 void CXnNewsticker::SetCallbackInterfaceL(
       
   149     XnNewstickerInterface::MXnNewstickerCallbackInterface* aCallback)
       
   150     {
       
   151     (static_cast<CXnNewstickerAdapter*>
       
   152             (ControlAdapter()))->SetCallbackInterfaceL(aCallback);
       
   153     }
       
   154 
       
   155 // ---------------------------------------------------------
       
   156 // CXnNewsticker::MakeInterfaceL
   145 // CXnNewsticker::MakeInterfaceL
   157 // ---------------------------------------------------------
   146 // ---------------------------------------------------------
   158 //
   147 //
   159 XnComponentInterface::MXnComponentInterface* CXnNewsticker::MakeInterfaceL(const TDesC8& aType)
   148 XnComponentInterface::MXnComponentInterface* CXnNewsticker::MakeInterfaceL(const TDesC8& aType)
   160    {
   149    {