First public contribution.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
15 // Implements the Flogger server process entry point
24 #include "comsdbgstd.h"
27 GLDEF_C TInt E32Main()
29 * Flogger server process entry point
31 * @note Flogger server is intended to run forever, so it starts automatically.
35 RProcess().SecureApi(RProcess::ESecureApiOn);
36 RProcess().DataCaging(RProcess::EDataCagingOn);
38 return FLogger::Run();