2 * Copyright (c) 2005,2006 Choe Hwanjin
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
25 typedef struct _HangulKeyboard HangulKeyboard;
27 class COssKeyboard : public CBase
31 IMPORT_C static COssKeyboard* NewLC();
33 IMPORT_C static COssKeyboard* NewL();
35 IMPORT_C virtual ~COssKeyboard();
45 IMPORT_C void SetValue(const TInt& aKey,const TChar& aValue);
47 IMPORT_C void SetType(const TInt& aType);
51 HangulKeyboard* iHangulKeyboard;
53 friend class COssHangulInputContext;
57 #endif // OSSKEYBOARD_H