os/security/cryptomgmtlibs/securitytestfw/test/sntpclient/util.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 #ifndef __UTIL_H__
     2 #define __UTIL_H__/*
     3 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     4 * All rights reserved.
     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".
     9 *
    10 * Initial Contributors:
    11 * Nokia Corporation - initial contribution.
    12 *
    13 * Contributors:
    14 *
    15 * Description: 
    16 *
    17 */
    18 
    19 
    20 #include <e32base.h>
    21 
    22 class Util
    23 	{
    24 public:
    25 	static void SetAppropriateTimezoneL();
    26 	static TBool DaylightSavingsAppliesL(const TTime& utc);
    27 	};
    28 
    29 #endif /* __UTIL_H__ */