featuremgmt/featuremgr/src/serverexe/featmgrfeatureregistry.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    67 		enum TSWIOperationCat
    67 		enum TSWIOperationCat
    68 			{ 
    68 			{ 
    69 			ESWIAddFeat,
    69 			ESWIAddFeat,
    70 			ESWIDeleteFeat,
    70 			ESWIDeleteFeat,
    71 			ESWISetFeatAndData,
    71 			ESWISetFeatAndData,
    72 			ESWISetFeatData,
    72 			ESWISetFeatData
    73 			ESWISetFeat
       
    74 			};
    73 			};
    75 		
    74 		
    76 		/*
    75 		/*
    77 		* The operation tuple to be cached
    76 		* The operation tuple to be cached
    78 		*/
    77 		*/