textinput/peninputarc/inc/pensrvcliinc/peninputcrpclient.h
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2008-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Interface to CRP
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef R_RPENINPUCRP_H
       
    20 #define R_RPENINPUCRP_H
       
    21 
       
    22 #include <w32std.h>
       
    23 
       
    24 class CPenInputCrpServiceClient : public CWsGraphic
       
    25 	{
       
    26 	public:
       
    27 		//CPenInputCrpServiceClient();
       
    28 		//~CPenInputCrpServiceClient();
       
    29         static CPenInputCrpServiceClient* NewL();		
       
    30         TBool IsDsaApp(TInt aGrpId);
       
    31         TBool IsDsaActive();
       
    32         void RemoveDsaApp(TInt aGrpId);
       
    33     private:
       
    34         void ConstructL();        
       
    35         void HandleMessage(const TDesC8& /*aData*/);
       
    36         void OnReplace();
       
    37 	};
       
    38 	
       
    39 #endif //R_RPENINPUCRP_H