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_TXT2BIN_H__
19 #define __CN_TXT2BIN_H__
23 //Forward declarations
25 class TCmdProcessorFactory;
29 CSPTxt2Bin class implements CCmdProcessor interface and describes an object which
30 takes a text policy file as an input, loads all policies in memory and then stores
31 them in a binary policy file.
33 @see TCmdProcessorFactory
37 class CSPTxt2Bin : private CCmdProcessor
39 friend class TCmdProcessorFactory;
43 virtual ~CSPTxt2Bin();
46 inline CSPTxt2Bin(RFs& aFs, const TCmdLinePrm& aCmdLinePrm);
47 static CSPTxt2Bin* NewLC(RFs& aFs, const TCmdLinePrm& aCmdLinePrm);
52 #endif//__CN_TXT2BIN_H__