epoc32/include/cryptopanic.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/cryptopanic.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/cryptopanic.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 -* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.7  * All rights reserved.
     1.8  * This component and the accompanying materials are made available
     1.9  * under the terms of the License "Eclipse Public License v1.0"
    1.10 @@ -12,6 +12,8 @@
    1.11  * Contributors:
    1.12  *
    1.13  * Description: 
    1.14 +* ** IMPORTANT ** PublishedPartner API's in this file are published to 3rd party developers via the 
    1.15 +* Symbian website. Changes to these API's should be treated as PublishedAll API changes and the Security TA should be consulted.
    1.16  *
    1.17  */
    1.18  
    1.19 @@ -52,8 +54,8 @@
    1.20  	 */	
    1.21  	ECryptoPanicPadInputTooLarge= 2,
    1.22  	/**
    1.23 -	* The input data is too long
    1.24 -	*/
    1.25 +	 * The input data is too long
    1.26 +	 */
    1.27  	ECryptoPanicInputTooLarge= 3
    1.28  	};
    1.29