windowing/windowserver/wins_switching/ws32_stubs.h
author William Roberts <williamr@symbian.org>
Tue, 20 Apr 2010 16:24:43 +0100
branchNewGraphicsArchitecture
changeset 34 76efc8f9f7b4
parent 26 15986eb6c500
child 40 2ab528493d70
permissions -rw-r--r--
Apply Faisal's first patch from Bug 2354 - First resolve some the the bit rot in graphics MCL to get it to compile, then fix some performance issues in OpenWF
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
34
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     1
-- ws32_stubs.h
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     2
++ ws32_stubs.h
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     3
@@ -1,5207 +1,5193 @@
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     4
/*
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     5
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     6
* All rights reserved.
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     7
* This component and the accompanying materials are made available
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     8
* under the terms of "Eclipse Public License v1.0"
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
     9
* which accompanies this distribution, and is available
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    10
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    11
*
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    12
* Initial Contributors:
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    13
* Nokia Corporation - initial contribution.
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    14
*
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    15
* Contributors:
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    16
*
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    17
* Description: 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    18
*
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    19
*/
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    20
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    21
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    22
extern "C" {
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    23
void common_dispatch();
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    24
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    25
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    26
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    27
void call_vector_1 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    28
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    29
	// ; public: __thiscall CWindowGc::CWindowGc(class CWsScreenDevice *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    30
	_asm mov eax, 1
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    31
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    32
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    33
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    34
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    35
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    36
void call_vector_2 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    37
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    38
	// ; public: __thiscall CWsBitmap::CWsBitmap(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    39
	_asm mov eax, 2
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    40
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    41
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    42
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    43
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    44
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    45
void call_vector_3 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    46
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    47
	// ; public: __thiscall CWsBitmap::CWsBitmap(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    48
	_asm mov eax, 3
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    49
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    50
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    51
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    52
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    53
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    54
void call_vector_4 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    55
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    56
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    57
	_asm mov eax, 4
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    58
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    59
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    60
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    61
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    62
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    63
void call_vector_5 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    64
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    65
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    66
	_asm mov eax, 5
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    67
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    68
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    69
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    70
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    71
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    72
void call_vector_6 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    73
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    74
	// ; protected: __thiscall RAnim::RAnim(class RAnimDll &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    75
	_asm mov eax, 6
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    76
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    77
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    78
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    79
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    80
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    81
void call_vector_7 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    82
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    83
	// ; protected: __thiscall RAnim::RAnim(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    84
	_asm mov eax, 7
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    85
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    86
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    87
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    88
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    89
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    90
void call_vector_8 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    91
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    92
	// ; public: __thiscall RAnimDll::RAnimDll(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    93
	_asm mov eax, 8
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    94
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    95
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    96
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    97
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    98
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
    99
void call_vector_9 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   100
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   101
	// ; public: __thiscall RAnimDll::RAnimDll(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   102
	_asm mov eax, 9
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   103
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   104
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   105
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   106
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   107
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   108
void call_vector_10 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   109
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   110
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   111
	_asm mov eax, 10
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   112
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   113
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   114
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   115
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   116
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   117
void call_vector_11 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   118
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   119
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   120
	_asm mov eax, 11
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   121
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   122
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   123
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   124
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   125
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   126
void call_vector_12 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   127
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   128
	// ; public: __thiscall RBlankWindow::RBlankWindow(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   129
	_asm mov eax, 12
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   130
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   131
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   132
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   133
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   134
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   135
void call_vector_13 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   136
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   137
	// ; public: __thiscall RBlankWindow::RBlankWindow(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   138
	_asm mov eax, 13
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   139
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   140
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   141
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   142
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   143
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   144
void call_vector_14 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   145
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   146
	// ; public: __thiscall RWindow::RWindow(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   147
	_asm mov eax, 14
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   148
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   149
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   150
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   151
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   152
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   153
void call_vector_15 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   154
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   155
	// ; public: __thiscall RWindow::RWindow(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   156
	_asm mov eax, 15
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   157
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   158
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   159
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   160
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   161
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   162
void call_vector_16 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   163
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   164
	// ; public: __thiscall RWindowGroup::RWindowGroup(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   165
	_asm mov eax, 16
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   166
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   167
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   168
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   169
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   170
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   171
void call_vector_17 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   172
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   173
	// ; public: __thiscall RWindowGroup::RWindowGroup(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   174
	_asm mov eax, 17
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   175
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   176
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   177
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   178
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   179
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   180
void call_vector_18 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   181
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   182
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   183
	_asm mov eax, 18
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   184
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   185
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   186
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   187
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   188
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   189
void call_vector_19 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   190
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   191
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   192
	_asm mov eax, 19
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   193
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   194
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   195
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   196
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   197
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   198
void call_vector_20 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   199
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   200
	// ; public: __thiscall RWsSession::RWsSession(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   201
	_asm mov eax, 20
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   202
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   203
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   204
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   205
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   206
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   207
void call_vector_21 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   208
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   209
	// ; public: __thiscall RWsSprite::RWsSprite(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   210
	_asm mov eax, 21
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   211
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   212
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   213
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   214
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   215
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   216
void call_vector_22 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   217
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   218
	// ; public: __thiscall RWsSprite::RWsSprite(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   219
	_asm mov eax, 22
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   220
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   221
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   222
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   223
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   224
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   225
void call_vector_23 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   226
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   227
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   228
	_asm mov eax, 23
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   229
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   230
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   231
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   232
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   233
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   234
void call_vector_24 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   235
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   236
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   237
	_asm mov eax, 24
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   238
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   239
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   240
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   241
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   242
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   243
void call_vector_25 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   244
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   245
	// ; public: virtual __thiscall CWindowGc::~CWindowGc(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   246
	_asm mov eax, 25
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   247
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   248
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   249
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   250
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   251
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   252
void call_vector_26 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   253
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   254
	// ; public: virtual __thiscall CWsBitmap::~CWsBitmap(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   255
	_asm mov eax, 26
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   256
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   257
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   258
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   259
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   260
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   261
void call_vector_27 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   262
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   263
	// ; public: virtual __thiscall CWsScreenDevice::~CWsScreenDevice(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   264
	_asm mov eax, 27
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   265
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   266
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   267
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   268
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   269
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   270
void call_vector_28 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   271
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   272
	// ; public: virtual __thiscall RAnim::~RAnim(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   273
	_asm mov eax, 28
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   274
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   275
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   276
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   277
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   278
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   279
void call_vector_29 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   280
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   281
	// ; public: virtual __thiscall RAnimDll::~RAnimDll(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   282
	_asm mov eax, 29
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   283
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   284
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   285
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   286
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   287
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   288
void call_vector_30 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   289
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   290
	// ; public: virtual void __thiscall CWindowGc::Activate(class RDrawableWindow &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   291
	_asm mov eax, 30
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   292
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   293
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   294
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   295
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   296
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   297
void call_vector_31 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   298
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   299
	// ; public: void __thiscall RWindowBase::Activate(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   300
	_asm mov eax, 31
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   301
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   302
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   303
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   304
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   305
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   306
void call_vector_32 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   307
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   308
	// ; public: int __thiscall RWsSpriteBase::Activate(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   309
	_asm mov eax, 32
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   310
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   311
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   312
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   313
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   314
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   315
void call_vector_33 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   316
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   317
	// ; public: virtual int __thiscall CWsScreenDevice::AddFile(class TDesC16 const &,int &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   318
	_asm mov eax, 33
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   319
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   320
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   321
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   322
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   323
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   324
void call_vector_34 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   325
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   326
	// ; public: int __thiscall RWindowBase::AddKeyRect(class TRect const &,int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   327
	_asm mov eax, 34
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   328
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   329
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   330
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   331
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   332
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   333
void call_vector_35 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   334
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   335
	// ; public: int __thiscall RWindowGroup::AddPriorityKey(unsigned int,unsigned int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   336
	_asm mov eax, 35
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   337
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   338
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   339
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   340
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   341
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   342
void call_vector_36 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   343
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   344
	// ; public: int __thiscall RWindowBase::AllocPointerMoveBuffer(int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   345
	_asm mov eax, 36
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   346
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   347
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   348
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   349
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   350
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   351
void call_vector_37 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   352
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   353
	// ; public: int __thiscall RWsSpriteBase::AppendMember(struct TSpriteMember const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   354
	_asm mov eax, 37
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   355
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   356
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   357
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   358
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   359
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   360
void call_vector_38 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   361
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   362
	// ; public: void __thiscall RWindowGroup::AutoForeground(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   363
	_asm mov eax, 38
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   364
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   365
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   366
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   367
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   368
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   369
void call_vector_39 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   370
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   371
	// ; public: void __thiscall RWindow::BeginRedraw(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   372
	_asm mov eax, 39
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   373
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   374
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   375
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   376
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   377
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   378
void call_vector_40 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   379
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   380
	// ; public: void __thiscall RWindow::BeginRedraw(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   381
	_asm mov eax, 40
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   382
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   383
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   384
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   385
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   386
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   387
void call_vector_41 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   388
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   389
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   390
	_asm mov eax, 41
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   391
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   392
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   393
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   394
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   395
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   396
void call_vector_42 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   397
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   398
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   399
	_asm mov eax, 42
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   400
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   401
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   402
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   403
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   404
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   405
void call_vector_43 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   406
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   407
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   408
	_asm mov eax, 43
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   409
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   410
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   411
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   412
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   413
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   414
void call_vector_44 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   415
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   416
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   417
	_asm mov eax, 44
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   418
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   419
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   420
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   421
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   422
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   423
void call_vector_45 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   424
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   425
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CFbsBitmap const *,class TRect const &,class CFbsBitmap const *,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   426
	_asm mov eax, 45
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   427
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   428
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   429
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   430
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   431
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   432
void call_vector_46 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   433
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   434
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CWsBitmap const *,class TRect const &,class CWsBitmap const *,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   435
	_asm mov eax, 46
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   436
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   437
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   438
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   439
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   440
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   441
void call_vector_47 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   442
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   443
	// ; int RBackedUpWindow::BitmapHandle(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   444
	_asm mov eax, 47
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   445
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   446
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   447
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   448
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   449
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   450
void call_vector_48 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   451
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   452
	// ; public: void __thiscall RWindowGroup::CancelCaptureKey(long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   453
	_asm mov eax, 48
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   454
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   455
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   456
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   457
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   458
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   459
void call_vector_49 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   460
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   461
	// ; public: void __thiscall RWindowGroup::CancelCaptureKeyUpAndDowns(long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   462
	_asm mov eax, 49
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   463
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   464
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   465
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   466
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   467
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   468
void call_vector_50 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   469
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   470
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRect(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   471
	_asm mov eax, 50
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   472
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   473
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   474
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   475
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   476
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   477
void call_vector_51 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   478
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   479
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRegion(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   480
	_asm mov eax, 51
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   481
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   482
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   483
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   484
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   485
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   486
void call_vector_52 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   487
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   488
	// ; public: void __thiscall RWindowBase::CancelPointerRepeatEventRequest(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   489
	_asm mov eax, 52
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   490
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   491
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   492
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   493
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   494
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   495
void call_vector_53 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   496
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   497
	// ; public: void __thiscall RWindowGroup::CancelTextCursor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   498
	_asm mov eax, 53
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   499
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   500
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   501
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   502
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   503
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   504
void call_vector_54 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   505
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   506
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   507
	_asm mov eax, 54
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   508
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   509
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   510
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   511
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   512
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   513
void call_vector_55 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   514
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   515
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   516
	_asm mov eax, 55
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   517
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   518
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   519
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   520
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   521
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   522
void call_vector_56 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   523
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   524
	// ; public: unsigned long __thiscall RWindowTreeNode::Child(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   525
	_asm mov eax, 56
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   526
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   527
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   528
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   529
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   530
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   531
void call_vector_57 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   532
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   533
	// ; public: void __thiscall RWindowBase::ClaimPointerGrab(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   534
	_asm mov eax, 57
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   535
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   536
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   537
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   538
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   539
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   540
void call_vector_58 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   541
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   542
	// ; public: int __thiscall RWsSession::ClaimSystemPointerCursorList(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   543
	_asm mov eax, 58
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   544
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   545
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   546
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   547
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   548
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   549
void call_vector_59 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   550
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   551
	// ; public: virtual void __thiscall CWindowGc::Clear(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   552
	_asm mov eax, 59
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   553
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   554
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   555
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   556
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   557
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   558
void call_vector_60 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   559
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   560
	// ; public: virtual void __thiscall CWindowGc::Clear(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   561
	_asm mov eax, 60
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   562
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   563
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   564
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   565
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   566
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   567
void call_vector_61 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   568
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   569
	// ; public: int __thiscall RWsSession::ClearHotKeys(enum THotKey)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   570
	_asm mov eax, 61
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   571
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   572
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   573
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   574
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   575
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   576
void call_vector_62 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   577
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   578
	// ; public: void __thiscall RWsSession::ClearSystemPointerCursor(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   579
	_asm mov eax, 62
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   580
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   581
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   582
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   583
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   584
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   585
void call_vector_63 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   586
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   587
	// ; public: virtual void __thiscall RAnim::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   588
	_asm mov eax, 63
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   589
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   590
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   591
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   592
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   593
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   594
void call_vector_64 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   595
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   596
	// ; public: virtual void __thiscall RAnimDll::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   597
	_asm mov eax, 64
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   598
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   599
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   600
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   601
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   602
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   603
void call_vector_65 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   604
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   605
	// ; public: void __thiscall RWindowTreeNode::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   606
	_asm mov eax, 65
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   607
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   608
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   609
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   610
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   611
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   612
void call_vector_66 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   613
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   614
	// ; public: void __thiscall RWsSpriteBase::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   615
	_asm mov eax, 66
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   616
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   617
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   618
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   619
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   620
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   621
void call_vector_67 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   622
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   623
	// ; protected: void __thiscall RAnim::Command(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   624
	_asm mov eax, 67
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   625
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   626
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   627
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   628
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   629
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   630
void call_vector_68 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   631
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   632
	// ; protected: void __thiscall RAnim::Command(int,class TPtrC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   633
	_asm mov eax, 68
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   634
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   635
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   636
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   637
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   638
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   639
void call_vector_69 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   640
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   641
	// ; protected: int __thiscall RAnim::CommandReply(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   642
	_asm mov eax, 69
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   643
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   644
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   645
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   646
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   647
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   648
void call_vector_70 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   649
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   650
	// ; protected: int __thiscall RAnim::CommandReply(int,class TPtrC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   651
	_asm mov eax, 70
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   652
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   653
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   654
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   655
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   656
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   657
void call_vector_71 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   658
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   659
	// ; public: void __thiscall RWsSession::ComputeMode(enum RWsSession::TComputeMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   660
	_asm mov eax, 71
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   661
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   662
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   663
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   664
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   665
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   666
void call_vector_72 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   667
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   668
	// ; public: int __thiscall RWsSession::Connect(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   669
	_asm mov eax, 72
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   670
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   671
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   672
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   673
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   674
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   675
void call_vector_73 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   676
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   677
	// ; public: virtual int __thiscall CWindowGc::Construct(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   678
	_asm mov eax, 73
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   679
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   680
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   681
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   682
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   683
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   684
void call_vector_74 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   685
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   686
	// ; public: int __thiscall CWsScreenDevice::Construct(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   687
	_asm mov eax, 74
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   688
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   689
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   690
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   691
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   692
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   693
void call_vector_75 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   694
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   695
	// ; protected: int __thiscall RAnim::Construct(class RWindowBase const &,int,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   696
	_asm mov eax, 75
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   697
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   698
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   699
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   700
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   701
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   702
void call_vector_76 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   703
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   704
	// ; public: int __thiscall RBackedUpWindow::Construct(class RWindowTreeNode const &,enum TDisplayMode,unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   705
	_asm mov eax, 76
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   706
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   707
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   708
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   709
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   710
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   711
void call_vector_77 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   712
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   713
	// ; public: int __thiscall RBlankWindow::Construct(class RWindowTreeNode const &,unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   714
	_asm mov eax, 77
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   715
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   716
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   717
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   718
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   719
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   720
void call_vector_78 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   721
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   722
	// ; public: int __thiscall RWindow::Construct(class RWindowTreeNode const &,unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   723
	_asm mov eax, 78
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   724
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   725
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   726
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   727
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   728
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   729
void call_vector_79 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   730
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   731
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   732
	_asm mov eax, 79
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   733
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   734
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   735
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   736
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   737
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   738
void call_vector_80 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   739
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   740
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   741
	_asm mov eax, 80
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   742
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   743
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   744
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   745
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   746
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   747
void call_vector_81 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   748
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   749
	// ; public: int __thiscall RWsPointerCursor::Construct(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   750
	_asm mov eax, 81
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   751
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   752
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   753
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   754
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   755
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   756
void call_vector_82 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   757
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   758
	// ; public: int __thiscall RWsSprite::Construct(class RWindowTreeNode &,class TPoint const &,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   759
	_asm mov eax, 82
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   760
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   761
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   762
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   763
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   764
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   765
void call_vector_83 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   766
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   767
	// ; public: virtual void __thiscall CWindowGc::CopyRect(class TPoint const &,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   768
	_asm mov eax, 83
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   769
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   770
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   771
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   772
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   773
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   774
void call_vector_84 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   775
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   776
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   777
	_asm mov eax, 84
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   778
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   779
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   780
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   781
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   782
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   783
void call_vector_85 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   784
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   785
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *,class TRect const &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   786
	_asm mov eax, 85
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   787
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   788
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   789
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   790
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   791
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   792
void call_vector_86 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   793
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   794
	// ; public: int __thiscall CWsBitmap::Create(class TSize const &,enum TDisplayMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   795
	_asm mov eax, 86
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   796
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   797
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   798
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   799
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   800
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   801
void call_vector_87 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   802
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   803
	// ; public: virtual int __thiscall CWsScreenDevice::CreateContext(class CGraphicsContext * &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   804
	_asm mov eax, 87
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   805
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   806
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   807
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   808
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   809
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   810
void call_vector_88 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   811
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   812
	// ; public: virtual void __thiscall CWindowGc::Deactivate(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   813
	_asm mov eax, 88
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   814
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   815
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   816
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   817
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   818
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   819
void call_vector_89 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   820
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   821
	// ; public: void __thiscall RWindowGroup::DefaultOwningWindow(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   822
	_asm mov eax, 89
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   823
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   824
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   825
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   826
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   827
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   828
void call_vector_90 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   829
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   830
	// ; public: void __thiscall RAnim::Destroy(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   831
	_asm mov eax, 90
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   832
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   833
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   834
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   835
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   836
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   837
void call_vector_91 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   838
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   839
	// ; public: void __thiscall RAnimDll::Destroy(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   840
	_asm mov eax, 91
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   841
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   842
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   843
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   844
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   845
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   846
void call_vector_92 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   847
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   848
	// ; public: void __thiscall RWindowTreeNode::Destroy(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   849
	_asm mov eax, 92
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   850
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   851
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   852
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   853
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   854
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   855
void call_vector_93 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   856
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   857
	// ; public: virtual class CGraphicsDevice * __thiscall CWindowGc::Device(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   858
	_asm mov eax, 93
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   859
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   860
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   861
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   862
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   863
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   864
void call_vector_94 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   865
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   866
	// ; public: void __thiscall RWindowTreeNode::DisableGroupChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   867
	_asm mov eax, 94
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   868
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   869
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   870
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   871
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   872
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   873
void call_vector_95 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   874
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   875
	// ; public: void __thiscall RWindowGroup::DisableKeyClick(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   876
	_asm mov eax, 95
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   877
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   878
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   879
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   880
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   881
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   882
void call_vector_96 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   883
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   884
	// ; public: void __thiscall RWindowTreeNode::DisableModifierChangedEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   885
	_asm mov eax, 96
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   886
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   887
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   888
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   889
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   890
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   891
void call_vector_97 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   892
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   893
	// ; public: void __thiscall RWindowTreeNode::DisableOnEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   894
	_asm mov eax, 97
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   895
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   896
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   897
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   898
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   899
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   900
void call_vector_98 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   901
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   902
	// ; public: void __thiscall RWindowTreeNode::DisableErrorMessages(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   903
	_asm mov eax, 98
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   904
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   905
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   906
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   907
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   908
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   909
void call_vector_99 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   910
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   911
	// ; public: void __thiscall RWindowBase::DisablePointerMoveBuffer(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   912
	_asm mov eax, 99
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   913
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   914
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   915
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   916
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   917
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   918
void call_vector_100 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   919
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   920
	// ; public: virtual void __thiscall CWindowGc::DiscardBrushPattern(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   921
	_asm mov eax, 100
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   922
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   923
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   924
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   925
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   926
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   927
void call_vector_101 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   928
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   929
	// ; public: virtual void __thiscall CWindowGc::DiscardFont(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   930
	_asm mov eax, 101
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   931
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   932
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   933
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   934
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   935
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   936
void call_vector_102 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   937
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   938
	// ; public: void __thiscall RWindowBase::DiscardPointerMoveBuffer(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   939
	_asm mov eax, 102
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   940
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   941
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   942
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   943
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   944
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   945
void call_vector_103 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   946
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   947
	// ; public: void __thiscall RWsSession::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   948
	_asm mov eax, 103
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   949
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   950
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   951
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   952
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   953
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   954
void call_vector_104 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   955
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   956
	// ; public: virtual enum TDisplayMode  __thiscall CWsScreenDevice::DisplayMode(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   957
	_asm mov eax, 104
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   958
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   959
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   960
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   961
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   962
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   963
void call_vector_105 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   964
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   965
	// ; public: virtual void __thiscall CWindowGc::DrawArc(class TRect const &,class TPoint const &,class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   966
	_asm mov eax, 105
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   967
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   968
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   969
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   970
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   971
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   972
void call_vector_106 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   973
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   974
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TPoint const &,class CFbsBitmap const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   975
	_asm mov eax, 106
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   976
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   977
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   978
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   979
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   980
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   981
void call_vector_107 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   982
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   983
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   984
	_asm mov eax, 107
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   985
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   986
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   987
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   988
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   989
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   990
void call_vector_108 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   991
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   992
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   993
	_asm mov eax, 108
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   994
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   995
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   996
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   997
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   998
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
   999
void call_vector_109 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1000
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1001
	// ; public: virtual void __thiscall CWindowGc::DrawEllipse(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1002
	_asm mov eax, 109
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1003
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1004
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1005
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1006
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1007
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1008
void call_vector_110 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1009
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1010
	// ; public: virtual void __thiscall CWindowGc::DrawLine(class TPoint const &,class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1011
	_asm mov eax, 110
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1012
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1013
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1014
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1015
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1016
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1017
void call_vector_111 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1018
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1019
	// ; public: virtual void __thiscall CWindowGc::DrawLineBy(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1020
	_asm mov eax, 111
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1021
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1022
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1023
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1024
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1025
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1026
void call_vector_112 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1027
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1028
	// ; public: virtual void __thiscall CWindowGc::DrawLineTo(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1029
	_asm mov eax, 112
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1030
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1031
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1032
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1033
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1034
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1035
void call_vector_113 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1036
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1037
	// ; public: virtual void __thiscall CWindowGc::DrawPie(class TRect const &,class TPoint const &,class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1038
	_asm mov eax, 113
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1039
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1040
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1041
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1042
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1043
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1044
void call_vector_114 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1045
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1046
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class CArrayFix<class TPoint> const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1047
	_asm mov eax, 114
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1048
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1049
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1050
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1051
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1052
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1053
void call_vector_115 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1054
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1055
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class TPoint const *,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1056
	_asm mov eax, 115
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1057
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1058
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1059
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1060
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1061
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1062
void call_vector_116 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1063
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1064
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class CArrayFix<class TPoint> const *,enum CGraphicsContext::TFillRule)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1065
	_asm mov eax, 116
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1066
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1067
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1068
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1069
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1070
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1071
void call_vector_117 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1072
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1073
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class TPoint const *,int,enum CGraphicsContext::TFillRule)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1074
	_asm mov eax, 117
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1075
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1076
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1077
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1078
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1079
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1080
void call_vector_118 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1081
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1082
	// ; public: virtual void __thiscall CWindowGc::DrawRect(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1083
	_asm mov eax, 118
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1084
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1085
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1086
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1087
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1088
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1089
void call_vector_119 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1090
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1091
	// ; public: virtual void __thiscall CWindowGc::DrawRoundRect(class TRect const &,class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1092
	_asm mov eax, 119
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1093
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1094
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1095
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1096
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1097
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1098
void call_vector_120 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1099
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1100
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1101
	_asm mov eax, 120
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1102
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1103
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1104
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1105
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1106
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1107
void call_vector_121 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1108
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1109
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TRect const &,int,enum CGraphicsContext::TTextAlign,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1110
	_asm mov eax, 121
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1111
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1112
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1113
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1114
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1115
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1116
void call_vector_122 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1117
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1118
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TPoint const &,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1119
	_asm mov eax, 122
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1120
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1121
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1122
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1123
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1124
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1125
void call_vector_123 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1126
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1127
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TRect const &,int,int,enum CGraphicsContext::TTextAlign,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1128
	_asm mov eax, 123
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1129
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1130
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1131
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1132
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1133
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1134
void call_vector_124 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1135
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1136
	// ; public: int __thiscall CWsBitmap::Duplicate(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1137
	_asm mov eax, 124
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1138
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1139
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1140
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1141
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1142
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1143
void call_vector_125 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1144
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1145
	// ; public: void __thiscall RWindowBase::EnableBackup(unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1146
	_asm mov eax, 125
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1147
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1148
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1149
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1150
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1151
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1152
void call_vector_126 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1153
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1154
	// ; public: int __thiscall RWindowTreeNode::EnableGroupChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1155
	_asm mov eax, 126
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1156
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1157
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1158
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1159
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1160
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1161
void call_vector_127 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1162
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1163
	// ; public: int __thiscall RWindowTreeNode::EnableModifierChangedEvents(unsigned int,enum TEventControl)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1164
	_asm mov eax, 127
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1165
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1166
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1167
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1168
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1169
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1170
void call_vector_128 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1171
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1172
	// ; public: int __thiscall RWindowTreeNode::EnableOnEvents(enum TEventControl)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1173
	_asm mov eax, 128
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1174
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1175
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1176
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1177
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1178
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1179
void call_vector_129 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1180
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1181
	// ; public: int __thiscall RWindowTreeNode::EnableErrorMessages(enum TEventControl)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1182
	_asm mov eax, 129
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1183
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1184
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1185
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1186
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1187
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1188
void call_vector_130 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1189
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1190
	// ; public: void __thiscall RWindowBase::EnablePointerMoveBuffer(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1191
	_asm mov eax, 130
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1192
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1193
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1194
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1195
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1196
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1197
void call_vector_131 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1198
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1199
	// ; public: void __thiscall RWindowGroup::EnableReceiptOfFocus(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1200
	_asm mov eax, 131
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1201
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1202
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1203
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1204
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1205
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1206
void call_vector_132 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1207
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1208
	// ; public: void __thiscall RWindow::EndRedraw(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1209
	_asm mov eax, 132
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1210
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1211
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1212
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1213
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1214
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1215
void call_vector_133 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1216
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1217
	// ; public: void __thiscall RWsSession::EventReady(class TRequestStatus *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1218
	_asm mov eax, 133
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1219
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1220
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1221
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1222
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1223
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1224
void call_vector_134 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1225
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1226
	// ; public: void __thiscall RWsSession::EventReadyCancel(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1227
	_asm mov eax, 134
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1228
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1229
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1230
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1231
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1232
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1233
void call_vector_135 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1234
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1235
	// ; int RWsSession::FetchMessage(class TUid &, class TPtr8 &, class TWsEvent const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1236
	_asm mov eax, 135
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1237
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1238
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1239
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1240
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1241
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1242
void call_vector_136 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1243
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1244
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TDesC16 const &, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1245
	_asm mov eax, 136
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1246
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1247
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1248
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1249
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1250
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1251
void call_vector_137 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1252
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1253
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TThreadId) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1254
	_asm mov eax, 137
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1255
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1256
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1257
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1258
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1259
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1260
void call_vector_138 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1261
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1262
	// ; public: void __thiscall RWsSession::Flush(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1263
	_asm mov eax, 138
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1264
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1265
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1266
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1267
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1268
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1269
void call_vector_139 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1270
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1271
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInPixels(int,int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1272
	_asm mov eax, 139
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1273
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1274
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1275
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1276
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1277
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1278
void call_vector_140 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1279
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1280
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInTwips(int,int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1281
	_asm mov eax, 140
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1282
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1283
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1284
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1285
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1286
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1287
void call_vector_141 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1288
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1289
	// ; public: void __thiscall RWindowBase::FreePointerMoveBuffer(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1290
	_asm mov eax, 141
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1291
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1292
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1293
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1294
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1295
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1296
void call_vector_142 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1297
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1298
	// ; public: void __thiscall RWsSession::FreeSystemPointerCursorList(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1299
	_asm mov eax, 142
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1300
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1301
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1302
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1303
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1304
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1305
void call_vector_143 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1306
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1307
	// ; public: int __thiscall RWindowTreeNode::FullOrdinalPosition(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1308
	_asm mov eax, 143
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1309
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1310
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1311
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1312
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1313
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1314
void call_vector_144 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1315
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1316
	// ; public: class TRgb  __thiscall RWsSession::GetBackgroundColor(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1317
	_asm mov eax, 144
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1318
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1319
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1320
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1321
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1322
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1323
void call_vector_145 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1324
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1325
	// ; int RWsSession::GetDefaultOwningWindow(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1326
	_asm mov eax, 145
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1327
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1328
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1329
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1330
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1331
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1332
void call_vector_146 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1333
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1334
	// ; void RWsSession::GetDoubleClickSettings(class TTimeIntervalMicroSeconds32 &, int &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1335
	_asm mov eax, 146
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1336
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1337
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1338
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1339
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1340
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1341
void call_vector_147 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1342
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1343
	// ; void RWsSession::GetEvent(class TWsEvent &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1344
	_asm mov eax, 147
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1345
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1346
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1347
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1348
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1349
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1350
void call_vector_148 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1351
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1352
	// ; int RWsSession::GetFocusWindowGroup(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1353
	_asm mov eax, 148
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1354
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1355
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1356
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1357
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1358
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1359
void call_vector_149 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1360
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1361
	// ; public: int __thiscall CWsScreenDevice::GetFontById(class CFont * &,class TUid,class TAlgStyle const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1362
	_asm mov eax, 149
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1363
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1364
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1365
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1366
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1367
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1368
void call_vector_150 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1369
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1370
	// ; void RWindow::GetInvalidRegion(class RRegion &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1371
	_asm mov eax, 150
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1372
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1373
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1374
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1375
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1376
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1377
void call_vector_151 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1378
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1379
	// ; void RWsSession::GetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 &, class TTimeIntervalMicroSeconds32 &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1380
	_asm mov eax, 151
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1381
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1382
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1383
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1384
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1385
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1386
void call_vector_152 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1387
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1388
	// ; public: int __thiscall RWsSession::GetModifierState(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1389
	_asm mov eax, 152
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1390
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1391
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1392
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1393
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1394
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1395
void call_vector_153 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1396
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1397
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInPixels(class CFont * &,class TFontSpec const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1398
	_asm mov eax, 153
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1399
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1400
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1401
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1402
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1403
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1404
void call_vector_154 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1405
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1406
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInTwips(class CFont * &,class TFontSpec const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1407
	_asm mov eax, 154
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1408
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1409
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1410
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1411
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1412
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1413
void call_vector_155 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1414
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1415
	// ; public: virtual int __thiscall CWsScreenDevice::GetPalette(class CPalette * &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1416
	_asm mov eax, 155
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1417
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1418
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1419
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1420
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1421
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1422
void call_vector_156 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1423
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1424
	// ; public: virtual void __thiscall CWsScreenDevice::GetPixel(class TRgb &,class TPoint const &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1425
	_asm mov eax, 156
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1426
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1427
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1428
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1429
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1430
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1431
void call_vector_157 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1432
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1433
	// ; void RWsSession::GetPriorityKey(class TWsPriorityKeyEvent &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1434
	_asm mov eax, 157
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1435
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1436
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1437
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1438
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1439
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1440
void call_vector_158 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1441
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1442
	// ; public: void __thiscall RWsSession::GetRedraw(class TWsRedrawEvent &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1443
	_asm mov eax, 158
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1444
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1445
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1446
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1447
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1448
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1449
void call_vector_159 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1450
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1451
	// ; public: virtual void __thiscall CWsScreenDevice::GetScanLine(class TDes8 &,class TPoint const &,int,enum TDisplayMode)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1452
	_asm mov eax, 159
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1453
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1454
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1455
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1456
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1457
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1458
void call_vector_160 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1459
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1460
	// ; int RWsSession::GetWindowGroupClientThreadId(int, class TThreadId &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1461
	_asm mov eax, 160
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1462
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1463
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1464
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1465
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1466
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1467
void call_vector_161 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1468
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1469
	// ; int RWsSession::GetWindowGroupHandle(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1470
	_asm mov eax, 161
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1471
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1472
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1473
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1474
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1475
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1476
void call_vector_162 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1477
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1478
	// ; int RWsSession::GetWindowGroupNameFromIdentifier(int, class TDes16 &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1479
	_asm mov eax, 162
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1480
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1481
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1482
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1483
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1484
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1485
void call_vector_163 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1486
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1487
	// ; int RWsSession::GetWindowGroupOrdinalPriority(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1488
	_asm mov eax, 163
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1489
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1490
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1491
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1492
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1493
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1494
void call_vector_164 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1495
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1496
	// ; public: int __thiscall RWsSession::HeapCount(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1497
	_asm mov eax, 164
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1498
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1499
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1500
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1501
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1502
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1503
void call_vector_165 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1504
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1505
	// ; public: void __thiscall RWsSession::HeapSetFail(int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1506
	_asm mov eax, 165
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1507
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1508
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1509
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1510
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1511
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1512
void call_vector_166 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1513
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1514
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalPixelsToTwips(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1515
	_asm mov eax, 166
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1516
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1517
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1518
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1519
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1520
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1521
void call_vector_167 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1522
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1523
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalTwipsToPixels(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1524
	_asm mov eax, 167
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1525
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1526
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1527
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1528
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1529
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1530
void call_vector_168 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1531
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1532
	// ; public: int __thiscall RWindowGroup::Identifier(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1533
	_asm mov eax, 168
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1534
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1535
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1536
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1537
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1538
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1539
void call_vector_169 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1540
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1541
	// ; public: class TPoint  __thiscall RWindowBase::InquireOffset(class RWindowTreeNode const &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1542
	_asm mov eax, 169
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1543
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1544
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1545
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1546
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1547
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1548
void call_vector_170 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1549
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1550
	// ; public: void __thiscall CWsBitmap::InternalizeL(class RReadStream &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1551
	_asm mov eax, 170
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1552
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1553
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1554
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1555
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1556
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1557
void call_vector_171 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1558
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1559
	// ; public: void __thiscall RWindow::Invalidate(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1560
	_asm mov eax, 171
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1561
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1562
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1563
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1564
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1565
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1566
void call_vector_172 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1567
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1568
	// ; public: void __thiscall RWindow::Invalidate(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1569
	_asm mov eax, 172
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1570
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1571
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1572
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1573
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1574
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1575
void call_vector_173 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1576
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1577
	// ; public: int __thiscall CWsBitmap::Load(class TDesC16 const &,long,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1578
	_asm mov eax, 173
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1579
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1580
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1581
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1582
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1583
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1584
void call_vector_174 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1585
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1586
	// ; public: int __thiscall RAnimDll::Load(class TDesC16 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1587
	_asm mov eax, 174
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1588
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1589
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1590
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1591
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1592
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1593
void call_vector_175 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1594
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1595
	// ; public: void __thiscall RWsSession::LogMessage(class TBuf<128> const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1596
	_asm mov eax, 175
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1597
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1598
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1599
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1600
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1601
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1602
void call_vector_176 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1603
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1604
	// ; public: void __thiscall RBackedUpWindow::MaintainBackup(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1605
	_asm mov eax, 176
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1606
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1607
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1608
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1609
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1610
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1611
void call_vector_177 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1612
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1613
	// ; public: virtual void __thiscall CWindowGc::MapColors(class TRect const &,class TRgb const *,int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1614
	_asm mov eax, 177
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1615
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1616
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1617
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1618
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1619
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1620
void call_vector_178 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1621
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1622
	// ; public: virtual void __thiscall CWindowGc::MoveBy(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1623
	_asm mov eax, 178
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1624
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1625
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1626
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1627
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1628
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1629
void call_vector_179 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1630
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1631
	// ; public: virtual void __thiscall CWindowGc::MoveTo(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1632
	_asm mov eax, 179
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1633
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1634
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1635
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1636
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1637
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1638
void call_vector_180 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1639
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1640
	// ; public: int __thiscall RWindowGroup::Name(class TDes16 &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1641
	_asm mov eax, 180
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1642
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1643
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1644
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1645
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1646
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1647
void call_vector_181 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1648
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1649
	// ; public: unsigned long __thiscall RWindowTreeNode::NextSibling(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1650
	_asm mov eax, 181
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1651
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1652
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1653
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1654
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1655
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1656
void call_vector_182 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1657
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1658
	// ; public: virtual int __thiscall CWsScreenDevice::NumTypefaces(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1659
	_asm mov eax, 182
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1660
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1661
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1662
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1663
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1664
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1665
void call_vector_183 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1666
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1667
	// ; public: int __thiscall RWsSession::NumWindowGroups(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1668
	_asm mov eax, 183
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1669
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1670
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1671
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1672
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1673
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1674
void call_vector_184 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1675
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1676
	// ; public: int __thiscall RWsSession::NumWindowGroups(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1677
	_asm mov eax, 184
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1678
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1679
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1680
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1681
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1682
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1683
void call_vector_185 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1684
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1685
	// ; public: int __thiscall RWindowTreeNode::OrdinalPosition(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1686
	_asm mov eax, 185
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1687
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1688
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1689
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1690
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1691
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1692
void call_vector_186 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1693
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1694
	// ; public: virtual void __thiscall CWsScreenDevice::PaletteAttributes(int &,int &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1695
	_asm mov eax, 186
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1696
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1697
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1698
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1699
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1700
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1701
void call_vector_187 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1702
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1703
	// ; public: unsigned long __thiscall RWindowTreeNode::Parent(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1704
	_asm mov eax, 187
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1705
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1706
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1707
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1708
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1709
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1710
void call_vector_188 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1711
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1712
	// ; public: void __thiscall RWsSession::PasswordEntered(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1713
	_asm mov eax, 188
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1714
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1715
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1716
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1717
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1718
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1719
void call_vector_189 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1720
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1721
	// ; public: int __thiscall RWindowBase::PasswordWindow(enum TPasswordMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1722
	_asm mov eax, 189
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1723
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1724
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1725
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1726
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1727
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1728
void call_vector_190 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1729
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1730
	// ; public: virtual void __thiscall CWindowGc::Plot(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1731
	_asm mov eax, 190
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1732
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1733
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1734
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1735
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1736
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1737
void call_vector_191 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1738
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1739
	// ; public: void __thiscall RWindowBase::PointerFilter(unsigned long,unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1740
	_asm mov eax, 191
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1741
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1742
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1743
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1744
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1745
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1746
void call_vector_192 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1747
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1748
	// ; public: class TRect  __thiscall CWsScreenDevice::PointerRect(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1749
	_asm mov eax, 192
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1750
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1751
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1752
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1753
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1754
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1755
void call_vector_193 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1756
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1757
	// ; public: class TPoint  __thiscall RWindowBase::Position(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1758
	_asm mov eax, 193
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1759
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1760
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1761
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1762
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1763
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1764
void call_vector_194 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1765
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1766
	// ; public: unsigned long __thiscall RWindowTreeNode::PrevSibling(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1767
	_asm mov eax, 194
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1768
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1769
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1770
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1771
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1772
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1773
void call_vector_195 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1774
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1775
	// ; public: void __thiscall RWsSession::PriorityKeyReady(class TRequestStatus *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1776
	_asm mov eax, 195
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1777
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1778
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1779
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1780
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1781
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1782
void call_vector_196 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1783
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1784
	// ; public: void __thiscall RWsSession::PriorityKeyReadyCancel(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1785
	_asm mov eax, 196
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1786
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1787
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1788
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1789
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1790
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1791
void call_vector_197 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1792
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1793
	// ; public: void __thiscall RWsSession::PurgePointerEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1794
	_asm mov eax, 197
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1795
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1796
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1797
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1798
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1799
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1800
void call_vector_198 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1801
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1802
	// ; int CWsScreenDevice::RectCompare(class TRect const &, class TRect const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1803
	_asm mov eax, 198
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1804
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1805
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1806
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1807
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1808
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1809
void call_vector_199 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1810
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1811
	// ; public: void __thiscall RWsSession::RedrawReady(class TRequestStatus *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1812
	_asm mov eax, 199
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1813
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1814
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1815
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1816
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1817
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1818
void call_vector_200 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1819
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1820
	// ; public: void __thiscall RWsSession::RedrawReadyCancel(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1821
	_asm mov eax, 200
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1822
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1823
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1824
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1825
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1826
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1827
void call_vector_201 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1828
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1829
	// ; public: virtual void __thiscall CWsScreenDevice::ReleaseFont(class CFont *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1830
	_asm mov eax, 201
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1831
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1832
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1833
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1834
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1835
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1836
void call_vector_202 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1837
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1838
	// ; public: void __thiscall RWindowBase::RemoveAllKeyRects(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1839
	_asm mov eax, 202
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1840
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1841
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1842
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1843
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1844
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1845
void call_vector_203 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1846
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1847
	// ; public: virtual void __thiscall CWsScreenDevice::RemoveFile(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1848
	_asm mov eax, 203
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1849
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1850
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1851
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1852
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1853
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1854
void call_vector_204 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1855
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1856
	// ; public: void __thiscall RWindowGroup::RemovePriorityKey(unsigned int,unsigned int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1857
	_asm mov eax, 204
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1858
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1859
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1860
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1861
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1862
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1863
void call_vector_205 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1864
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1865
	// ; public: void __thiscall RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1866
	_asm mov eax, 205
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1867
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1868
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1869
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1870
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1871
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1872
void call_vector_206 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1873
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1874
	// ; public: virtual void __thiscall CWindowGc::Reset(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1875
	_asm mov eax, 206
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1876
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1877
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1878
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1879
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1880
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1881
void call_vector_207 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1882
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1883
	// ; public: void __thiscall CWsBitmap::Reset(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1884
	_asm mov eax, 207
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1885
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1886
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1887
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1888
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1889
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1890
void call_vector_208 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1891
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1892
	// ; int RWsSession::ResourceCount(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1893
	_asm mov eax, 208
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1894
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1895
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1896
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1897
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1898
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1899
void call_vector_209 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1900
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1901
	// ; public: int __thiscall RWsSession::RestoreDefaultHotKey(enum THotKey)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1902
	_asm mov eax, 209
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1903
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1904
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1905
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1906
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1907
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1908
void call_vector_210 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1909
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1910
	// ; int RWindowBase::RetrievePointerMoveBuffer(class TDes8 &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1911
	_asm mov eax, 210
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1912
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1913
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1914
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1915
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1916
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1917
void call_vector_211 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1918
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1919
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1920
	_asm mov eax, 211
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1921
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1922
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1923
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1924
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1925
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1926
void call_vector_212 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1927
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1928
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1929
	_asm mov eax, 212
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1930
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1931
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1932
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1933
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1934
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1935
void call_vector_213 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1936
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1937
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1938
	_asm mov eax, 213
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1939
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1940
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1941
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1942
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1943
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1944
void call_vector_214 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1945
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1946
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1947
	_asm mov eax, 214
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1948
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1949
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1950
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1951
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1952
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1953
void call_vector_215 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1954
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1955
	// ; public: int __thiscall RWsSession::SendEventToWindowGroup(int,class TWsEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1956
	_asm mov eax, 215
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1957
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1958
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1959
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1960
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1961
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1962
void call_vector_216 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1963
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1964
	// ; public: int __thiscall RWsSession::SendMessageToWindowGroup(int,class TUid,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1965
	_asm mov eax, 216
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1966
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1967
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1968
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1969
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1970
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1971
void call_vector_217 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1972
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1973
	// ; public: int __thiscall RWsSession::SetAutoFlush(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1974
	_asm mov eax, 217
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1975
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1976
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1977
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1978
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1979
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1980
void call_vector_218 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1981
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1982
	// ; public: void __thiscall RWindow::SetBackgroundColor(class TRgb)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1983
	_asm mov eax, 218
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1984
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1985
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1986
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1987
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1988
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1989
void call_vector_219 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1990
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1991
	// ; public: void __thiscall RWindow::SetBackgroundColor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1992
	_asm mov eax, 219
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1993
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1994
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1995
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1996
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1997
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1998
void call_vector_220 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  1999
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2000
	// ; public: void __thiscall RWsSession::SetBackgroundColor(class TRgb)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2001
	_asm mov eax, 220
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2002
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2003
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2004
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2005
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2006
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2007
void call_vector_221 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2008
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2009
	// ; public: virtual void __thiscall CWindowGc::SetBrushColor(class TRgb const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2010
	_asm mov eax, 221
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2011
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2012
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2013
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2014
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2015
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2016
void call_vector_222 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2017
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2018
	// ; public: virtual void __thiscall CWindowGc::SetBrushOrigin(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2019
	_asm mov eax, 222
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2020
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2021
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2022
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2023
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2024
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2025
void call_vector_223 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2026
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2027
	// ; public: virtual void __thiscall CWindowGc::SetBrushStyle(enum CGraphicsContext::TBrushStyle)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2028
	_asm mov eax, 223
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2029
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2030
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2031
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2032
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2033
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2034
void call_vector_224 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2035
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2036
	// ; public: virtual void __thiscall CWindowGc::SetCharJustification(int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2037
	_asm mov eax, 224
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2038
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2039
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2040
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2041
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2042
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2043
void call_vector_225 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2044
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2045
	// ; public: virtual void __thiscall CWindowGc::SetClippingRect(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2046
	_asm mov eax, 225
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2047
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2048
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2049
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2050
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2051
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2052
void call_vector_226 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2053
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2054
	// ; public: virtual int __thiscall CWindowGc::SetClippingRegion(class TRegion const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2055
	_asm mov eax, 226
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2056
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2057
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2058
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2059
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2060
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2061
void call_vector_227 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2062
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2063
	// ; public: void __thiscall RBlankWindow::SetColor(class TRgb)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2064
	_asm mov eax, 227
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2065
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2066
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2067
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2068
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2069
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2070
void call_vector_228 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2071
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2072
	// ; public: int __thiscall RWindowBase::SetCornerType(enum TCornerType,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2073
	_asm mov eax, 228
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2074
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2075
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2076
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2077
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2078
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2079
void call_vector_229 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2080
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2081
	// ; public: void __thiscall RWindowTreeNode::SetCustomPointerCursor(class RWsPointerCursor const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2082
	_asm mov eax, 229
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2083
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2084
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2085
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2086
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2087
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2088
void call_vector_230 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2089
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2090
	// ; public: virtual void __thiscall CWindowGc::SetDitherOrigin(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2091
	_asm mov eax, 230
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2092
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2093
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2094
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2095
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2096
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2097
void call_vector_231 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2098
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2099
	// ; public: int __thiscall RWsSession::SetDoubleClick(class TTimeIntervalMicroSeconds32 const &,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2100
	_asm mov eax, 231
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2101
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2102
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2103
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2104
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2105
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2106
void call_vector_232 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2107
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2108
	// ; public: virtual void __thiscall CWindowGc::SetDrawMode(enum CGraphicsContext::TDrawMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2109
	_asm mov eax, 232
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2110
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2111
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2112
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2113
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2114
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2115
void call_vector_233 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2116
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2117
	// ; public: void __thiscall RBlankWindow::SetExtent(class TPoint const &,class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2118
	_asm mov eax, 233
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2119
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2120
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2121
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2122
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2123
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2124
void call_vector_234 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2125
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2126
	// ; public: void __thiscall RWindow::SetExtent(class TPoint const &,class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2127
	_asm mov eax, 234
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2128
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2129
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2130
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2131
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2132
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2133
void call_vector_235 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2134
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2135
	// ; public: int __thiscall RWindowBase::SetExtentErr(class TPoint const &,class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2136
	_asm mov eax, 235
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2137
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2138
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2139
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2140
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2141
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2142
void call_vector_236 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2143
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2144
	// ; public: int __thiscall RWsSession::SetHotKey(enum THotKey,unsigned int,unsigned int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2145
	_asm mov eax, 236
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2146
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2147
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2148
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2149
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2150
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2151
void call_vector_237 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2152
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2153
	// ; public: int __thiscall RWsSession::SetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 const &,class TTimeIntervalMicroSeconds32 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2154
	_asm mov eax, 237
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2155
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2156
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2157
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2158
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2159
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2160
void call_vector_238 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2161
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2162
	// ; public: int __thiscall RWsSession::SetModifierState(enum TEventModifier,enum TModifierState)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2163
	_asm mov eax, 238
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2164
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2165
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2166
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2167
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2168
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2169
void call_vector_239 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2170
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2171
	// ; public: int __thiscall RWindowGroup::SetName(class TDesC16 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2172
	_asm mov eax, 239
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2173
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2174
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2175
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2176
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2177
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2178
void call_vector_240 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2179
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2180
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2181
	_asm mov eax, 240
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2182
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2183
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2184
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2185
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2186
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2187
void call_vector_241 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2188
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2189
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2190
	_asm mov eax, 241
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2191
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2192
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2193
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2194
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2195
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2196
void call_vector_242 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2197
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2198
	// ; public: void __thiscall RWindowGroup::SetOrdinalPriorityAdjust(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2199
	_asm mov eax, 242
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2200
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2201
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2202
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2203
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2204
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2205
void call_vector_243 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2206
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2207
	// ; public: virtual void __thiscall CWindowGc::SetOrigin(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2208
	_asm mov eax, 243
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2209
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2210
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2211
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2212
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2213
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2214
void call_vector_244 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2215
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2216
	// ; public: void __thiscall RWindowGroup::SetOwningWindowGroup(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2217
	_asm mov eax, 244
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2218
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2219
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2220
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2221
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2222
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2223
void call_vector_245 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2224
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2225
	// ; public: virtual void __thiscall CWsScreenDevice::SetPalette(class CPalette *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2226
	_asm mov eax, 245
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2227
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2228
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2229
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2230
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2231
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2232
void call_vector_246 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2233
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2234
	// ; public: virtual void __thiscall CWindowGc::SetPenColor(class TRgb const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2235
	_asm mov eax, 246
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2236
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2237
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2238
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2239
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2240
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2241
void call_vector_247 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2242
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2243
	// ; public: virtual void __thiscall CWindowGc::SetPenSize(class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2244
	_asm mov eax, 247
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2245
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2246
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2247
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2248
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2249
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2250
void call_vector_248 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2251
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2252
	// ; public: virtual void __thiscall CWindowGc::SetPenStyle(enum CGraphicsContext::TPenStyle)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2253
	_asm mov eax, 248
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2254
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2255
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2256
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2257
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2258
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2259
void call_vector_249 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2260
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2261
	// ; public: void __thiscall RWindowBase::SetPointerCapture(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2262
	_asm mov eax, 249
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2263
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2264
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2265
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2266
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2267
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2268
void call_vector_250 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2269
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2270
	// ; public: int __thiscall RWindowTreeNode::SetPointerCursor(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2271
	_asm mov eax, 250
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2272
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2273
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2274
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2275
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2276
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2277
void call_vector_251 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2278
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2279
	// ; public: void __thiscall RWindowBase::SetPointerGrab(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2280
	_asm mov eax, 251
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2281
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2282
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2283
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2284
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2285
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2286
void call_vector_252 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2287
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2288
	// ; public: void __thiscall RWindowBase::SetPosition(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2289
	_asm mov eax, 252
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2290
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2291
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2292
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2293
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2294
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2295
void call_vector_253 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2296
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2297
	// ; public: void __thiscall RWsSprite::SetPosition(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2298
	_asm mov eax, 253
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2299
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2300
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2301
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2302
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2303
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2304
void call_vector_254 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2305
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2306
	// ; public: int __thiscall RWindowBase::SetRequiredDisplayMode(enum TDisplayMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2307
	_asm mov eax, 254
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2308
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2309
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2310
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2311
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2312
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2313
void call_vector_255 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2314
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2315
	// ; public: void __thiscall RWindowBase::SetShadowDisabled(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2316
	_asm mov eax, 255
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2317
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2318
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2319
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2320
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2321
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2322
void call_vector_256 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2323
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2324
	// ; public: void __thiscall RWindowBase::SetShadowHeight(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2325
	_asm mov eax, 256
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2326
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2327
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2328
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2329
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2330
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2331
void call_vector_257 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2332
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2333
	// ; public: void __thiscall RWsSession::SetShadowVector(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2334
	_asm mov eax, 257
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2335
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2336
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2337
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2338
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2339
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2340
void call_vector_258 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2341
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2342
	// ; public: int __thiscall RWindowBase::SetShape(class TRegion const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2343
	_asm mov eax, 258
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2344
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2345
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2346
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2347
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2348
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2349
void call_vector_259 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2350
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2351
	// ; public: void __thiscall RBlankWindow::SetSize(class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2352
	_asm mov eax, 259
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2353
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2354
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2355
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2356
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2357
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2358
void call_vector_260 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2359
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2360
	// ; public: void __thiscall RWindow::SetSize(class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2361
	_asm mov eax, 260
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2362
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2363
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2364
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2365
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2366
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2367
void call_vector_261 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2368
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2369
	// ; public: int __thiscall RWindowBase::SetSizeErr(class TSize const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2370
	_asm mov eax, 261
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2371
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2372
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2373
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2374
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2375
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2376
void call_vector_262 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2377
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2378
	// ; public: virtual void __thiscall CWindowGc::SetStrikethroughStyle(enum TFontStrikethrough)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2379
	_asm mov eax, 262
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2380
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2381
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2382
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2383
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2384
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2385
void call_vector_263 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2386
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2387
	// ; public: int __thiscall RWsSession::SetSystemPointerCursor(class RWsPointerCursor const &,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2388
	_asm mov eax, 263
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2389
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2390
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2391
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2392
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2393
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2394
void call_vector_264 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2395
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2396
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2397
	_asm mov eax, 264
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2398
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2399
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2400
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2401
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2402
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2403
void call_vector_265 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2404
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2405
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2406
	_asm mov eax, 265
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2407
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2408
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2409
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2410
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2411
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2412
void call_vector_266 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2413
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2414
	// ; public: virtual void __thiscall CWindowGc::SetUnderlineStyle(enum TFontUnderline)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2415
	_asm mov eax, 266
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2416
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2417
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2418
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2419
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2420
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2421
void call_vector_267 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2422
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2423
	// ; public: void __thiscall RWindowBase::SetVisible(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2424
	_asm mov eax, 267
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2425
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2426
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2427
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2428
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2429
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2430
void call_vector_268 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2431
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2432
	// ; public: int __thiscall RWsSession::SetWindowGroupOrdinalPosition(int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2433
	_asm mov eax, 268
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2434
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2435
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2436
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2437
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2438
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2439
void call_vector_269 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2440
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2441
	// ; public: virtual void __thiscall CWindowGc::SetWordJustification(int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2442
	_asm mov eax, 269
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2443
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2444
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2445
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2446
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2447
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2448
void call_vector_270 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2449
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2450
	// ; public: class TPoint  __thiscall RWsSession::ShadowVector(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2451
	_asm mov eax, 270
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2452
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2453
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2454
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2455
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2456
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2457
void call_vector_271 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2458
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2459
	// ; public: void __thiscall RWsSession::SimulateRawEvent(class TRawEvent)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2460
	_asm mov eax, 271
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2461
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2462
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2463
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2464
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2465
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2466
void call_vector_272 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2467
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2468
	// ; public: class TSize  __thiscall RWindowBase::Size(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2469
	_asm mov eax, 272
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2470
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2471
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2472
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2473
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2474
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2475
void call_vector_273 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2476
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2477
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInPixels(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2478
	_asm mov eax, 273
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2479
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2480
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2481
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2482
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2483
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2484
void call_vector_274 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2485
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2486
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInTwips(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2487
	_asm mov eax, 274
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2488
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2489
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2490
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2491
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2492
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2493
void call_vector_275 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2494
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2495
	// ; public: void __thiscall RWsSession::SystemInfo(int &,struct RWsSession::SSystemInfo &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2496
	_asm mov eax, 275
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2497
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2498
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2499
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2500
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2501
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2502
void call_vector_276 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2503
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2504
	// ; public: void __thiscall RWsSession::TestWrite(int,int,void const *,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2505
	_asm mov eax, 276
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2506
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2507
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2508
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2509
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2510
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2511
void call_vector_277 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2512
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2513
	// ; public: void __thiscall RWsSession::TestWriteReply(int,int,void const *,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2514
	_asm mov eax, 277
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2515
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2516
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2517
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2518
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2519
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2520
void call_vector_278 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2521
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2522
	// ; public: void __thiscall RWsSession::TestWriteReplyP(int,int,void const *,int,class TDes8 *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2523
	_asm mov eax, 278
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2524
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2525
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2526
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2527
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2528
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2529
void call_vector_279 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2530
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2531
	// ; public: virtual void __thiscall CWsScreenDevice::TypefaceSupport(class TTypefaceSupport &,int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2532
	_asm mov eax, 279
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2533
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2534
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2535
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2536
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2537
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2538
void call_vector_280 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2539
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2540
	// ; public: void __thiscall RBackedUpWindow::UpdateBackupBitmap(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2541
	_asm mov eax, 280
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2542
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2543
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2544
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2545
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2546
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2547
void call_vector_281 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2548
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2549
	// ; public: int __thiscall RWsSpriteBase::UpdateMember(int,struct TSpriteMember const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2550
	_asm mov eax, 281
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2551
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2552
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2553
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2554
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2555
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2556
void call_vector_282 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2557
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2558
	// ; public: void __thiscall RWsSpriteBase::UpdateMember(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2559
	_asm mov eax, 282
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2560
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2561
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2562
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2563
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2564
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2565
void call_vector_283 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2566
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2567
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(class TRegion const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2568
	_asm mov eax, 283
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2569
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2570
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2571
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2572
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2573
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2574
void call_vector_284 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2575
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2576
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2577
	_asm mov eax, 284
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2578
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2579
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2580
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2581
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2582
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2583
void call_vector_285 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2584
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2585
	// ; public: virtual void __thiscall CWindowGc::UseBrushPattern(class CFbsBitmap const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2586
	_asm mov eax, 285
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2587
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2588
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2589
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2590
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2591
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2592
void call_vector_286 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2593
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2594
	// ; public: virtual void __thiscall CWindowGc::UseFont(class CFont const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2595
	_asm mov eax, 286
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2596
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2597
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2598
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2599
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2600
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2601
void call_vector_287 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2602
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2603
	// ; class TVersion RWsSession::Version(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2604
	_asm mov eax, 287
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2605
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2606
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2607
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2608
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2609
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2610
void call_vector_288 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2611
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2612
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalPixelsToTwips(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2613
	_asm mov eax, 288
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2614
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2615
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2616
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2617
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2618
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2619
void call_vector_289 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2620
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2621
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalTwipsToPixels(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2622
	_asm mov eax, 289
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2623
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2624
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2625
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2626
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2627
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2628
void call_vector_290 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2629
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2630
	// ; int RWsSession::WindowGroupList(int, class CArrayFixFlat<int> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2631
	_asm mov eax, 290
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2632
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2633
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2634
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2635
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2636
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2637
void call_vector_291 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2638
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2639
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2640
	_asm mov eax, 291
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2641
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2642
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2643
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2644
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2645
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2646
void call_vector_292 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2647
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2648
	// ; public: int __thiscall RWsSession::RequestOffEvents(int,class RWindowTreeNode *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2649
	_asm mov eax, 292
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2650
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2651
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2652
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2653
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2654
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2655
void call_vector_293 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2656
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2657
	// ; public: void __thiscall RWindowTreeNode::__DbgTestInvariant(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2658
	_asm mov eax, 293
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2659
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2660
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2661
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2662
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2663
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2664
void call_vector_294 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2665
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2666
	// ; public: void __thiscall RWindowGroup::DisableScreenChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2667
	_asm mov eax, 294
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2668
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2669
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2670
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2671
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2672
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2673
void call_vector_295 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2674
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2675
	// ; public: int __thiscall RWindowGroup::EnableScreenChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2676
	_asm mov eax, 295
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2677
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2678
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2679
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2680
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2681
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2682
void call_vector_296 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2683
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2684
	// ; public: void __thiscall RWindowBase::FadeBehind(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2685
	_asm mov eax, 296
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2686
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2687
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2688
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2689
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2690
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2691
void call_vector_297 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2692
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2693
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsAndRotation &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2694
	_asm mov eax, 297
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2695
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2696
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2697
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2698
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2699
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2700
void call_vector_298 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2701
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2702
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsTwipsAndRotation &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2703
	_asm mov eax, 298
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2704
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2705
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2706
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2707
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2708
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2709
void call_vector_299 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2710
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2711
	// ; enum TDisplayMode RWindowBase::DisplayMode(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2712
	_asm mov eax, 299
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2713
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2714
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2715
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2716
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2717
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2718
void call_vector_300 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2719
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2720
	// ; public: enum TDisplayMode  __thiscall RWsSession::GetDefModeMaxNumColors(int &,int &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2721
	_asm mov eax, 300
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2722
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2723
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2724
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2725
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2726
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2727
void call_vector_301 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2728
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2729
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsAndRotation &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2730
	_asm mov eax, 301
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2731
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2732
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2733
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2734
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2735
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2736
void call_vector_302 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2737
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2738
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsTwipsAndRotation &)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2739
	_asm mov eax, 302
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2740
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2741
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2742
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2743
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2744
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2745
void call_vector_303 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2746
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2747
	// ; public: int __thiscall CWsScreenDevice::NumScreenModes(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2748
	_asm mov eax, 303
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2749
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2750
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2751
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2752
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2753
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2754
void call_vector_304 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2755
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2756
	// ; public: enum TScreenModeEnforcement  __thiscall CWsScreenDevice::ScreenModeEnforcement(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2757
	_asm mov eax, 304
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2758
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2759
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2760
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2761
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2762
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2763
void call_vector_305 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2764
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2765
	// ; public: virtual void __thiscall CWindowGc::SetFaded(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2766
	_asm mov eax, 305
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2767
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2768
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2769
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2770
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2771
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2772
void call_vector_306 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2773
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2774
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2775
	_asm mov eax, 306
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2776
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2777
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2778
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2779
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2780
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2781
void call_vector_307 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2782
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2783
	// ; public: void __thiscall RWindowTreeNode::SetNonFading(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2784
	_asm mov eax, 307
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2785
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2786
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2787
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2788
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2789
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2790
void call_vector_308 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2791
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2792
	// ; public: void __thiscall CWsScreenDevice::SetScreenMode(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2793
	_asm mov eax, 308
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2794
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2795
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2796
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2797
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2798
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2799
void call_vector_309 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2800
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2801
	// ; public: void __thiscall CWsScreenDevice::SetScreenModeEnforcement(enum TScreenModeEnforcement)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2802
	_asm mov eax, 309
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2803
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2804
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2805
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2806
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2807
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2808
void call_vector_310 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2809
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2810
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsAndRotation const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2811
	_asm mov eax, 310
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2812
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2813
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2814
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2815
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2816
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2817
void call_vector_311 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2818
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2819
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsTwipsAndRotation const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2820
	_asm mov eax, 311
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2821
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2822
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2823
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2824
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2825
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2826
void call_vector_312 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2827
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2828
	// ; public: void __thiscall RWindowGroup::SimulatePointerEvent(class TRawEvent)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2829
	_asm mov eax, 312
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2830
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2831
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2832
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2833
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2834
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2835
void call_vector_313 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2836
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2837
	// ; public: int __thiscall RWsSession::GetColorModeList(class CArrayFixFlat<int> *)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2838
	_asm mov eax, 313
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2839
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2840
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2841
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2842
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2843
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2844
void call_vector_314 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2845
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2846
	// ; int RWindowBase::IsFaded(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2847
	_asm mov eax, 314
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2848
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2849
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2850
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2851
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2852
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2853
void call_vector_315 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2854
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2855
	// ; int RWindowBase::IsNonFading(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2856
	_asm mov eax, 315
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2857
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2858
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2859
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2860
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2861
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2862
void call_vector_316 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2863
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2864
	// ; protected: int __thiscall RAnim::Construct(class RWsSprite const &,int,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2865
	_asm mov eax, 316
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2866
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2867
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2868
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2869
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2870
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2871
void call_vector_317 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2872
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2873
	// ; public: int __thiscall CWsScreenDevice::GetRotationsList(int,class CArrayFixFlat<int> *)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2874
	_asm mov eax, 317
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2875
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2876
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2877
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2878
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2879
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2880
void call_vector_318 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2881
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2882
	// ; public: int __thiscall RWindowTreeNode::OrdinalPriority(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2883
	_asm mov eax, 318
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2884
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2885
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2886
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2887
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2888
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2889
void call_vector_319 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2890
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2891
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(class TWsEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2892
	_asm mov eax, 319
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2893
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2894
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2895
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2896
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2897
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2898
void call_vector_320 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2899
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2900
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(int,class TWsEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2901
	_asm mov eax, 320
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2902
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2903
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2904
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2905
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2906
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2907
void call_vector_321 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2908
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2909
	// ; public: void __thiscall CWsScreenDevice::SetCurrentRotations(int,enum CFbsBitGc::TGraphicsOrientation)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2910
	_asm mov eax, 321
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2911
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2912
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2913
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2914
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2915
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2916
void call_vector_322 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2917
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2918
	// ; public: void __thiscall RWsSession::SimulateKeyEvent(struct TKeyEvent)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2919
	_asm mov eax, 322
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2920
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2921
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2922
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2923
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2924
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2925
void call_vector_323 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2926
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2927
	// ; public: void __thiscall RWsSession::SetRemoveKeyCode(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2928
	_asm mov eax, 323
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2929
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2930
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2931
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2932
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2933
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2934
void call_vector_324 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2935
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2936
	// ; public: void __thiscall RWsSession::ClearDefaultSystemPointerCursor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2937
	_asm mov eax, 324
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2938
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2939
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2940
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2941
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2942
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2943
void call_vector_325 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2944
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2945
	// ; public: void __thiscall RWindowTreeNode::ClearPointerCursor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2946
	_asm mov eax, 325
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2947
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2948
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2949
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2950
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2951
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2952
void call_vector_326 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2953
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2954
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2955
	_asm mov eax, 326
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2956
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2957
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2958
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2959
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2960
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2961
void call_vector_327 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2962
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2963
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2964
	_asm mov eax, 327
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2965
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2966
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2967
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2968
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2969
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2970
void call_vector_328 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2971
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2972
	// ; public: enum TPointerCursorMode  __thiscall RWsSession::PointerCursorMode(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2973
	_asm mov eax, 328
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2974
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2975
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2976
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2977
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2978
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2979
void call_vector_329 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2980
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2981
	// ; public: class TPoint  __thiscall RWsSession::PointerCursorPosition(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2982
	_asm mov eax, 329
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2983
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2984
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2985
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2986
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2987
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2988
void call_vector_330 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2989
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2990
	// ; public: void __thiscall RWsSession::SetDefaultSystemPointerCursor(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2991
	_asm mov eax, 330
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2992
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2993
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2994
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2995
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2996
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2997
void call_vector_331 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2998
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  2999
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3000
	_asm mov eax, 331
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3001
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3002
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3003
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3004
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3005
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3006
void call_vector_332 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3007
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3008
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(int,class TRect const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3009
	_asm mov eax, 332
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3010
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3011
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3012
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3013
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3014
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3015
void call_vector_333 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3016
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3017
	// ; public: void __thiscall RWsSession::SetPointerCursorMode(enum TPointerCursorMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3018
	_asm mov eax, 333
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3019
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3020
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3021
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3022
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3023
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3024
void call_vector_334 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3025
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3026
	// ; public: int __thiscall RWsSession::SetPointerCursorPosition(class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3027
	_asm mov eax, 334
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3028
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3029
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3030
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3031
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3032
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3033
void call_vector_335 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3034
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3035
	// ; void RWsSession::SimulateXyInputType(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3036
	_asm mov eax, 335
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3037
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3038
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3039
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3040
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3041
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3042
void call_vector_336 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3043
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3044
	// ; public: int __thiscall RWindowBase::MoveToGroup(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3045
	_asm mov eax, 336
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3046
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3047
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3048
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3049
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3050
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3051
void call_vector_337 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3052
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3053
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(int,class TUid,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3054
	_asm mov eax, 337
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3055
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3056
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3057
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3058
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3059
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3060
void call_vector_338 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3061
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3062
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(class TUid,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3063
	_asm mov eax, 338
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3064
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3065
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3066
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3067
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3068
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3069
void call_vector_339 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3070
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3071
	// ; public: void __thiscall RWindowTreeNode::DisableFocusChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3072
	_asm mov eax, 339
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3073
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3074
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3075
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3076
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3077
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3078
void call_vector_340 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3079
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3080
	// ; public: int __thiscall RWindowTreeNode::EnableFocusChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3081
	_asm mov eax, 340
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3082
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3083
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3084
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3085
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3086
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3087
void call_vector_341 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3088
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3089
	// ; public: void __thiscall RWsSession::SetDefaultFadingParameters(unsigned char,unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3090
	_asm mov eax, 341
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3091
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3092
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3093
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3094
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3095
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3096
void call_vector_342 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3097
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3098
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl,unsigned char,unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3099
	_asm mov eax, 342
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3100
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3101
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3102
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3103
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3104
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3105
void call_vector_343 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3106
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3107
	// ; public: virtual void __thiscall CWindowGc::SetFadingParameters(unsigned char,unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3108
	_asm mov eax, 343
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3109
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3110
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3111
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3112
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3113
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3114
void call_vector_344 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3115
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3116
	// ; public: void __thiscall RWsSession::PrepareForSwitchOff(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3117
	_asm mov eax, 344
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3118
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3119
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3120
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3121
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3122
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3123
void call_vector_345 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3124
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3125
	// ; public: int __thiscall CWsScreenDevice::SetCustomPalette(class CPalette const *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3126
	_asm mov eax, 345
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3127
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3128
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3129
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3130
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3131
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3132
void call_vector_346 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3133
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3134
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3135
	_asm mov eax, 346
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3136
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3137
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3138
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3139
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3140
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3141
void call_vector_347 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3142
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3143
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3144
	_asm mov eax, 347
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3145
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3146
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3147
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3148
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3149
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3150
void call_vector_348 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3151
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3152
	// ; public: void __thiscall RDirectScreenAccess::Cancel(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3153
	_asm mov eax, 348
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3154
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3155
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3156
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3157
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3158
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3159
void call_vector_349 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3160
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3161
	// ; public: void __thiscall RDirectScreenAccess::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3162
	_asm mov eax, 349
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3163
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3164
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3165
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3166
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3167
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3168
void call_vector_350 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3169
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3170
	// ; public: void __thiscall RDirectScreenAccess::Completed(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3171
	_asm mov eax, 350
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3172
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3173
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3174
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3175
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3176
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3177
void call_vector_351 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3178
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3179
	// ; public: int __thiscall RDirectScreenAccess::Construct(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3180
	_asm mov eax, 351
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3181
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3182
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3183
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3184
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3185
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3186
void call_vector_352 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3187
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3188
	// ; public: static class CDirectScreenAccess * __cdecl CDirectScreenAccess::NewL(class RWsSession &,class CWsScreenDevice &,class RWindowBase &,class MDirectScreenAccess &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3189
	_asm mov eax, 352
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3190
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3191
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3192
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3193
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3194
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3195
void call_vector_353 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3196
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3197
	// ; public: int __thiscall RDirectScreenAccess::Request(class RRegion * &,class TRequestStatus &,class RWindowBase const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3198
	_asm mov eax, 353
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3199
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3200
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3201
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3202
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3203
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3204
void call_vector_354 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3205
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3206
	// ; public: void __thiscall CDirectScreenAccess::StartL(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3207
	_asm mov eax, 354
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3208
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3209
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3210
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3211
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3212
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3213
void call_vector_355 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3214
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3215
	// ; public: void __thiscall RWsSession::SetBufferSizeL(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3216
	_asm mov eax, 355
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3217
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3218
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3219
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3220
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3221
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3222
void call_vector_356 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3223
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3224
	// ; public: int __thiscall RWsSession::SetSystemFaded(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3225
	_asm mov eax, 356
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3226
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3227
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3228
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3229
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3230
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3231
void call_vector_357 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3232
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3233
	// ; public: int __thiscall RWsSession::SetSystemFaded(int,unsigned char,unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3234
	_asm mov eax, 357
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3235
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3236
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3237
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3238
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3239
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3240
void call_vector_358 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3241
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3242
	// ; public: void __thiscall RWindowTreeNode::DisableGroupListChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3243
	_asm mov eax, 358
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3244
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3245
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3246
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3247
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3248
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3249
void call_vector_359 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3250
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3251
	// ; public: int __thiscall RWindowTreeNode::EnableGroupListChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3252
	_asm mov eax, 359
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3253
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3254
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3255
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3256
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3257
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3258
void call_vector_360 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3259
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3260
	// ; public: int __thiscall RSoundPlugIn::Construct(class TUid)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3261
	_asm mov eax, 360
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3262
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3263
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3264
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3265
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3266
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3267
void call_vector_361 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3268
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3269
	// ; public: void __thiscall RSoundPlugIn::Destroy(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3270
	_asm mov eax, 361
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3271
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3272
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3273
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3274
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3275
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3276
void call_vector_362 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3277
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3278
	// ; int RSoundPlugIn::IsLoaded(int &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3279
	_asm mov eax, 362
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3280
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3281
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3282
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3283
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3284
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3285
void call_vector_363 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3286
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3287
	// ; public: int __thiscall RSoundPlugIn::Load(class TDesC16 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3288
	_asm mov eax, 363
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3289
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3290
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3291
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3292
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3293
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3294
void call_vector_364 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3295
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3296
	// ; public: int __thiscall RSoundPlugIn::Unload(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3297
	_asm mov eax, 364
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3298
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3299
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3300
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3301
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3302
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3303
void call_vector_365 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3304
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3305
	// ; public: int __thiscall CWsScreenDevice::CurrentScreenMode(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3306
	_asm mov eax, 365
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3307
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3308
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3309
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3310
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3311
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3312
void call_vector_366 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3313
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3314
	// ; public: void __thiscall RWindowGroup::CancelCaptureLongKey(long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3315
	_asm mov eax, 366
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3316
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3317
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3318
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3319
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3320
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3321
void call_vector_367 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3322
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3323
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3324
	_asm mov eax, 367
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3325
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3326
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3327
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3328
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3329
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3330
void call_vector_368 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3331
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3332
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(class TTimeIntervalMicroSeconds32,unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3333
	_asm mov eax, 368
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3334
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3335
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3336
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3337
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3338
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3339
void call_vector_369 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3340
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3341
	// ; public: int __thiscall RWsSession::SendEventToOneWindowGroupsPerClient(class TWsEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3342
	_asm mov eax, 369
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3343
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3344
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3345
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3346
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3347
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3348
void call_vector_370 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3349
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3350
	// ; int RSoundPlugIn::KeyClickEnabled(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3351
	_asm mov eax, 370
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3352
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3353
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3354
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3355
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3356
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3357
void call_vector_371 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3358
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3359
	// ; int RSoundPlugIn::PenClickEnabled(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3360
	_asm mov eax, 371
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3361
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3362
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3363
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3364
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3365
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3366
void call_vector_372 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3367
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3368
	// ; public: void __thiscall RSoundPlugIn::SetKeyClick(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3369
	_asm mov eax, 372
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3370
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3371
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3372
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3373
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3374
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3375
void call_vector_373 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3376
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3377
	// ; public: void __thiscall RSoundPlugIn::SetPenClick(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3378
	_asm mov eax, 373
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3379
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3380
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3381
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3382
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3383
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3384
void call_vector_374 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3385
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3386
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3387
	_asm mov eax, 374
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3388
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3389
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3390
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3391
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3392
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3393
void call_vector_375 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3394
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3395
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3396
	_asm mov eax, 375
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3397
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3398
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3399
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3400
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3401
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3402
void call_vector_376 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3403
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3404
	// ; public: void __thiscall RWsSession::LogCommand(enum RWsSession::TLoggingCommand)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3405
	_asm mov eax, 376
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3406
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3407
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3408
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3409
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3410
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3411
void call_vector_377 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3412
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3413
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3414
	_asm mov eax, 377
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3415
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3416
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3417
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3418
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3419
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3420
void call_vector_378 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3421
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3422
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3423
	_asm mov eax, 378
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3424
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3425
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3426
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3427
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3428
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3429
void call_vector_379 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3430
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3431
	// ; public: void __thiscall RSoundPlugIn::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3432
	_asm mov eax, 379
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3433
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3434
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3435
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3436
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3437
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3438
void call_vector_380 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3439
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3440
	// ; public: int __thiscall RSoundPlugIn::CommandReply(int,class TPtrC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3441
	_asm mov eax, 380
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3442
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3443
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3444
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3445
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3446
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3447
void call_vector_381 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3448
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3449
	// ; public: int __thiscall RWsSession::SetCustomTextCursor(int,class TArray<struct TSpriteMember> const &,unsigned int,enum RWsSession::TCustomTextCursorAlignment)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3450
	_asm mov eax, 381
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3451
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3452
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3453
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3454
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3455
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3456
void call_vector_382 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3457
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3458
	// ; public: void __thiscall RWindow::HandleTransparencyUpdate(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3459
	_asm mov eax, 382
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3460
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3461
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3462
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3463
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3464
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3465
void call_vector_383 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3466
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3467
	// ; public: int __thiscall RWindow::SetTransparencyBitmap(class CFbsBitmap const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3468
	_asm mov eax, 383
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3469
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3470
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3471
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3472
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3473
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3474
void call_vector_384 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3475
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3476
	// ; public: int __thiscall RWindow::SetTransparencyFactor(class TRgb const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3477
	_asm mov eax, 384
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3478
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3479
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3480
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3481
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3482
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3483
void call_vector_385 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3484
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3485
	// ; public: void __thiscall RWindow::SetNonTransparent(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3486
	_asm mov eax, 385
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3487
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3488
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3489
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3490
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3491
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3492
void call_vector_386 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3493
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3494
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC16 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3495
	_asm mov eax, 386
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3496
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3497
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3498
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3499
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3500
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3501
void call_vector_387 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3502
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3503
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3504
	_asm mov eax, 387
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3505
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3506
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3507
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3508
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3509
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3510
void call_vector_388 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3511
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3512
	// ; int RAnim::CommandReply(int, class TDesC8 const &, class TIpcArgs const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3513
	_asm mov eax, 388
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3514
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3515
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3516
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3517
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3518
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3519
void call_vector_389 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3520
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3521
	// ; int RAnim::Construct(class RWindowBase const &, int, class TDesC8 const &, class TIpcArgs const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3522
	_asm mov eax, 389
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3523
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3524
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3525
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3526
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3527
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3528
void call_vector_390 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3529
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3530
	// ; int RAnim::Construct(class RWsSprite const &, int, class TDesC8 const &, class TIpcArgs const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3531
	_asm mov eax, 390
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3532
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3533
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3534
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3535
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3536
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3537
void call_vector_391 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3538
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3539
	// ; void RAnim::AsyncCommandReply(class TRequestStatus &, int, class TIpcArgs const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3540
	_asm mov eax, 391
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3541
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3542
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3543
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3544
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3545
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3546
void call_vector_392 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3547
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3548
	// ; public: class TPoint  __thiscall RWindowBase::AbsPosition(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3549
	_asm mov eax, 392
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3550
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3551
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3552
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3553
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3554
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3555
void call_vector_393 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3556
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3557
	// ; public: int __thiscall CWsScreenDevice::RectCompare(class TRect const &,class TRect const &,unsigned int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3558
	_asm mov eax, 393
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3559
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3560
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3561
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3562
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3563
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3564
void call_vector_394 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3565
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3566
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetDefaultScreenModeOrigin(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3567
	_asm mov eax, 394
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3568
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3569
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3570
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3571
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3572
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3573
void call_vector_395 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3574
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3575
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeOrigin(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3576
	_asm mov eax, 395
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3577
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3578
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3579
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3580
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3581
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3582
void call_vector_396 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3583
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3584
	// ; void RWindow::EnableRedrawStore(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3585
	_asm mov eax, 396
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3586
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3587
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3588
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3589
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3590
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3591
void call_vector_397 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3592
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3593
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3594
	_asm mov eax, 397
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3595
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3596
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3597
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3598
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3599
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3600
void call_vector_398 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3601
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3602
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, class TPoint const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3603
	_asm mov eax, 398
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3604
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3605
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3606
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3607
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3608
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3609
void call_vector_399 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3610
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3611
	// ; void CWindowGc::SetOpaque(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3612
	_asm mov eax, 399
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3613
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3614
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3615
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3616
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3617
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3618
void call_vector_400 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3619
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3620
	// ; public: class TSizeMode  __thiscall CWsScreenDevice::GetCurrentScreenModeAttributes(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3621
	_asm mov eax, 400
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3622
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3623
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3624
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3625
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3626
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3627
void call_vector_401 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3628
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3629
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetCurrentScreenModeScaledOrigin(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3630
	_asm mov eax, 401
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3631
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3632
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3633
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3634
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3635
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3636
void call_vector_402 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3637
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3638
	// ; public: class TSize  __thiscall CWsScreenDevice::GetCurrentScreenModeScale(void)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3639
	_asm mov eax, 402
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3640
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3641
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3642
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3643
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3644
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3645
void call_vector_403 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3646
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3647
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeScaledOrigin(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3648
	_asm mov eax, 403
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3649
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3650
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3651
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3652
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3653
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3654
void call_vector_404 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3655
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3656
	// ; public: class TSize  __thiscall CWsScreenDevice::GetScreenModeScale(int)const 
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3657
	_asm mov eax, 404
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3658
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3659
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3660
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3661
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3662
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3663
void call_vector_405 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3664
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3665
	// ; public: void __thiscall CWsScreenDevice::SetAppScreenMode(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3666
	_asm mov eax, 405
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3667
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3668
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3669
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3670
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3671
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3672
void call_vector_406 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3673
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3674
	// ; public: void __thiscall CWsScreenDevice::SetCurrentScreenModeAttributes(class TSizeMode const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3675
	_asm mov eax, 406
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3676
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3677
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3678
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3679
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3680
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3681
void call_vector_407 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3682
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3683
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3684
	_asm mov eax, 407
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3685
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3686
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3687
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3688
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3689
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3690
void call_vector_408 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3691
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3692
	// ; int CWsScreenDevice::Construct(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3693
	_asm mov eax, 408
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3694
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3695
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3696
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3697
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3698
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3699
void call_vector_409 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3700
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3701
	// ; int CWsScreenDevice::GetScreenNumber(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3702
	_asm mov eax, 409
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3703
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3704
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3705
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3706
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3707
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3708
void call_vector_410 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3709
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3710
	// ; int RWsSession::GetFocusScreen(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3711
	_asm mov eax, 410
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3712
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3713
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3714
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3715
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3716
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3717
void call_vector_411 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3718
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3719
	// ; int RWsSession::SetFocusScreen(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3720
	_asm mov eax, 411
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3721
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3722
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3723
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3724
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3725
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3726
void call_vector_412 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3727
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3728
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3729
	_asm mov eax, 412
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3730
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3731
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3732
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3733
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3734
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3735
void call_vector_413 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3736
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3737
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long,int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3738
	_asm mov eax, 413
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3739
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3740
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3741
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3742
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3743
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3744
void call_vector_414 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3745
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3746
	// ; int RWsSession::WindowGroupList(int, class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3747
	_asm mov eax, 414
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3748
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3749
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3750
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3751
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3752
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3753
void call_vector_415 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3754
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3755
	// ; int RWsSession::WindowGroupList(class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3756
	_asm mov eax, 415
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3757
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3758
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3759
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3760
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3761
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3762
void call_vector_416 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3763
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3764
	// ; public: void __thiscall RWindowGroup::AllowProcessToCreateChildWindowGroups(class TUid)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3765
	_asm mov eax, 416
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3766
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3767
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3768
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3769
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3770
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3771
void call_vector_417 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3772
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3773
	// ; public: int __thiscall RWindow::SetTransparencyWsBitmap(class CWsBitmap const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3774
	_asm mov eax, 417
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3775
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3776
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3777
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3778
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3779
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3780
void call_vector_418 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3781
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3782
	// ; int CWsScreenDevice::GetScreenSizeModeList(class RArray<int> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3783
	_asm mov eax, 418
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3784
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3785
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3786
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3787
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3788
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3789
void call_vector_419 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3790
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3791
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInPixels(class CFont * &, class TFontSpec const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3792
	_asm mov eax, 419
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3793
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3794
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3795
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3796
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3797
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3798
void call_vector_420 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3799
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3800
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInTwips(class CFont * &, class TFontSpec const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3801
	_asm mov eax, 420
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3802
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3803
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3804
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3805
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3806
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3807
void call_vector_421 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3808
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3809
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInPixels(class CFont * &, class TFontSpec const &, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3810
	_asm mov eax, 421
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3811
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3812
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3813
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3814
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3815
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3816
void call_vector_422 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3817
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3818
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInTwips(class CFont * &, class TFontSpec const &, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3819
	_asm mov eax, 422
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3820
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3821
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3822
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3823
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3824
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3825
void call_vector_423 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3826
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3827
	// ; void RWindowTreeNode::DisableVisibilityChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3828
	_asm mov eax, 423
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3829
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3830
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3831
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3832
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3833
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3834
void call_vector_424 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3835
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3836
	// ; int RWindowTreeNode::EnableVisibilityChangeEvents(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3837
	_asm mov eax, 424
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3838
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3839
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3840
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3841
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3842
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3843
void call_vector_425 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3844
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3845
	// ; int RWindow::SetTransparencyAlphaChannel(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3846
	_asm mov eax, 425
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3847
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3848
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3849
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3850
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3851
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3852
void call_vector_426 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3853
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3854
	// ; void RBlankWindow::SetColor(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3855
	_asm mov eax, 426
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3856
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3857
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3858
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3859
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3860
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3861
void call_vector_427 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3862
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3863
	// ; int RWsSession::SetClientCursorMode(enum TPointerCursorMode)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3864
	_asm mov eax, 427
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3865
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3866
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3867
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3868
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3869
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3870
void call_vector_428 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3871
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3872
	// ; class TRect RDrawableWindow::GetDrawRect(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3873
	_asm mov eax, 428
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3874
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3875
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3876
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3877
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3878
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3879
void call_vector_429 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3880
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3881
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3882
	_asm mov eax, 429
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3883
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3884
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3885
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3886
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3887
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3888
void call_vector_430 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3889
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3890
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3891
	_asm mov eax, 430
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3892
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3893
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3894
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3895
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3896
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3897
void call_vector_431 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3898
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3899
	// ; void CWindowGc::Reserved_CWindowGc_3(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3900
	_asm mov eax, 431
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3901
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3902
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3903
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3904
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3905
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3906
void call_vector_432 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3907
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3908
	// ; void CWindowGc::Reserved_CWindowGc_4(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3909
	_asm mov eax, 432
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3910
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3911
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3912
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3913
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3914
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3915
void call_vector_433 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3916
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3917
	// ; void CWindowGc::Reserved_CWindowGc_5(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3918
	_asm mov eax, 433
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3919
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3920
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3921
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3922
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3923
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3924
void call_vector_434 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3925
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3926
	// ; void CWindowGc::Reserved_CBitmapContext_1(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3927
	_asm mov eax, 434
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3928
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3929
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3930
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3931
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3932
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3933
void call_vector_435 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3934
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3935
	// ; void CWindowGc::Reserved_CBitmapContext_2(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3936
	_asm mov eax, 435
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3937
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3938
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3939
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3940
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3941
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3942
void call_vector_436 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3943
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3944
	// ; void CWindowGc::Reserved_CBitmapContext_3(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3945
	_asm mov eax, 436
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3946
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3947
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3948
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3949
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3950
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3951
void call_vector_437 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3952
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3953
	// ; int CWindowGc::APIExtension(class TUid, int*&, int *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3954
	_asm mov eax, 437
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3955
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3956
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3957
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3958
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3959
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3960
void call_vector_438 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3961
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3962
	// ; void CWindowGc::Reserved_CGraphicsContext_2(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3963
	_asm mov eax, 438
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3964
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3965
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3966
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3967
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3968
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3969
void call_vector_439 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3970
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3971
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3972
	_asm mov eax, 439
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3973
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3974
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3975
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3976
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3977
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3978
void call_vector_440 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3979
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3980
	// ; int RWsSession::Connect(class RFs &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3981
	_asm mov eax, 440
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3982
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3983
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3984
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3985
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3986
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3987
void call_vector_441 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3988
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3989
	// ; enum TDisplayMode CWsScreenDevice::GetScreenModeDisplayMode(int const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3990
	_asm mov eax, 441
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3991
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3992
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3993
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3994
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3995
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3996
void call_vector_442 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3997
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3998
	// ; public: void __thiscall RWsSession::ClearAllRedrawStores(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  3999
	_asm mov eax, 442
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4000
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4001
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4002
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4003
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4004
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4005
void call_vector_443 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4006
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4007
	// ; int RWindowTreeNode::WindowGroupId(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4008
	_asm mov eax, 443
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4009
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4010
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4011
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4012
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4013
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4014
void call_vector_444 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4015
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4016
	// ; int RWindowBase::GetPointerCapturePriority(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4017
	_asm mov eax, 444
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4018
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4019
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4020
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4021
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4022
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4023
void call_vector_445 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4024
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4025
	// ; void RWindowBase::SetPointerCapturePriority(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4026
	_asm mov eax, 445
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4027
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4028
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4029
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4030
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4031
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4032
void call_vector_446 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4033
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4034
	// ; int RWindow::SetTransparentRegion(class TRegion const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4035
	_asm mov eax, 446
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4036
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4037
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4038
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4039
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4040
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4041
void call_vector_447 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4042
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4043
	// ; int RWindow::SetTransparencyPolicy(enum TWsTransparencyPolicy)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4044
	_asm mov eax, 447
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4045
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4046
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4047
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4048
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4049
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4050
void call_vector_448 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4051
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4052
	// ; int RWindow::IsRedrawStoreEnabled(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4053
	_asm mov eax, 448
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4054
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4055
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4056
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4057
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4058
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4059
void call_vector_449 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4060
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4061
	// ; int CWsScreenDevice::SetBackLight(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4062
	_asm mov eax, 449
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4063
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4064
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4065
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4066
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4067
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4068
void call_vector_450 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4069
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4070
	// ; int RWindowGroup::SetOrdinalPositionErr(int, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4071
	_asm mov eax, 450
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4072
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4073
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4074
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4075
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4076
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4077
void call_vector_451 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4078
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4079
	// ; int RWindowGroup::ClearChildGroup(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4080
	_asm mov eax, 451
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4081
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4082
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4083
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4084
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4085
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4086
void call_vector_452 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4087
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4088
	// ; int RWindowGroup::SetChildGroup(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4089
	_asm mov eax, 452
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4090
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4091
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4092
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4093
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4094
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4095
void call_vector_453 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4096
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4097
	// ; class TUid TWsGraphicId::Uid(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4098
	_asm mov eax, 453
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4099
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4100
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4101
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4102
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4103
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4104
void call_vector_454 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4105
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4106
	// ; CWsGraphic::CWsGraphic(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4107
	_asm mov eax, 454
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4108
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4109
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4110
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4111
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4112
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4113
void call_vector_455 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4114
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4115
	// ; RWsGraphicMsgBuf::RWsGraphicMsgBuf(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4116
	_asm mov eax, 455
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4117
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4118
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4119
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4120
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4121
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4122
void call_vector_456 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4123
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4124
	// ; TWsGraphicMsgFixedBase::TWsGraphicMsgFixedBase(class TUid, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4125
	_asm mov eax, 456
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4126
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4127
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4128
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4129
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4130
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4131
void call_vector_457 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4132
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4133
	// ; CWsGraphic::~CWsGraphic(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4134
	_asm mov eax, 457
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4135
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4136
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4137
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4138
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4139
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4140
void call_vector_458 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4141
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4142
	// ; int RWsGraphicMsgBuf::Append(class TWsGraphicMsgFixedBase const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4143
	_asm mov eax, 458
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4144
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4145
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4146
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4147
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4148
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4149
void call_vector_459 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4150
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4151
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC16 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4152
	_asm mov eax, 459
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4153
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4154
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4155
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4156
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4157
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4158
void call_vector_460 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4159
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4160
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4161
	_asm mov eax, 460
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4162
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4163
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4164
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4165
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4166
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4167
void call_vector_461 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4168
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4169
	// ; int RWsGraphicMsgBuf::Append(class TUid, int, class TPtr8 &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4170
	_asm mov eax, 461
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4171
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4172
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4173
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4174
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4175
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4176
void call_vector_462 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4177
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4178
	// ; void CWsGraphic::BaseConstructL(class TWsGraphicId const &, class TUid, class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4179
	_asm mov eax, 462
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4180
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4181
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4182
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4183
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4184
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4185
void call_vector_463 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4186
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4187
	// ; void CWsGraphic::BaseConstructL(class TUid, class TUid, class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4188
	_asm mov eax, 463
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4189
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4190
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4191
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4192
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4193
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4194
void call_vector_464 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4195
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4196
	// ; void CWsGraphic::BaseConstructL(class TUid, class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4197
	_asm mov eax, 464
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4198
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4199
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4200
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4201
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4202
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4203
void call_vector_465 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4204
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4205
	// ; int CWsGraphic::CWsGraphic_Reserved1(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4206
	_asm mov eax, 465
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4207
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4208
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4209
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4210
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4211
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4212
void call_vector_466 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4213
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4214
	// ; int CWsGraphic::CWsGraphic_Reserved2(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4215
	_asm mov eax, 466
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4216
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4217
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4218
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4219
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4220
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4221
void call_vector_467 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4222
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4223
	// ; int CWsGraphic::CWsGraphic_Reserved3(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4224
	_asm mov eax, 467
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4225
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4226
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4227
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4228
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4229
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4230
void call_vector_468 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4231
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4232
	// ; int TWsGraphicId::Compare(class TWsGraphicId const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4233
	_asm mov eax, 468
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4234
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4235
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4236
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4237
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4238
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4239
void call_vector_469 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4240
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4241
	// ; int RWsGraphicMsgBuf::Count(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4242
	_asm mov eax, 469
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4243
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4244
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4245
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4246
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4247
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4248
void call_vector_470 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4249
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4250
	// ; class TPtrC8 RWsGraphicMsgBuf::Data(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4251
	_asm mov eax, 470
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4252
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4253
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4254
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4255
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4256
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4257
void call_vector_471 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4258
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4259
	// ; void CWsGraphic::Destroy(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4260
	_asm mov eax, 471
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4261
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4262
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4263
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4264
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4265
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4266
void call_vector_472 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4267
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4268
	// ; void RWsGraphicMsgBuf::GetFixedMsg(class TWsGraphicMsgFixedBase &, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4269
	_asm mov eax, 472
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4270
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4271
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4272
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4273
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4274
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4275
void call_vector_473 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4276
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4277
	// ; class TWsGraphicId const & CWsGraphic::Id(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4278
	_asm mov eax, 473
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4279
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4280
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4281
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4282
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4283
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4284
void call_vector_474 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4285
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4286
	// ; int CWsGraphic::IsActive(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4287
	_asm mov eax, 474
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4288
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4289
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4290
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4291
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4292
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4293
void call_vector_475 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4294
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4295
	// ; int TWsGraphicId::IsId(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4296
	_asm mov eax, 475
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4297
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4298
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4299
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4300
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4301
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4302
void call_vector_476 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4303
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4304
	// ; void CWsGraphic::OnClientClose(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4305
	_asm mov eax, 476
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4306
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4307
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4308
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4309
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4310
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4311
void call_vector_477 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4312
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4313
	// ; class TDesC8 const & RWsGraphicMsgBuf::Pckg(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4314
	_asm mov eax, 477
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4315
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4316
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4317
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4318
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4319
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4320
void call_vector_478 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4321
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4322
	// ; class TPtrC8 TWsGraphicMsgFixedBase::Pckg(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4323
	_asm mov eax, 478
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4324
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4325
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4326
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4327
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4328
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4329
void call_vector_479 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4330
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4331
	// ; void RWsGraphicMsgBuf::Remove(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4332
	_asm mov eax, 479
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4333
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4334
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4335
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4336
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4337
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4338
void call_vector_480 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4339
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4340
	// ; void CWsGraphic::SendMessage(class TDesC8 const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4341
	_asm mov eax, 480
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4342
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4343
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4344
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4345
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4346
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4347
void call_vector_481 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4348
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4349
	// ; void TWsGraphicId::Set(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4350
	_asm mov eax, 481
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4351
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4352
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4353
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4354
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4355
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4356
void call_vector_482 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4357
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4358
	// ; void TWsGraphicId::Set(class TUid)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4359
	_asm mov eax, 482
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4360
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4361
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4362
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4363
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4364
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4365
void call_vector_483 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4366
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4367
	// ; int CWsGraphic::Share(class TSecureId)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4368
	_asm mov eax, 483
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4369
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4370
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4371
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4372
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4373
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4374
void call_vector_484 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4375
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4376
	// ; int CWsGraphic::ShareGlobally(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4377
	_asm mov eax, 484
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4378
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4379
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4380
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4381
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4382
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4383
void call_vector_485 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4384
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4385
	// ; int TWsGraphicMsgFixedBase::Size(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4386
	_asm mov eax, 485
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4387
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4388
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4389
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4390
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4391
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4392
void call_vector_486 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4393
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4394
	// ; class TUid RWsGraphicMsgBuf::TypeId(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4395
	_asm mov eax, 486
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4396
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4397
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4398
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4399
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4400
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4401
void call_vector_487 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4402
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4403
	// ; class TUid TWsGraphicMsgFixedBase::TypeId(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4404
	_asm mov eax, 487
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4405
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4406
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4407
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4408
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4409
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4410
void call_vector_488 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4411
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4412
	// ; int CWsGraphic::UnShare(class TSecureId)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4413
	_asm mov eax, 488
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4414
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4415
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4416
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4417
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4418
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4419
void call_vector_489 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4420
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4421
	// ; int CWsGraphic::UnShareGlobally(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4422
	_asm mov eax, 489
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4423
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4424
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4425
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4426
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4427
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4428
void call_vector_490 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4429
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4430
	// ; class TPtr8 RWsGraphicMsgBuf::Data(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4431
	_asm mov eax, 490
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4432
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4433
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4434
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4435
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4436
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4437
void call_vector_491 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4438
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4439
	// ; TWsGraphicId::TWsGraphicId(class TWsGraphicId const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4440
	_asm mov eax, 491
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4441
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4442
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4443
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4444
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4445
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4446
void call_vector_492 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4447
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4448
	// ; TWsGraphicId::TWsGraphicId(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4449
	_asm mov eax, 492
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4450
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4451
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4452
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4453
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4454
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4455
void call_vector_493 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4456
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4457
	// ; int CWsGraphic::Flush(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4458
	_asm mov eax, 493
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4459
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4460
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4461
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4462
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4463
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4464
void call_vector_494 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4465
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4466
	// ; int RWindowGroup::Construct(unsigned long, int, class CWsScreenDevice *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4467
	_asm mov eax, 494
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4468
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4469
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4470
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4471
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4472
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4473
void call_vector_495 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4474
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4475
	// ; int RWindowGroup::Construct(unsigned long, class CWsScreenDevice *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4476
	_asm mov eax, 495
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4477
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4478
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4479
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4480
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4481
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4482
void call_vector_496 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4483
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4484
	// ; int RWsSession::GetColorModeList(int, class CArrayFixFlat<int> *) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4485
	_asm mov eax, 496
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4486
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4487
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4488
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4489
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4490
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4491
void call_vector_497 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4492
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4493
	// ; enum TDisplayMode RWsSession::GetDefModeMaxNumColors(int, int &, int &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4494
	_asm mov eax, 497
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4495
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4496
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4497
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4498
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4499
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4500
void call_vector_498 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4501
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4502
	// ; int RWsSession::GetDefaultOwningWindow(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4503
	_asm mov eax, 498
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4504
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4505
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4506
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4507
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4508
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4509
void call_vector_499 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4510
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4511
	// ; int RWsSession::GetFocusWindowGroup(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4512
	_asm mov eax, 499
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4513
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4514
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4515
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4516
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4517
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4518
void call_vector_500 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4519
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4520
	// ; int RWsSession::NumWindowGroups(int, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4521
	_asm mov eax, 500
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4522
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4523
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4524
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4525
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4526
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4527
void call_vector_501 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4528
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4529
	// ; int RWsSession::NumberOfScreens(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4530
	_asm mov eax, 501
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4531
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4532
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4533
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4534
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4535
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4536
void call_vector_502 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4537
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4538
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *, int, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4539
	_asm mov eax, 502
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4540
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4541
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4542
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4543
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4544
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4545
void call_vector_503 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4546
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4547
	// ; TWsGraphicId::TWsGraphicId(class TUid)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4548
	_asm mov eax, 503
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4549
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4550
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4551
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4552
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4553
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4554
void call_vector_504 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4555
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4556
	// ; public: void __thiscall RWsSession::SetMaxBufferSizeL(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4557
	_asm mov eax, 504
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4558
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4559
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4560
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4561
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4562
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4563
void call_vector_505 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4564
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4565
	// ; void RWindow::EnableOSB(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4566
	_asm mov eax, 505
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4567
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4568
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4569
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4570
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4571
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4572
void call_vector_506 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4573
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4574
	// ; int TWsGraphicId::Id(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4575
	_asm mov eax, 506
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4576
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4577
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4578
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4579
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4580
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4581
void call_vector_507 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4582
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4583
	// ; int TWsGraphicId::IsUid(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4584
	_asm mov eax, 507
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4585
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4586
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4587
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4588
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4589
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4590
void call_vector_508 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4591
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4592
	// ; void CWsGraphic::SetGraphicExtension(class MWsObjectProvider *)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4593
	_asm mov eax, 508
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4594
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4595
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4596
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4597
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4598
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4599
void call_vector_509 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4600
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4601
	// ; int CWsGraphic::SendSynchronMessage(class TDesC8 const &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4602
	_asm mov eax, 509
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4603
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4604
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4605
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4606
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4607
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4608
void call_vector_510 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4609
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4610
	// ; int RWsSession::DebugInfo(int, class TDes8 &, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4611
	_asm mov eax, 510
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4612
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4613
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4614
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4615
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4616
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4617
void call_vector_511 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4618
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4619
	// ; int RWsSession::DebugInfo(int, int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4620
	_asm mov eax, 511
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4621
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4622
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4623
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4624
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4625
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4626
void call_vector_512 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4627
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4628
	// ; unsigned long RWindowTreeNode::ClientHandle(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4629
	_asm mov eax, 512
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4630
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4631
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4632
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4633
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4634
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4635
void call_vector_513 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4636
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4637
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceId const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4638
	_asm mov eax, 513
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4639
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4640
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4641
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4642
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4643
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4644
void call_vector_514 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4645
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4646
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4647
	_asm mov eax, 514
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4648
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4649
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4650
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4651
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4652
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4653
void call_vector_515 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4654
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4655
	// ; class TRgb RWindowBase::KeyColor(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4656
	_asm mov eax, 515
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4657
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4658
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4659
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4660
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4661
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4662
void call_vector_516 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4663
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4664
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4665
	_asm mov eax, 516
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4666
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4667
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4668
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4669
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4670
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4671
void call_vector_517 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4672
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4673
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4674
	_asm mov eax, 517
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4675
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4676
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4677
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4678
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4679
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4680
void call_vector_518 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4681
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4682
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4683
	_asm mov eax, 518
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4684
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4685
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4686
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4687
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4688
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4689
void call_vector_519 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4690
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4691
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4692
	_asm mov eax, 519
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4693
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4694
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4695
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4696
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4697
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4698
void call_vector_520 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4699
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4700
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4701
	_asm mov eax, 520
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4702
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4703
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4704
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4705
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4706
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4707
void call_vector_521 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4708
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4709
	// ; int RWindowBase::GetBackgroundSurface(class TSurfaceConfiguration &) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4710
	_asm mov eax, 521
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4711
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4712
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4713
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4714
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4715
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4716
void call_vector_522 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4717
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4718
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4719
	_asm mov eax, 522
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4720
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4721
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4722
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4723
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4724
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4725
void call_vector_523 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4726
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4727
	// ; int RWsSession::PreferredSurfaceConfigurationSize(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4728
	_asm mov eax, 523
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4729
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4730
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4731
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4732
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4733
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4734
void call_vector_524 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4735
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4736
	// ; int RWsSession::RegisterSurface(int, class TSurfaceId const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4737
	_asm mov eax, 524
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4738
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4739
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4740
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4741
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4742
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4743
void call_vector_525 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4744
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4745
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4746
	_asm mov eax, 525
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4747
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4748
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4749
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4750
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4751
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4752
void call_vector_526 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4753
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4754
	// ; void RWindowBase::RemoveBackgroundSurface(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4755
	_asm mov eax, 526
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4756
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4757
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4758
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4759
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4760
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4761
void call_vector_527 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4762
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4763
	// (noname)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4764
	_asm mov eax, 527
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4765
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4766
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4767
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4768
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4769
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4770
void call_vector_528 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4771
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4772
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceConfiguration const &, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4773
	_asm mov eax, 528
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4774
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4775
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4776
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4777
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4778
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4779
void call_vector_529 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4780
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4781
	// ; void RWsSession::UnregisterSurface(int, class TSurfaceId const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4782
	_asm mov eax, 529
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4783
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4784
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4785
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4786
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4787
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4788
void call_vector_530 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4789
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4790
	// ; void RWindow::ClearRedrawStore(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4791
	_asm mov eax, 530
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4792
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4793
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4794
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4795
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4796
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4797
void call_vector_531 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4798
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4799
	// ; int RWsSession::Finish(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4800
	_asm mov eax, 531
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4801
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4802
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4803
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4804
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4805
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4806
void call_vector_532 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4807
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4808
	// ; void RWsSession::SyncMsgBuf(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4809
	_asm mov eax, 532
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4810
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4811
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4812
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4813
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4814
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4815
void call_vector_533 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4816
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4817
	// ; class RWsSession & CWsGraphic::Session(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4818
	_asm mov eax, 533
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4819
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4820
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4821
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4822
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4823
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4824
void call_vector_534 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4825
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4826
	// ; int RWindowTreeNode::ScreenNumber(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4827
	_asm mov eax, 534
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4828
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4829
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4830
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4831
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4832
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4833
void call_vector_535 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4834
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4835
	// ; void TWsEvent::SetPointerNumber(unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4836
	_asm mov eax, 535
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4837
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4838
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4839
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4840
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4841
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4842
void call_vector_536 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4843
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4844
	// ; int TAdvancedPointerEvent::DoGetPointerNumber(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4845
	_asm mov eax, 536
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4846
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4847
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4848
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4849
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4850
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4851
void call_vector_537 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4852
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4853
	// ; int RWindowBase::ClaimPointerGrab(unsigned char, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4854
	_asm mov eax, 537
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4855
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4856
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4857
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4858
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4859
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4860
void call_vector_538 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4861
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4862
	// ; int RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32, class TRect const &, unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4863
	_asm mov eax, 538
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4864
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4865
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4866
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4867
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4868
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4869
void call_vector_539 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4870
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4871
	// ; int RWsSession::GetExitHighPressureThreshold(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4872
	_asm mov eax, 539
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4873
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4874
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4875
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4876
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4877
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4878
void call_vector_540 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4879
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4880
	// ; int RWsSession::SetCloseProximityThresholds(int, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4881
	_asm mov eax, 540
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4882
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4883
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4884
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4885
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4886
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4887
void call_vector_541 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4888
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4889
	// ; int RWsSession::SetHighPressureThresholds(int, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4890
	_asm mov eax, 541
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4891
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4892
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4893
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4894
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4895
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4896
void call_vector_542 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4897
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4898
	// ; int RWindowBase::CancelPointerRepeatEventRequest(unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4899
	_asm mov eax, 542
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4900
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4901
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4902
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4903
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4904
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4905
void call_vector_543 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4906
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4907
	// ; void TWsEvent::InitAdvancedPointerEvent(enum TPointerEvent::TType, unsigned int, class TPoint3D const &, unsigned char)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4908
	_asm mov eax, 543
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4909
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4910
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4911
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4912
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4913
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4914
void call_vector_544 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4915
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4916
	// ; int RWsSession::GetExitCloseProximityThreshold(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4917
	_asm mov eax, 544
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4918
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4919
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4920
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4921
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4922
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4923
void call_vector_545 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4924
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4925
	// ; void RWindowBase::EnableAdvancedPointers(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4926
	_asm mov eax, 545
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4927
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4928
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4929
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4930
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4931
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4932
void call_vector_546 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4933
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4934
	// ; void TWsEvent::SetPointerZ(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4935
	_asm mov eax, 546
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4936
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4937
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4938
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4939
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4940
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4941
void call_vector_547 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4942
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4943
	// ; int TAdvancedPointerEvent::DoGetProximityAndPressure(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4944
	_asm mov eax, 547
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4945
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4946
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4947
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4948
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4949
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4950
void call_vector_548 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4951
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4952
	// ; int TAdvancedPointerEvent::DoGetProximity(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4953
	_asm mov eax, 548
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4954
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4955
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4956
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4957
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4958
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4959
void call_vector_549 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4960
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4961
	// ; int TAdvancedPointerEvent::DoGetPressure(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4962
	_asm mov eax, 549
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4963
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4964
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4965
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4966
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4967
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4968
void call_vector_550 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4969
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4970
	// ; void RWindowGroup::SimulateAdvancedPointerEvent(class TRawEvent)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4971
	_asm mov eax, 550
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4972
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4973
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4974
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4975
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4976
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4977
void call_vector_551 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4978
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4979
	// ; int RWsSession::GetEnterHighPressureThreshold(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4980
	_asm mov eax, 551
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4981
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4982
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4983
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4984
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4985
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4986
void call_vector_552 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4987
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4988
	// ; int RWsSession::GetEnterCloseProximityThreshold(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4989
	_asm mov eax, 552
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4990
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4991
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4992
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4993
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4994
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4995
void call_vector_553 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4996
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4997
	// ; class TAdvancedPointerEvent & TAdvancedPointerEvent::operator=(class TAdvancedPointerEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4998
	_asm mov eax, 553
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  4999
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5000
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5001
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5002
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5003
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5004
void call_vector_554 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5005
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5006
	// ; TAdvancedPointerEvent::TAdvancedPointerEvent(class TAdvancedPointerEvent const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5007
	_asm mov eax, 554
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5008
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5009
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5010
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5011
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5012
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5013
void call_vector_555 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5014
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5015
	// ; RWsDrawableSource::RWsDrawableSource(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5016
	_asm mov eax, 555
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5017
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5018
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5019
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5020
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5021
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5022
void call_vector_556 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5023
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5024
	// ; void RWsDrawableSource::Close(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5025
	_asm mov eax, 556
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5026
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5027
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5028
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5029
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5030
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5031
void call_vector_557 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5032
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5033
	// ; int RWsDrawableSource::Create(class RSgDrawable const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5034
	_asm mov eax, 557
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5035
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5036
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5037
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5038
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5039
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5040
void call_vector_558 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5041
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5042
	// ; class TSgDrawableId const & RWsDrawableSource::DrawableId(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5043
	_asm mov eax, 558
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5044
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5045
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5046
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5047
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5048
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5049
void call_vector_559 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5050
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5051
	// ; void CWindowGc::DrawResource(class TPoint const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5052
	_asm mov eax, 559
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5053
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5054
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5055
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5056
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5057
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5058
void call_vector_560 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5059
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5060
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5061
	_asm mov eax, 560
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5062
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5063
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5064
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5065
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5066
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5067
void call_vector_561 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5068
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5069
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TRect const &, enum CWindowGc::TGraphicsRotation)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5070
	_asm mov eax, 561
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5071
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5072
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5073
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5074
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5075
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5076
void call_vector_562 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5077
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5078
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TDesC8 const &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5079
	_asm mov eax, 562
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5080
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5081
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5082
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5083
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5084
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5085
void call_vector_563 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5086
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5087
	// ; int RDirectScreenAccess::Construct(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5088
	_asm mov eax, 563
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5089
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5090
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5091
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5092
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5093
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5094
void call_vector_564 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5095
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5096
	// ; class CDirectScreenAccess * CDirectScreenAccess::NewL(class RWsSession &, class CWsScreenDevice &, class RWindowBase &, class MDirectScreenAccess &, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5097
	_asm mov eax, 564
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5098
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5099
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5100
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5101
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5102
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5103
void call_vector_565 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5104
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5105
	// ; int RWsDrawableSource::Create(class RSgDrawable const &, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5106
	_asm mov eax, 565
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5107
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5108
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5109
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5110
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5111
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5112
void call_vector_566 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5113
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5114
	// ; RWsDrawableSource::RWsDrawableSource(class RWsSession &)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5115
	_asm mov eax, 566
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5116
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5117
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5118
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5119
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5120
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5121
void call_vector_567 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5122
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5123
	// ; int RWsDrawableSource::ScreenNumber(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5124
	_asm mov eax, 567
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5125
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5126
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5127
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5128
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5129
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5130
void call_vector_568 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5131
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5132
	// ; void * CWsScreenDevice::GetInterface(unsigned int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5133
	_asm mov eax, 568
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5134
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5135
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5136
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5137
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5138
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5139
void call_vector_569 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5140
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5141
	// ; int CWsScreenDevice::IsCurrentModeDynamic(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5142
	_asm mov eax, 569
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5143
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5144
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5145
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5146
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5147
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5148
void call_vector_570 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5149
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5150
	// ; int CWsScreenDevice::IsModeDynamic(int) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5151
	_asm mov eax, 570
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5152
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5153
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5154
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5155
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5156
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5157
void call_vector_571 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5158
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5159
	// ; void const * CWindowGc::Interface(class TUid) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5160
	_asm mov eax, 571
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5161
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5162
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5163
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5164
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5165
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5166
void call_vector_572 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5167
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5168
	// ; void * CWindowGc::Interface(class TUid)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5169
	_asm mov eax, 572
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5170
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5171
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5172
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5173
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5174
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5175
void call_vector_573 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5176
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5177
	// ; class RWsSession * RWindowTreeNode::Session(void) const
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5178
	_asm mov eax, 573
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5179
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5180
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5181
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5182
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5183
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5184
void call_vector_574 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5185
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5186
	// ; void RWsSession::HeapSetBurstFail(int, int, int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5187
	_asm mov eax, 574
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5188
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5189
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5190
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5191
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5192
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5193
void call_vector_575 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5194
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5195
	// ; void RWsSession::EnableWindowSizeCacheL(void)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5196
	_asm mov eax, 575
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5197
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5198
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5199
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5200
__declspec(dllexport)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5201
__declspec(naked)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5202
void call_vector_576 ()
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5203
	{
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5204
	// ; void RWindowBase::SetSurfaceTransparency(int)
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5205
	_asm mov eax, 576
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5206
	_asm jmp common_dispatch
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5207
	}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5208
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5209
}
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5210
#define MAX_ORDINAL 577
76efc8f9f7b4 Apply Faisal's first patch from Bug 2354
William Roberts <williamr@symbian.org>
parents: 26
diff changeset
  5211