/**
Proxy implementation of pure virtual methods in MLplViewItemManager.

The proxy does not access the Persistence Layer directly.  Instead it uses the
Contacts Model session handle to access the Persistence Layer via the server.
*/
TUid CViewIteratorProxyManager::ReadContactTextDefL(TContactItemId aContactId, TDes &aResult,const CContactTextDef& aTextDef)
    {
    iDb.iCntSvr->ReadContactTextDefL(aContactId, aResult, aTextDef);
    return TUid(KNullUid); //type uid is not used at client side.   
    }
// -----------------------------------------------------------------------------
// CMediatorServerObjectHandler::ConstructL
// -----------------------------------------------------------------------------
//
void CMediatorServerObjectHandler::ConstructL()
    {
    iSearchDomain = CDomain::NewL( TUid() );
    }
/*!
 * \brief Returns the UID of the application.
 */
TUid QS60MainApplication::AppDllUid() const
{
    // Return the UID for the QtS60Main application
    return RProcess().SecureId().operator TUid();
}