First public contribution.
1 #ifndef __COMMANDLINEARGS_H__
2 #define __COMMANDLINEARGS_H__/*
3 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
5 * This component and the accompanying materials are made available
6 * under the terms of the License "Eclipse Public License v1.0"
7 * which accompanies this distribution, and is available
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
10 * Initial Contributors:
11 * Nokia Corporation - initial contribution.
23 _LIT(KCommandLineDaylightSavings, "-savings");
24 _LIT(KCommandLineOffset, "-offset");
26 class TCommandLineArgs
32 TBool iApplyDaylightSavings;
33 RPointerArray<HBufC> iServers;
37 #endif /* __COMMANDLINEARGS_H__ */