diff -r 000000000000 -r 5a93021fdf25 bearermanagement/mpm/inc/mpmlauncher.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bearermanagement/mpm/inc/mpmlauncher.h Thu Dec 17 08:55:21 2009 +0200 @@ -0,0 +1,56 @@ +/* +* Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: This header defines server launcher for MPM client. +* +*/ + +/** +@file mpmlauncher.h +Mobility Policy Manager server laucher for the client. +*/ + +#ifndef MPMLAUNCHER_H +#define MPMLAUNCHER_H + +// INCLUDES +#include + +// CLASS DECLARATION +/** +* Mobility Policy Manager server laucher for client. +* @lib MPM.lib +* @since 3.0 +*/ +NONSHARABLE_CLASS(MPMLauncher) + { + public: // New methods + + /** + * Initiates MPM server starting. + * @since 3.0 + * @param aServerFileName + * @param aServerUid2 + * @param aServerUid3 + * @return KErrNone if starting OK. + */ + static TInt LaunchServer( + const TDesC& aServerFileName, + const TUid& aServerUid2, + const TUid& aServerUid3); + + }; + +#endif // MPMLAUNCHER_H + +// End of File