photosgallery/viewframework/dataprovider/src/glxcontainerlistbinding.cpp
branchRCL_3
changeset 23 b023a8d2866a
parent 13 bcb43dc84c44
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
    85 // ---------------------------------------------------------------------------
    85 // ---------------------------------------------------------------------------
    86 // PopulateT
    86 // PopulateT
    87 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
    88 //
    88 //
    89 void CGlxContainerListBinding::PopulateT( Alf::MulVisualItem& aItem,
    89 void CGlxContainerListBinding::PopulateT( Alf::MulVisualItem& aItem,
    90         const TGlxMedia& aMedia, TBool /*aIsFocused*/ ) const
    90         const TGlxMedia& aMedia, TBool /*aIsFocused*/, TInt /*aTextureId*/  ) const
    91 	{
    91 	{
    92     const TInt KCommaLength = 2;
    92     const TInt KCommaLength = 2;
    93     _LIT(KComma,",");
    93     _LIT(KComma,",");
    94 
    94 
    95     //T is used for throws as per C++ standard.Hence used instead of "L"
    95     //T is used for throws as per C++ standard.Hence used instead of "L"