Update contrib.
2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
23 EXPORT_C CARC4* CARC4::NewL(const TDesC8& aKey, TUint aDiscardBytes)
25 return CArc4Shim::NewL(aKey, aDiscardBytes);
28 EXPORT_C CARC4* CARC4::NewLC(const TDesC8& aKey, TUint aDiscardBytes)
30 return CArc4Shim::NewLC(aKey, aDiscardBytes);
37 // All these methods have been replaced by the shim
38 #ifdef _BullseyeCoverage
39 #pragma suppress_warnings on
40 #pragma BullseyeCoverage off
41 #pragma suppress_warnings off
46 // Method replaced by shim
50 TInt CARC4::KeySize() const
52 // Method replaced by shim
57 void CARC4::DoProcess(TDes8& /*aData*/)
59 // Method replaced by shim