Update contrib.
2 * Copyright (c) 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.
15 * Client-side API via which the Central Repository server is accessed.
26 #ifndef SECSETTINGSCLIENT_H
27 #define SECSETTINGSCLIENT_H
30 #include <scs/scsclient.h>
31 #include <securityerr.h>
34 namespace SecuritySettingsServer
38 class RSecSettingsSession : public RScsClientBase
40 This class is used to establish a connection with
41 the Central Repository server.
45 IMPORT_C RSecSettingsSession();
46 IMPORT_C TInt Connect();
47 IMPORT_C void Close();
49 IMPORT_C TInt SettingValueL(TUid aUidRepository, TUint32 aKey);
53 } // End of namespace SecuritySettingsServer
55 #endif // #ifndef SECSETTINGSCLIENT_H