diff -r 675a964f4eb5 -r 35751d3474b7 cryptomgmtlibs/cryptotokenfw/inc/ct.h --- a/cryptomgmtlibs/cryptotokenfw/inc/ct.h Tue Jul 21 01:04:32 2009 +0100 +++ b/cryptomgmtlibs/cryptotokenfw/inc/ct.h Thu Sep 10 14:01:51 2009 +0300 @@ -1,68 +1,66 @@ -/* -* Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "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: -* Global header file for the crypto token framework. -* Include this header file and you should have everything you'll need -* to use the CryptoToken framework. Look inside the included header -* files to find out details of the classes. -* -*/ - - - - -/** - @file - @publishedAll - @released -*/ - -#ifndef __CT_H__ -#define __CT_H__ - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/** - * Crypto Token Framework - */ - -/** - * Owning pointer arrays - * - * These are pointer array classes that own their contents. - * Close() releases the array, and also releases the contents. - */ - -/** - * Token Interfaces - * - * These are classes defining particular interfaces which tokens - * might implement. Other interfaces may be defined by 3rd parties. - */ - -#endif //__CT_H__ +/* +* Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* Global header file for the crypto token framework. +* Include this header file and you should have everything you'll need +* to use the CryptoToken framework. Look inside the included header +* files to find out details of the classes. +* +*/ + + +/** + @file + @publishedAll + @released +*/ + +#ifndef __CT_H__ +#define __CT_H__ + +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/** + * Crypto Token Framework + */ + +/** + * Owning pointer arrays + * + * These are pointer array classes that own their contents. + * Close() releases the array, and also releases the contents. + */ + +/** + * Token Interfaces + * + * These are classes defining particular interfaces which tokens + * might implement. Other interfaces may be defined by 3rd parties. + */ + +#endif //__CT_H__