equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-2009 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: |
|
15 * This file was autogenerated by rpcgen, but should be modified by the developer. |
|
16 * Make sure you don't use the -component_mod flag in future or this file will be overwritten. |
|
17 * Mon Nov 24 15:19:48 2003 |
|
18 * System Includes |
|
19 * |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 #include <stdio.h> |
|
26 |
|
27 |
|
28 /**************************************************************************************** |
|
29 * |
|
30 * Local Includes |
|
31 * |
|
32 ***************************************************************************************/ |
|
33 #include "CSvcUuinterface.h" |
|
34 #include "CSUuinterface.h" |
|
35 |
|
36 |
|
37 /**************************************************************************************** |
|
38 * |
|
39 * Implementation |
|
40 * |
|
41 ***************************************************************************************/ |
|
42 CSUuinterface::CSUuinterface() |
|
43 { |
|
44 } |
|
45 |
|
46 CSUuinterface::~CSUuinterface() |
|
47 { |
|
48 } |
|
49 |
|
50 int CSUuinterface::GetKey() |
|
51 { |
|
52 return iKey; |
|
53 } |
|
54 |
|
55 void CSUuinterface::SetKey( int aKey ) |
|
56 { |
|
57 iKey = aKey; |
|
58 } |