Update contrib.
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 #ifndef __CN_BIN2TXT_H__
19 #define __CN_BIN2TXT_H__
23 //Forward declarations
25 class TCmdProcessorFactory;
29 CSPBin2Txt class implements CCmdProcessor interface and describes an object which
30 takes a binary policy file as an input, loads all policies in memory and then stores
33 @see TCmdProcessorFactory
37 class CSPBin2Txt : private CCmdProcessor
39 friend class TCmdProcessorFactory;
43 virtual ~CSPBin2Txt();
46 inline CSPBin2Txt(RFs& aFs, const TCmdLinePrm& aCmdLinePrm);
47 static CSPBin2Txt* NewLC(RFs& aFs, const TCmdLinePrm& aCmdLinePrm);
52 #endif//__CN_BIN2TXT_H__