installationservices/swi/test/swicaptests/registrycaptest.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
   107 	
   107 	
   108 	void RunTestL();
   108 	void RunTestL();
   109 
   109 
   110 	void ConstructL();
   110 	void ConstructL();
   111 	};
   111 	};
   112 
       
   113 /** Tests registry interfaces to add reg file data to scr with TCB capability*/
       
   114 class CSisRegistryTCBCapTest : public CDefaultCapabilityTest
       
   115     {
       
   116 public:
       
   117     static CSisRegistryTCBCapTest* NewL();
       
   118     
       
   119 private:
       
   120     CSisRegistryTCBCapTest();
       
   121     
       
   122     void RunTestL();
       
   123 
       
   124     void ConstructL();
       
   125     };
       
   126 
       
   127 #endif
   112 #endif