localconnectivityservice/obexserviceman/obexservicemanserver/inc/SrcsTransport.inl
changeset 29 ce4f184690c9
parent 0 c3e98f10fcf4
equal deleted inserted replaced
28:ec1b007b6296 29:ce4f184690c9
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    67     resolverParams.SetDataType(aMatchString);
    67     resolverParams.SetDataType(aMatchString);
    68     resolverParams.SetWildcardMatch(EFalse);
    68     resolverParams.SetWildcardMatch(EFalse);
    69     REComSession::ListImplementationsL(KCSrcsTransportUid, resolverParams, aImplInfoArray);
    69     REComSession::ListImplementationsL(KCSrcsTransportUid, resolverParams, aImplInfoArray);
    70     }
    70     }
    71     
    71     
       
    72 inline void CSrcsTransport::PostInitializeL()
       
    73     {
       
    74     }