|
1 /* |
|
2 * Copyright (c) 2002 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: Stub export only |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 // INCLUDE FILES |
|
22 |
|
23 #include <e32svr.h> |
|
24 #include "AknIconSrvStub.h" |
|
25 |
|
26 // CONSTANTS |
|
27 |
|
28 // ----------------------------------------------------------------------------- |
|
29 // CAknIconServer::ThreadStart() |
|
30 // ----------------------------------------------------------------------------- |
|
31 |
|
32 EXPORT_C TInt CAknIconServer::ThreadStart() |
|
33 { |
|
34 return KErrNotSupported; |
|
35 } |
|
36 |
|
37 // ----------------------------------------------------------------------------- |
|
38 // __SERVER_HEAP_MARK |
|
39 // ----------------------------------------------------------------------------- |
|
40 // |
|
41 EXPORT_C GLDEF_C void __SERVER_HEAP_MARK() |
|
42 { |
|
43 } |
|
44 |
|
45 // ----------------------------------------------------------------------------- |
|
46 // __SERVER_HEAP_MARKEND |
|
47 // ----------------------------------------------------------------------------- |
|
48 // |
|
49 EXPORT_C GLDEF_C void __SERVER_HEAP_MARKEND() |
|
50 { |
|
51 } |
|
52 |
|
53 // ----------------------------------------------------------------------------- |
|
54 // __SERVER_HEAP_FAILNEXT |
|
55 // ----------------------------------------------------------------------------- |
|
56 // |
|
57 EXPORT_C GLDEF_C void __SERVER_HEAP_FAILNEXT( TInt aCount ) |
|
58 { |
|
59 } |
|
60 |
|
61 // ----------------------------------------------------------------------------- |
|
62 // __SERVER_HEAP_FAILNEXT_INCREASING |
|
63 // ----------------------------------------------------------------------------- |
|
64 // |
|
65 EXPORT_C GLDEF_C void __SERVER_HEAP_FAILNEXT_INCREASING( TInt aCount ) |
|
66 { |
|
67 } |
|
68 |
|
69 // ----------------------------------------------------------------------------- |
|
70 // __SERVER_HEAP_RESET |
|
71 // ----------------------------------------------------------------------------- |
|
72 // |
|
73 EXPORT_C GLDEF_C void __SERVER_HEAP_RESET() |
|
74 { |
|
75 } |
|
76 |
|
77 // ----------------------------------------------------------------------------- |
|
78 // __SERVER_RESET_DYNAMICALLY_CHANGING_ALLOCATIONS |
|
79 // ----------------------------------------------------------------------------- |
|
80 // |
|
81 EXPORT_C GLDEF_C void __SERVER_RESET_DYNAMICALLY_CHANGING_ALLOCATIONS() |
|
82 { |
|
83 } |
|
84 |
|
85 // ----------------------------------------------------------------------------- |
|
86 // __SERVER_HEAP_USED |
|
87 // ----------------------------------------------------------------------------- |
|
88 // |
|
89 EXPORT_C GLDEF_C TInt __SERVER_HEAP_USED() |
|
90 { |
|
91 return 0; |
|
92 } |
|
93 |
|
94 // End of File |