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.
59 EClose, //Add any new func code above EClose, not after
60 //Or you need to insert gaps in actionTable!
61 ELastInTable=EClose, //ELastInTable should always be set equal to the last service ID
67 #if defined(__CENTREP_SERVER_PERFTEST__) || defined(__CENTREP_SERVER_MEMTEST__) || defined(__CENTREP_SERVER_CACHETEST__)
69 enum TServerGetSetParametersSubCmd
71 //Subcommands for CentRep server performance test which is run when __CENTREP_SERVER_PERFTEST__ macro is defined
75 //Subcommands for CentRep server memory test which is run when __CENTREP_SERVER_MEMTEST__ macro is defined
79 //Subcommands for CentRep server cache test which is run when __CENTREP_SERVER_CACHETEST__ macro is defined
82 // The identifier for last command. Should always remain at the end
85 #endif // __CENTREP_SERVER_PERFTEST__ || __CENTREP_SERVER_MEMTEST__ || __CENTREP_SERVER_CACHETEST__