persistentstorage/centralrepository/common/inc/setting.h
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    30 class TServerSetting
    30 class TServerSetting
    31 	{
    31 	{
    32 	friend class RSettingsArray;
    32 	friend class RSettingsArray;
    33 #if defined(SYMBIAN_CENTREP_SUPPORT_MULTIROFS) && defined(CENTRAL_REPOSITORY_SERVER_TESTING)	
    33 #if defined(SYMBIAN_CENTREP_SUPPORT_MULTIROFS) && defined(CENTRAL_REPOSITORY_SERVER_TESTING)	
    34 	friend class CenrepSrvOOMTest;
    34 	friend class CenrepSrvOOMTest;
       
    35     #if defined(SYMBIAN_INCLUDE_APP_CENTRIC)
       
    36 	friend class CenrepSrvPmaMultiRofsTest;
       
    37     #endif 
    35 #endif	
    38 #endif	
    36 public:
    39 public:
    37 	enum TType { EInt	  = 0x00000000, 
    40 	enum TType { EInt	  = 0x00000000, 
    38 				 EReal	  = 0x10000000, 
    41 				 EReal	  = 0x10000000, 
    39 				 EString  = 0x20000000, 
    42 				 EString  = 0x20000000,