logsui/logsengine/logssymbianos/tsrc/stubs/centralrepository_stub.cpp
changeset 15 76d2cf7a585e
parent 8 6c9acdc6adc0
equal deleted inserted replaced
13:52d644758b05 15:76d2cf7a585e
    55     
    55     
    56 // -----------------------------------------------------------------------------
    56 // -----------------------------------------------------------------------------
    57 //
    57 //
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 // 
    59 // 
    60 CRepository* CRepository::NewLC( TUid aRepositoryUid )
    60 CRepository* CRepository::NewLC( TUid /*aRepositoryUid*/ )
    61     {
    61     {
    62     CRepository* self = new (ELeave) CRepository();
    62     CRepository* self = new (ELeave) CRepository();
    63     CleanupStack::PushL( self );
    63     CleanupStack::PushL( self );
    64     return self;
    64     return self;
    65     }
    65     }