windowing/windowserver/wins_switching/ws32_stubs.h
author Faisal Memon <faisal.memon@nokia.com>
Thu, 06 May 2010 11:31:11 +0100
branchNewGraphicsArchitecture
changeset 47 48b924ae7197
parent 40 2ab528493d70
permissions -rw-r--r--
Applied patch 1, to provide a syborg specific minigui oby file. Need to compare this with the "stripped" version currently in the tree. This supplied version applies for Nokia builds, but need to repeat the test for SF builds to see if pruning is needed, or if the file needs to be device-specific.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
40
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     1
/*
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     2
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     3
* All rights reserved.
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     4
* This component and the accompanying materials are made available
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     6
* which accompanies this distribution, and is available
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     8
*
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
     9
* Initial Contributors:
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    10
* Nokia Corporation - initial contribution.
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    11
*
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    12
* Contributors:
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    13
*
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    14
* Description: 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    15
*
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    16
*/
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    17
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    18
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    19
extern "C" {
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    20
void common_dispatch();
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    21
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    22
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    23
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    24
void call_vector_1 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    25
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    26
	// ; public: __thiscall CWindowGc::CWindowGc(class CWsScreenDevice *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    27
	_asm mov eax, 1
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    28
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    29
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    30
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    31
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    32
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    33
void call_vector_2 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    34
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    35
	// ; public: __thiscall CWsBitmap::CWsBitmap(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    36
	_asm mov eax, 2
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    37
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    38
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    39
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    40
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    41
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    42
void call_vector_3 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    43
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    44
	// ; public: __thiscall CWsBitmap::CWsBitmap(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    45
	_asm mov eax, 3
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    46
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    47
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    48
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    49
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    50
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    51
void call_vector_4 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    52
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    53
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    54
	_asm mov eax, 4
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    55
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    56
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    57
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    58
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    59
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    60
void call_vector_5 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    61
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    62
	// ; public: __thiscall CWsScreenDevice::CWsScreenDevice(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    63
	_asm mov eax, 5
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    64
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    65
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    66
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    67
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    68
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    69
void call_vector_6 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    70
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    71
	// ; protected: __thiscall RAnim::RAnim(class RAnimDll &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    72
	_asm mov eax, 6
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    73
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    74
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    75
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    76
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    77
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    78
void call_vector_7 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    79
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    80
	// ; protected: __thiscall RAnim::RAnim(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    81
	_asm mov eax, 7
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    82
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    83
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    84
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    85
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    86
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    87
void call_vector_8 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    88
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    89
	// ; public: __thiscall RAnimDll::RAnimDll(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    90
	_asm mov eax, 8
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    91
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    92
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    93
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    94
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    95
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    96
void call_vector_9 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    97
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    98
	// ; public: __thiscall RAnimDll::RAnimDll(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
    99
	_asm mov eax, 9
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   100
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   101
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   102
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   103
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   104
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   105
void call_vector_10 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   106
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   107
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   108
	_asm mov eax, 10
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   109
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   110
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   111
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   112
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   113
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   114
void call_vector_11 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   115
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   116
	// ; public: __thiscall RBackedUpWindow::RBackedUpWindow(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   117
	_asm mov eax, 11
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   118
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   119
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   120
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   121
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   122
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   123
void call_vector_12 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   124
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   125
	// ; public: __thiscall RBlankWindow::RBlankWindow(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   126
	_asm mov eax, 12
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   127
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   128
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   129
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   130
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   131
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   132
void call_vector_13 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   133
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   134
	// ; public: __thiscall RBlankWindow::RBlankWindow(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   135
	_asm mov eax, 13
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   136
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   137
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   138
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   139
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   140
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   141
void call_vector_14 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   142
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   143
	// ; public: __thiscall RWindow::RWindow(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   144
	_asm mov eax, 14
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   145
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   146
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   147
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   148
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   149
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   150
void call_vector_15 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   151
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   152
	// ; public: __thiscall RWindow::RWindow(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   153
	_asm mov eax, 15
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   154
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   155
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   156
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   157
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   158
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   159
void call_vector_16 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   160
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   161
	// ; public: __thiscall RWindowGroup::RWindowGroup(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   162
	_asm mov eax, 16
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   163
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   164
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   165
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   166
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   167
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   168
void call_vector_17 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   169
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   170
	// ; public: __thiscall RWindowGroup::RWindowGroup(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   171
	_asm mov eax, 17
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   172
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   173
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   174
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   175
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   176
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   177
void call_vector_18 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   178
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   179
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   180
	_asm mov eax, 18
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   181
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   182
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   183
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   184
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   185
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   186
void call_vector_19 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   187
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   188
	// ; public: __thiscall RWsPointerCursor::RWsPointerCursor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   189
	_asm mov eax, 19
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   190
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   191
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   192
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   193
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   194
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   195
void call_vector_20 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   196
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   197
	// ; public: __thiscall RWsSession::RWsSession(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   198
	_asm mov eax, 20
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   199
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   200
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   201
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   202
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   203
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   204
void call_vector_21 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   205
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   206
	// ; public: __thiscall RWsSprite::RWsSprite(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   207
	_asm mov eax, 21
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   208
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   209
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   210
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   211
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   212
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   213
void call_vector_22 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   214
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   215
	// ; public: __thiscall RWsSprite::RWsSprite(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   216
	_asm mov eax, 22
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   217
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   218
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   219
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   220
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   221
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   222
void call_vector_23 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   223
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   224
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   225
	_asm mov eax, 23
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   226
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   227
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   228
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   229
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   230
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   231
void call_vector_24 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   232
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   233
	// ; protected: __thiscall RWsSpriteBase::RWsSpriteBase(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   234
	_asm mov eax, 24
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   235
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   236
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   237
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   238
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   239
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   240
void call_vector_25 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   241
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   242
	// ; public: virtual __thiscall CWindowGc::~CWindowGc(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   243
	_asm mov eax, 25
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   244
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   245
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   246
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   247
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   248
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   249
void call_vector_26 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   250
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   251
	// ; public: virtual __thiscall CWsBitmap::~CWsBitmap(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   252
	_asm mov eax, 26
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   253
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   254
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   255
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   256
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   257
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   258
void call_vector_27 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   259
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   260
	// ; public: virtual __thiscall CWsScreenDevice::~CWsScreenDevice(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   261
	_asm mov eax, 27
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   262
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   263
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   264
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   265
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   266
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   267
void call_vector_28 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   268
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   269
	// ; public: virtual __thiscall RAnim::~RAnim(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   270
	_asm mov eax, 28
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   271
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   272
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   273
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   274
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   275
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   276
void call_vector_29 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   277
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   278
	// ; public: virtual __thiscall RAnimDll::~RAnimDll(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   279
	_asm mov eax, 29
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   280
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   281
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   282
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   283
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   284
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   285
void call_vector_30 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   286
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   287
	// ; public: virtual void __thiscall CWindowGc::Activate(class RDrawableWindow &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   288
	_asm mov eax, 30
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   289
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   290
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   291
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   292
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   293
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   294
void call_vector_31 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   295
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   296
	// ; public: void __thiscall RWindowBase::Activate(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   297
	_asm mov eax, 31
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   298
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   299
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   300
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   301
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   302
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   303
void call_vector_32 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   304
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   305
	// ; public: int __thiscall RWsSpriteBase::Activate(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   306
	_asm mov eax, 32
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   307
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   308
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   309
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   310
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   311
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   312
void call_vector_33 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   313
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   314
	// ; public: virtual int __thiscall CWsScreenDevice::AddFile(class TDesC16 const &,int &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   315
	_asm mov eax, 33
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   316
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   317
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   318
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   319
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   320
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   321
void call_vector_34 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   322
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   323
	// ; public: int __thiscall RWindowBase::AddKeyRect(class TRect const &,int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   324
	_asm mov eax, 34
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   325
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   326
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   327
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   328
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   329
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   330
void call_vector_35 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   331
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   332
	// ; public: int __thiscall RWindowGroup::AddPriorityKey(unsigned int,unsigned int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   333
	_asm mov eax, 35
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   334
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   335
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   336
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   337
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   338
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   339
void call_vector_36 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   340
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   341
	// ; public: int __thiscall RWindowBase::AllocPointerMoveBuffer(int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   342
	_asm mov eax, 36
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   343
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   344
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   345
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   346
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   347
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   348
void call_vector_37 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   349
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   350
	// ; public: int __thiscall RWsSpriteBase::AppendMember(struct TSpriteMember const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   351
	_asm mov eax, 37
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   352
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   353
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   354
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   355
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   356
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   357
void call_vector_38 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   358
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   359
	// ; public: void __thiscall RWindowGroup::AutoForeground(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   360
	_asm mov eax, 38
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   361
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   362
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   363
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   364
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   365
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   366
void call_vector_39 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   367
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   368
	// ; public: void __thiscall RWindow::BeginRedraw(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   369
	_asm mov eax, 39
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   370
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   371
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   372
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   373
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   374
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   375
void call_vector_40 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   376
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   377
	// ; public: void __thiscall RWindow::BeginRedraw(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   378
	_asm mov eax, 40
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   379
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   380
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   381
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   382
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   383
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   384
void call_vector_41 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   385
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   386
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   387
	_asm mov eax, 41
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   388
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   389
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   390
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   391
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   392
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   393
void call_vector_42 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   394
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   395
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CFbsBitmap const *,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   396
	_asm mov eax, 42
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   397
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   398
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   399
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   400
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   401
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   402
void call_vector_43 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   403
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   404
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   405
	_asm mov eax, 43
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   406
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   407
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   408
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   409
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   410
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   411
void call_vector_44 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   412
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   413
	// ; public: virtual void __thiscall CWindowGc::BitBlt(class TPoint const &,class CWsBitmap const *,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   414
	_asm mov eax, 44
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   415
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   416
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   417
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   418
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   419
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   420
void call_vector_45 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   421
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   422
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CFbsBitmap const *,class TRect const &,class CFbsBitmap const *,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   423
	_asm mov eax, 45
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   424
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   425
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   426
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   427
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   428
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   429
void call_vector_46 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   430
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   431
	// ; public: virtual void __thiscall CWindowGc::BitBltMasked(class TPoint const &,class CWsBitmap const *,class TRect const &,class CWsBitmap const *,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   432
	_asm mov eax, 46
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   433
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   434
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   435
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   436
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   437
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   438
void call_vector_47 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   439
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   440
	// ; int RBackedUpWindow::BitmapHandle(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   441
	_asm mov eax, 47
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   442
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   443
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   444
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   445
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   446
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   447
void call_vector_48 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   448
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   449
	// ; public: void __thiscall RWindowGroup::CancelCaptureKey(long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   450
	_asm mov eax, 48
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   451
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   452
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   453
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   454
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   455
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   456
void call_vector_49 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   457
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   458
	// ; public: void __thiscall RWindowGroup::CancelCaptureKeyUpAndDowns(long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   459
	_asm mov eax, 49
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   460
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   461
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   462
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   463
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   464
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   465
void call_vector_50 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   466
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   467
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRect(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   468
	_asm mov eax, 50
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   469
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   470
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   471
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   472
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   473
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   474
void call_vector_51 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   475
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   476
	// ; public: virtual void __thiscall CWindowGc::CancelClippingRegion(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   477
	_asm mov eax, 51
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   478
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   479
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   480
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   481
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   482
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   483
void call_vector_52 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   484
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   485
	// ; public: void __thiscall RWindowBase::CancelPointerRepeatEventRequest(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   486
	_asm mov eax, 52
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   487
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   488
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   489
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   490
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   491
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   492
void call_vector_53 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   493
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   494
	// ; public: void __thiscall RWindowGroup::CancelTextCursor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   495
	_asm mov eax, 53
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   496
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   497
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   498
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   499
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   500
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   501
void call_vector_54 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   502
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   503
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   504
	_asm mov eax, 54
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   505
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   506
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   507
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   508
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   509
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   510
void call_vector_55 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   511
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   512
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   513
	_asm mov eax, 55
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   514
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   515
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   516
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   517
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   518
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   519
void call_vector_56 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   520
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   521
	// ; public: unsigned long __thiscall RWindowTreeNode::Child(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   522
	_asm mov eax, 56
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   523
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   524
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   525
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   526
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   527
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   528
void call_vector_57 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   529
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   530
	// ; public: void __thiscall RWindowBase::ClaimPointerGrab(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   531
	_asm mov eax, 57
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   532
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   533
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   534
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   535
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   536
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   537
void call_vector_58 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   538
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   539
	// ; public: int __thiscall RWsSession::ClaimSystemPointerCursorList(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   540
	_asm mov eax, 58
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   541
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   542
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   543
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   544
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   545
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   546
void call_vector_59 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   547
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   548
	// ; public: virtual void __thiscall CWindowGc::Clear(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   549
	_asm mov eax, 59
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   550
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   551
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   552
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   553
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   554
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   555
void call_vector_60 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   556
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   557
	// ; public: virtual void __thiscall CWindowGc::Clear(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   558
	_asm mov eax, 60
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   559
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   560
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   561
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   562
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   563
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   564
void call_vector_61 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   565
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   566
	// ; public: int __thiscall RWsSession::ClearHotKeys(enum THotKey)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   567
	_asm mov eax, 61
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   568
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   569
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   570
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   571
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   572
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   573
void call_vector_62 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   574
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   575
	// ; public: void __thiscall RWsSession::ClearSystemPointerCursor(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   576
	_asm mov eax, 62
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   577
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   578
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   579
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   580
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   581
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   582
void call_vector_63 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   583
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   584
	// ; public: virtual void __thiscall RAnim::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   585
	_asm mov eax, 63
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   586
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   587
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   588
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   589
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   590
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   591
void call_vector_64 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   592
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   593
	// ; public: virtual void __thiscall RAnimDll::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   594
	_asm mov eax, 64
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   595
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   596
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   597
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   598
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   599
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   600
void call_vector_65 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   601
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   602
	// ; public: void __thiscall RWindowTreeNode::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   603
	_asm mov eax, 65
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   604
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   605
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   606
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   607
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   608
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   609
void call_vector_66 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   610
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   611
	// ; public: void __thiscall RWsSpriteBase::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   612
	_asm mov eax, 66
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   613
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   614
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   615
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   616
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   617
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   618
void call_vector_67 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   619
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   620
	// ; protected: void __thiscall RAnim::Command(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   621
	_asm mov eax, 67
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   622
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   623
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   624
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   625
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   626
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   627
void call_vector_68 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   628
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   629
	// ; protected: void __thiscall RAnim::Command(int,class TPtrC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   630
	_asm mov eax, 68
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   631
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   632
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   633
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   634
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   635
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   636
void call_vector_69 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   637
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   638
	// ; protected: int __thiscall RAnim::CommandReply(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   639
	_asm mov eax, 69
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   640
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   641
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   642
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   643
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   644
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   645
void call_vector_70 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   646
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   647
	// ; protected: int __thiscall RAnim::CommandReply(int,class TPtrC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   648
	_asm mov eax, 70
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   649
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   650
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   651
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   652
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   653
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   654
void call_vector_71 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   655
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   656
	// ; public: void __thiscall RWsSession::ComputeMode(enum RWsSession::TComputeMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   657
	_asm mov eax, 71
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   658
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   659
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   660
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   661
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   662
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   663
void call_vector_72 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   664
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   665
	// ; public: int __thiscall RWsSession::Connect(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   666
	_asm mov eax, 72
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   667
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   668
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   669
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   670
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   671
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   672
void call_vector_73 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   673
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   674
	// ; public: virtual int __thiscall CWindowGc::Construct(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   675
	_asm mov eax, 73
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   676
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   677
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   678
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   679
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   680
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   681
void call_vector_74 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   682
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   683
	// ; public: int __thiscall CWsScreenDevice::Construct(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   684
	_asm mov eax, 74
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   685
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   686
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   687
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   688
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   689
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   690
void call_vector_75 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   691
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   692
	// ; protected: int __thiscall RAnim::Construct(class RWindowBase const &,int,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   693
	_asm mov eax, 75
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   694
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   695
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   696
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   697
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   698
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   699
void call_vector_76 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   700
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   701
	// ; public: int __thiscall RBackedUpWindow::Construct(class RWindowTreeNode const &,enum TDisplayMode,unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   702
	_asm mov eax, 76
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   703
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   704
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   705
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   706
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   707
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   708
void call_vector_77 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   709
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   710
	// ; public: int __thiscall RBlankWindow::Construct(class RWindowTreeNode const &,unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   711
	_asm mov eax, 77
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   712
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   713
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   714
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   715
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   716
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   717
void call_vector_78 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   718
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   719
	// ; public: int __thiscall RWindow::Construct(class RWindowTreeNode const &,unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   720
	_asm mov eax, 78
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   721
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   722
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   723
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   724
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   725
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   726
void call_vector_79 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   727
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   728
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   729
	_asm mov eax, 79
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   730
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   731
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   732
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   733
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   734
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   735
void call_vector_80 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   736
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   737
	// ; public: int __thiscall RWindowGroup::Construct(unsigned long,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   738
	_asm mov eax, 80
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   739
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   740
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   741
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   742
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   743
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   744
void call_vector_81 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   745
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   746
	// ; public: int __thiscall RWsPointerCursor::Construct(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   747
	_asm mov eax, 81
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   748
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   749
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   750
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   751
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   752
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   753
void call_vector_82 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   754
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   755
	// ; public: int __thiscall RWsSprite::Construct(class RWindowTreeNode &,class TPoint const &,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   756
	_asm mov eax, 82
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   757
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   758
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   759
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   760
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   761
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   762
void call_vector_83 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   763
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   764
	// ; public: virtual void __thiscall CWindowGc::CopyRect(class TPoint const &,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   765
	_asm mov eax, 83
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   766
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   767
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   768
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   769
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   770
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   771
void call_vector_84 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   772
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   773
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   774
	_asm mov eax, 84
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   775
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   776
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   777
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   778
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   779
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   780
void call_vector_85 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   781
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   782
	// ; public: int __thiscall CWsScreenDevice::CopyScreenToBitmap(class CFbsBitmap const *,class TRect const &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   783
	_asm mov eax, 85
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   784
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   785
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   786
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   787
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   788
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   789
void call_vector_86 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   790
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   791
	// ; public: int __thiscall CWsBitmap::Create(class TSize const &,enum TDisplayMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   792
	_asm mov eax, 86
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   793
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   794
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   795
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   796
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   797
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   798
void call_vector_87 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   799
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   800
	// ; public: virtual int __thiscall CWsScreenDevice::CreateContext(class CGraphicsContext * &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   801
	_asm mov eax, 87
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   802
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   803
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   804
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   805
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   806
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   807
void call_vector_88 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   808
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   809
	// ; public: virtual void __thiscall CWindowGc::Deactivate(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   810
	_asm mov eax, 88
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   811
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   812
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   813
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   814
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   815
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   816
void call_vector_89 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   817
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   818
	// ; public: void __thiscall RWindowGroup::DefaultOwningWindow(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   819
	_asm mov eax, 89
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   820
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   821
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   822
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   823
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   824
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   825
void call_vector_90 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   826
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   827
	// ; public: void __thiscall RAnim::Destroy(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   828
	_asm mov eax, 90
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   829
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   830
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   831
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   832
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   833
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   834
void call_vector_91 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   835
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   836
	// ; public: void __thiscall RAnimDll::Destroy(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   837
	_asm mov eax, 91
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   838
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   839
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   840
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   841
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   842
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   843
void call_vector_92 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   844
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   845
	// ; public: void __thiscall RWindowTreeNode::Destroy(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   846
	_asm mov eax, 92
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   847
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   848
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   849
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   850
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   851
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   852
void call_vector_93 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   853
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   854
	// ; public: virtual class CGraphicsDevice * __thiscall CWindowGc::Device(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   855
	_asm mov eax, 93
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   856
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   857
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   858
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   859
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   860
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   861
void call_vector_94 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   862
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   863
	// ; public: void __thiscall RWindowTreeNode::DisableGroupChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   864
	_asm mov eax, 94
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   865
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   866
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   867
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   868
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   869
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   870
void call_vector_95 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   871
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   872
	// ; public: void __thiscall RWindowGroup::DisableKeyClick(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   873
	_asm mov eax, 95
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   874
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   875
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   876
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   877
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   878
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   879
void call_vector_96 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   880
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   881
	// ; public: void __thiscall RWindowTreeNode::DisableModifierChangedEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   882
	_asm mov eax, 96
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   883
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   884
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   885
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   886
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   887
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   888
void call_vector_97 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   889
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   890
	// ; public: void __thiscall RWindowTreeNode::DisableOnEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   891
	_asm mov eax, 97
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   892
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   893
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   894
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   895
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   896
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   897
void call_vector_98 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   898
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   899
	// ; public: void __thiscall RWindowTreeNode::DisableErrorMessages(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   900
	_asm mov eax, 98
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   901
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   902
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   903
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   904
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   905
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   906
void call_vector_99 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   907
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   908
	// ; public: void __thiscall RWindowBase::DisablePointerMoveBuffer(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   909
	_asm mov eax, 99
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   910
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   911
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   912
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   913
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   914
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   915
void call_vector_100 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   916
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   917
	// ; public: virtual void __thiscall CWindowGc::DiscardBrushPattern(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   918
	_asm mov eax, 100
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   919
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   920
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   921
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   922
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   923
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   924
void call_vector_101 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   925
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   926
	// ; public: virtual void __thiscall CWindowGc::DiscardFont(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   927
	_asm mov eax, 101
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   928
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   929
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   930
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   931
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   932
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   933
void call_vector_102 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   934
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   935
	// ; public: void __thiscall RWindowBase::DiscardPointerMoveBuffer(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   936
	_asm mov eax, 102
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   937
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   938
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   939
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   940
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   941
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   942
void call_vector_103 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   943
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   944
	// ; public: void __thiscall RWsSession::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   945
	_asm mov eax, 103
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   946
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   947
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   948
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   949
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   950
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   951
void call_vector_104 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   952
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   953
	// ; public: virtual enum TDisplayMode  __thiscall CWsScreenDevice::DisplayMode(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   954
	_asm mov eax, 104
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   955
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   956
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   957
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   958
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   959
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   960
void call_vector_105 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   961
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   962
	// ; public: virtual void __thiscall CWindowGc::DrawArc(class TRect const &,class TPoint const &,class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   963
	_asm mov eax, 105
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   964
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   965
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   966
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   967
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   968
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   969
void call_vector_106 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   970
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   971
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TPoint const &,class CFbsBitmap const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   972
	_asm mov eax, 106
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   973
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   974
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   975
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   976
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   977
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   978
void call_vector_107 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   979
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   980
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   981
	_asm mov eax, 107
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   982
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   983
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   984
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   985
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   986
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   987
void call_vector_108 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   988
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   989
	// ; public: virtual void __thiscall CWindowGc::DrawBitmap(class TRect const &,class CFbsBitmap const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   990
	_asm mov eax, 108
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   991
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   992
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   993
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   994
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   995
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   996
void call_vector_109 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   997
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   998
	// ; public: virtual void __thiscall CWindowGc::DrawEllipse(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
   999
	_asm mov eax, 109
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1000
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1001
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1002
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1003
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1004
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1005
void call_vector_110 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1006
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1007
	// ; public: virtual void __thiscall CWindowGc::DrawLine(class TPoint const &,class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1008
	_asm mov eax, 110
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1009
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1010
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1011
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1012
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1013
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1014
void call_vector_111 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1015
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1016
	// ; public: virtual void __thiscall CWindowGc::DrawLineBy(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1017
	_asm mov eax, 111
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1018
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1019
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1020
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1021
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1022
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1023
void call_vector_112 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1024
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1025
	// ; public: virtual void __thiscall CWindowGc::DrawLineTo(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1026
	_asm mov eax, 112
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1027
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1028
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1029
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1030
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1031
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1032
void call_vector_113 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1033
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1034
	// ; public: virtual void __thiscall CWindowGc::DrawPie(class TRect const &,class TPoint const &,class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1035
	_asm mov eax, 113
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1036
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1037
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1038
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1039
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1040
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1041
void call_vector_114 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1042
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1043
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class CArrayFix<class TPoint> const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1044
	_asm mov eax, 114
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1045
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1046
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1047
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1048
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1049
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1050
void call_vector_115 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1051
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1052
	// ; public: virtual void __thiscall CWindowGc::DrawPolyLine(class TPoint const *,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1053
	_asm mov eax, 115
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1054
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1055
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1056
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1057
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1058
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1059
void call_vector_116 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1060
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1061
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class CArrayFix<class TPoint> const *,enum CGraphicsContext::TFillRule)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1062
	_asm mov eax, 116
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1063
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1064
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1065
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1066
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1067
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1068
void call_vector_117 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1069
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1070
	// ; public: virtual int __thiscall CWindowGc::DrawPolygon(class TPoint const *,int,enum CGraphicsContext::TFillRule)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1071
	_asm mov eax, 117
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1072
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1073
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1074
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1075
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1076
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1077
void call_vector_118 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1078
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1079
	// ; public: virtual void __thiscall CWindowGc::DrawRect(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1080
	_asm mov eax, 118
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1081
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1082
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1083
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1084
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1085
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1086
void call_vector_119 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1087
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1088
	// ; public: virtual void __thiscall CWindowGc::DrawRoundRect(class TRect const &,class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1089
	_asm mov eax, 119
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1090
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1091
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1092
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1093
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1094
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1095
void call_vector_120 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1096
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1097
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1098
	_asm mov eax, 120
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1099
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1100
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1101
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1102
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1103
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1104
void call_vector_121 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1105
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1106
	// ; public: virtual void __thiscall CWindowGc::DrawText(class TDesC16 const &,class TRect const &,int,enum CGraphicsContext::TTextAlign,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1107
	_asm mov eax, 121
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1108
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1109
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1110
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1111
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1112
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1113
void call_vector_122 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1114
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1115
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TPoint const &,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1116
	_asm mov eax, 122
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1117
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1118
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1119
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1120
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1121
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1122
void call_vector_123 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1123
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1124
	// ; public: virtual void __thiscall CWindowGc::DrawTextVertical(class TDesC16 const &,class TRect const &,int,int,enum CGraphicsContext::TTextAlign,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1125
	_asm mov eax, 123
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1126
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1127
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1128
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1129
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1130
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1131
void call_vector_124 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1132
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1133
	// ; public: int __thiscall CWsBitmap::Duplicate(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1134
	_asm mov eax, 124
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1135
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1136
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1137
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1138
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1139
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1140
void call_vector_125 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1141
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1142
	// ; public: void __thiscall RWindowBase::EnableBackup(unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1143
	_asm mov eax, 125
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1144
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1145
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1146
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1147
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1148
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1149
void call_vector_126 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1150
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1151
	// ; public: int __thiscall RWindowTreeNode::EnableGroupChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1152
	_asm mov eax, 126
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1153
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1154
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1155
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1156
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1157
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1158
void call_vector_127 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1159
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1160
	// ; public: int __thiscall RWindowTreeNode::EnableModifierChangedEvents(unsigned int,enum TEventControl)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1161
	_asm mov eax, 127
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1162
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1163
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1164
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1165
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1166
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1167
void call_vector_128 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1168
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1169
	// ; public: int __thiscall RWindowTreeNode::EnableOnEvents(enum TEventControl)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1170
	_asm mov eax, 128
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1171
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1172
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1173
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1174
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1175
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1176
void call_vector_129 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1177
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1178
	// ; public: int __thiscall RWindowTreeNode::EnableErrorMessages(enum TEventControl)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1179
	_asm mov eax, 129
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1180
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1181
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1182
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1183
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1184
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1185
void call_vector_130 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1186
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1187
	// ; public: void __thiscall RWindowBase::EnablePointerMoveBuffer(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1188
	_asm mov eax, 130
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1189
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1190
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1191
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1192
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1193
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1194
void call_vector_131 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1195
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1196
	// ; public: void __thiscall RWindowGroup::EnableReceiptOfFocus(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1197
	_asm mov eax, 131
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1198
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1199
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1200
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1201
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1202
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1203
void call_vector_132 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1204
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1205
	// ; public: void __thiscall RWindow::EndRedraw(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1206
	_asm mov eax, 132
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1207
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1208
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1209
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1210
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1211
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1212
void call_vector_133 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1213
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1214
	// ; public: void __thiscall RWsSession::EventReady(class TRequestStatus *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1215
	_asm mov eax, 133
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1216
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1217
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1218
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1219
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1220
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1221
void call_vector_134 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1222
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1223
	// ; public: void __thiscall RWsSession::EventReadyCancel(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1224
	_asm mov eax, 134
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1225
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1226
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1227
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1228
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1229
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1230
void call_vector_135 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1231
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1232
	// ; int RWsSession::FetchMessage(class TUid &, class TPtr8 &, class TWsEvent const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1233
	_asm mov eax, 135
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1234
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1235
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1236
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1237
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1238
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1239
void call_vector_136 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1240
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1241
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TDesC16 const &, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1242
	_asm mov eax, 136
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1243
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1244
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1245
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1246
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1247
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1248
void call_vector_137 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1249
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1250
	// ; int RWsSession::FindWindowGroupIdentifier(int, class TThreadId) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1251
	_asm mov eax, 137
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1252
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1253
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1254
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1255
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1256
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1257
void call_vector_138 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1258
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1259
	// ; public: void __thiscall RWsSession::Flush(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1260
	_asm mov eax, 138
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1261
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1262
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1263
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1264
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1265
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1266
void call_vector_139 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1267
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1268
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInPixels(int,int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1269
	_asm mov eax, 139
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1270
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1271
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1272
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1273
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1274
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1275
void call_vector_140 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1276
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1277
	// ; public: virtual int __thiscall CWsScreenDevice::FontHeightInTwips(int,int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1278
	_asm mov eax, 140
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1279
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1280
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1281
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1282
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1283
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1284
void call_vector_141 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1285
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1286
	// ; public: void __thiscall RWindowBase::FreePointerMoveBuffer(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1287
	_asm mov eax, 141
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1288
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1289
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1290
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1291
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1292
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1293
void call_vector_142 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1294
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1295
	// ; public: void __thiscall RWsSession::FreeSystemPointerCursorList(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1296
	_asm mov eax, 142
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1297
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1298
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1299
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1300
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1301
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1302
void call_vector_143 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1303
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1304
	// ; public: int __thiscall RWindowTreeNode::FullOrdinalPosition(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1305
	_asm mov eax, 143
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1306
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1307
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1308
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1309
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1310
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1311
void call_vector_144 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1312
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1313
	// ; public: class TRgb  __thiscall RWsSession::GetBackgroundColor(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1314
	_asm mov eax, 144
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1315
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1316
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1317
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1318
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1319
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1320
void call_vector_145 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1321
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1322
	// ; int RWsSession::GetDefaultOwningWindow(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1323
	_asm mov eax, 145
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1324
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1325
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1326
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1327
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1328
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1329
void call_vector_146 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1330
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1331
	// ; void RWsSession::GetDoubleClickSettings(class TTimeIntervalMicroSeconds32 &, int &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1332
	_asm mov eax, 146
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1333
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1334
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1335
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1336
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1337
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1338
void call_vector_147 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1339
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1340
	// ; void RWsSession::GetEvent(class TWsEvent &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1341
	_asm mov eax, 147
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1342
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1343
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1344
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1345
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1346
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1347
void call_vector_148 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1348
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1349
	// ; int RWsSession::GetFocusWindowGroup(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1350
	_asm mov eax, 148
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1351
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1352
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1353
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1354
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1355
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1356
void call_vector_149 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1357
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1358
	// ; public: int __thiscall CWsScreenDevice::GetFontById(class CFont * &,class TUid,class TAlgStyle const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1359
	_asm mov eax, 149
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1360
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1361
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1362
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1363
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1364
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1365
void call_vector_150 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1366
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1367
	// ; void RWindow::GetInvalidRegion(class RRegion &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1368
	_asm mov eax, 150
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1369
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1370
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1371
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1372
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1373
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1374
void call_vector_151 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1375
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1376
	// ; void RWsSession::GetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 &, class TTimeIntervalMicroSeconds32 &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1377
	_asm mov eax, 151
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1378
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1379
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1380
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1381
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1382
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1383
void call_vector_152 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1384
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1385
	// ; public: int __thiscall RWsSession::GetModifierState(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1386
	_asm mov eax, 152
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1387
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1388
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1389
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1390
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1391
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1392
void call_vector_153 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1393
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1394
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInPixels(class CFont * &,class TFontSpec const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1395
	_asm mov eax, 153
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1396
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1397
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1398
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1399
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1400
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1401
void call_vector_154 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1402
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1403
	// ; public: virtual int __thiscall CWsScreenDevice::GetNearestFontInTwips(class CFont * &,class TFontSpec const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1404
	_asm mov eax, 154
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1405
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1406
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1407
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1408
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1409
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1410
void call_vector_155 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1411
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1412
	// ; public: virtual int __thiscall CWsScreenDevice::GetPalette(class CPalette * &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1413
	_asm mov eax, 155
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1414
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1415
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1416
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1417
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1418
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1419
void call_vector_156 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1420
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1421
	// ; public: virtual void __thiscall CWsScreenDevice::GetPixel(class TRgb &,class TPoint const &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1422
	_asm mov eax, 156
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1423
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1424
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1425
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1426
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1427
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1428
void call_vector_157 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1429
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1430
	// ; void RWsSession::GetPriorityKey(class TWsPriorityKeyEvent &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1431
	_asm mov eax, 157
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1432
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1433
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1434
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1435
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1436
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1437
void call_vector_158 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1438
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1439
	// ; public: void __thiscall RWsSession::GetRedraw(class TWsRedrawEvent &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1440
	_asm mov eax, 158
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1441
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1442
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1443
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1444
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1445
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1446
void call_vector_159 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1447
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1448
	// ; public: virtual void __thiscall CWsScreenDevice::GetScanLine(class TDes8 &,class TPoint const &,int,enum TDisplayMode)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1449
	_asm mov eax, 159
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1450
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1451
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1452
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1453
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1454
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1455
void call_vector_160 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1456
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1457
	// ; int RWsSession::GetWindowGroupClientThreadId(int, class TThreadId &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1458
	_asm mov eax, 160
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1459
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1460
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1461
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1462
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1463
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1464
void call_vector_161 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1465
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1466
	// ; int RWsSession::GetWindowGroupHandle(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1467
	_asm mov eax, 161
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1468
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1469
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1470
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1471
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1472
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1473
void call_vector_162 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1474
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1475
	// ; int RWsSession::GetWindowGroupNameFromIdentifier(int, class TDes16 &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1476
	_asm mov eax, 162
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1477
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1478
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1479
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1480
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1481
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1482
void call_vector_163 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1483
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1484
	// ; int RWsSession::GetWindowGroupOrdinalPriority(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1485
	_asm mov eax, 163
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1486
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1487
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1488
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1489
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1490
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1491
void call_vector_164 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1492
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1493
	// ; public: int __thiscall RWsSession::HeapCount(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1494
	_asm mov eax, 164
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1495
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1496
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1497
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1498
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1499
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1500
void call_vector_165 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1501
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1502
	// ; public: void __thiscall RWsSession::HeapSetFail(int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1503
	_asm mov eax, 165
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1504
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1505
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1506
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1507
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1508
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1509
void call_vector_166 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1510
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1511
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalPixelsToTwips(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1512
	_asm mov eax, 166
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1513
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1514
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1515
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1516
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1517
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1518
void call_vector_167 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1519
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1520
	// ; public: virtual int __thiscall CWsScreenDevice::HorizontalTwipsToPixels(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1521
	_asm mov eax, 167
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1522
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1523
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1524
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1525
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1526
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1527
void call_vector_168 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1528
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1529
	// ; public: int __thiscall RWindowGroup::Identifier(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1530
	_asm mov eax, 168
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1531
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1532
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1533
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1534
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1535
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1536
void call_vector_169 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1537
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1538
	// ; public: class TPoint  __thiscall RWindowBase::InquireOffset(class RWindowTreeNode const &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1539
	_asm mov eax, 169
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1540
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1541
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1542
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1543
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1544
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1545
void call_vector_170 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1546
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1547
	// ; public: void __thiscall CWsBitmap::InternalizeL(class RReadStream &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1548
	_asm mov eax, 170
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1549
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1550
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1551
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1552
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1553
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1554
void call_vector_171 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1555
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1556
	// ; public: void __thiscall RWindow::Invalidate(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1557
	_asm mov eax, 171
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1558
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1559
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1560
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1561
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1562
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1563
void call_vector_172 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1564
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1565
	// ; public: void __thiscall RWindow::Invalidate(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1566
	_asm mov eax, 172
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1567
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1568
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1569
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1570
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1571
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1572
void call_vector_173 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1573
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1574
	// ; public: int __thiscall CWsBitmap::Load(class TDesC16 const &,long,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1575
	_asm mov eax, 173
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1576
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1577
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1578
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1579
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1580
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1581
void call_vector_174 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1582
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1583
	// ; public: int __thiscall RAnimDll::Load(class TDesC16 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1584
	_asm mov eax, 174
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1585
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1586
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1587
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1588
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1589
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1590
void call_vector_175 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1591
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1592
	// ; public: void __thiscall RWsSession::LogMessage(class TBuf<128> const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1593
	_asm mov eax, 175
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1594
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1595
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1596
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1597
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1598
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1599
void call_vector_176 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1600
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1601
	// ; public: void __thiscall RBackedUpWindow::MaintainBackup(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1602
	_asm mov eax, 176
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1603
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1604
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1605
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1606
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1607
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1608
void call_vector_177 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1609
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1610
	// ; public: virtual void __thiscall CWindowGc::MapColors(class TRect const &,class TRgb const *,int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1611
	_asm mov eax, 177
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1612
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1613
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1614
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1615
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1616
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1617
void call_vector_178 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1618
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1619
	// ; public: virtual void __thiscall CWindowGc::MoveBy(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1620
	_asm mov eax, 178
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1621
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1622
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1623
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1624
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1625
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1626
void call_vector_179 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1627
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1628
	// ; public: virtual void __thiscall CWindowGc::MoveTo(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1629
	_asm mov eax, 179
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1630
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1631
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1632
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1633
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1634
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1635
void call_vector_180 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1636
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1637
	// ; public: int __thiscall RWindowGroup::Name(class TDes16 &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1638
	_asm mov eax, 180
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1639
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1640
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1641
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1642
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1643
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1644
void call_vector_181 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1645
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1646
	// ; public: unsigned long __thiscall RWindowTreeNode::NextSibling(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1647
	_asm mov eax, 181
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1648
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1649
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1650
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1651
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1652
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1653
void call_vector_182 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1654
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1655
	// ; public: virtual int __thiscall CWsScreenDevice::NumTypefaces(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1656
	_asm mov eax, 182
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1657
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1658
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1659
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1660
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1661
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1662
void call_vector_183 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1663
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1664
	// ; public: int __thiscall RWsSession::NumWindowGroups(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1665
	_asm mov eax, 183
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1666
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1667
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1668
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1669
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1670
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1671
void call_vector_184 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1672
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1673
	// ; public: int __thiscall RWsSession::NumWindowGroups(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1674
	_asm mov eax, 184
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1675
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1676
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1677
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1678
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1679
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1680
void call_vector_185 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1681
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1682
	// ; public: int __thiscall RWindowTreeNode::OrdinalPosition(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1683
	_asm mov eax, 185
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1684
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1685
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1686
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1687
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1688
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1689
void call_vector_186 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1690
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1691
	// ; public: virtual void __thiscall CWsScreenDevice::PaletteAttributes(int &,int &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1692
	_asm mov eax, 186
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1693
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1694
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1695
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1696
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1697
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1698
void call_vector_187 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1699
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1700
	// ; public: unsigned long __thiscall RWindowTreeNode::Parent(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1701
	_asm mov eax, 187
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1702
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1703
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1704
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1705
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1706
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1707
void call_vector_188 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1708
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1709
	// ; public: void __thiscall RWsSession::PasswordEntered(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1710
	_asm mov eax, 188
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1711
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1712
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1713
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1714
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1715
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1716
void call_vector_189 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1717
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1718
	// ; public: int __thiscall RWindowBase::PasswordWindow(enum TPasswordMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1719
	_asm mov eax, 189
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1720
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1721
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1722
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1723
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1724
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1725
void call_vector_190 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1726
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1727
	// ; public: virtual void __thiscall CWindowGc::Plot(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1728
	_asm mov eax, 190
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1729
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1730
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1731
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1732
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1733
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1734
void call_vector_191 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1735
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1736
	// ; public: void __thiscall RWindowBase::PointerFilter(unsigned long,unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1737
	_asm mov eax, 191
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1738
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1739
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1740
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1741
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1742
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1743
void call_vector_192 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1744
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1745
	// ; public: class TRect  __thiscall CWsScreenDevice::PointerRect(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1746
	_asm mov eax, 192
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1747
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1748
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1749
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1750
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1751
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1752
void call_vector_193 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1753
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1754
	// ; public: class TPoint  __thiscall RWindowBase::Position(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1755
	_asm mov eax, 193
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1756
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1757
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1758
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1759
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1760
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1761
void call_vector_194 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1762
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1763
	// ; public: unsigned long __thiscall RWindowTreeNode::PrevSibling(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1764
	_asm mov eax, 194
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1765
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1766
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1767
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1768
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1769
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1770
void call_vector_195 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1771
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1772
	// ; public: void __thiscall RWsSession::PriorityKeyReady(class TRequestStatus *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1773
	_asm mov eax, 195
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1774
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1775
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1776
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1777
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1778
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1779
void call_vector_196 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1780
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1781
	// ; public: void __thiscall RWsSession::PriorityKeyReadyCancel(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1782
	_asm mov eax, 196
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1783
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1784
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1785
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1786
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1787
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1788
void call_vector_197 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1789
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1790
	// ; public: void __thiscall RWsSession::PurgePointerEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1791
	_asm mov eax, 197
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1792
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1793
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1794
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1795
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1796
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1797
void call_vector_198 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1798
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1799
	// ; int CWsScreenDevice::RectCompare(class TRect const &, class TRect const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1800
	_asm mov eax, 198
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1801
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1802
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1803
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1804
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1805
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1806
void call_vector_199 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1807
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1808
	// ; public: void __thiscall RWsSession::RedrawReady(class TRequestStatus *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1809
	_asm mov eax, 199
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1810
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1811
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1812
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1813
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1814
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1815
void call_vector_200 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1816
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1817
	// ; public: void __thiscall RWsSession::RedrawReadyCancel(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1818
	_asm mov eax, 200
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1819
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1820
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1821
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1822
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1823
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1824
void call_vector_201 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1825
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1826
	// ; public: virtual void __thiscall CWsScreenDevice::ReleaseFont(class CFont *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1827
	_asm mov eax, 201
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1828
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1829
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1830
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1831
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1832
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1833
void call_vector_202 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1834
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1835
	// ; public: void __thiscall RWindowBase::RemoveAllKeyRects(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1836
	_asm mov eax, 202
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1837
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1838
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1839
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1840
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1841
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1842
void call_vector_203 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1843
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1844
	// ; public: virtual void __thiscall CWsScreenDevice::RemoveFile(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1845
	_asm mov eax, 203
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1846
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1847
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1848
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1849
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1850
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1851
void call_vector_204 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1852
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1853
	// ; public: void __thiscall RWindowGroup::RemovePriorityKey(unsigned int,unsigned int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1854
	_asm mov eax, 204
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1855
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1856
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1857
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1858
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1859
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1860
void call_vector_205 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1861
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1862
	// ; public: void __thiscall RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1863
	_asm mov eax, 205
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1864
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1865
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1866
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1867
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1868
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1869
void call_vector_206 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1870
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1871
	// ; public: virtual void __thiscall CWindowGc::Reset(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1872
	_asm mov eax, 206
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1873
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1874
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1875
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1876
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1877
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1878
void call_vector_207 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1879
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1880
	// ; public: void __thiscall CWsBitmap::Reset(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1881
	_asm mov eax, 207
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1882
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1883
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1884
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1885
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1886
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1887
void call_vector_208 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1888
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1889
	// ; int RWsSession::ResourceCount(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1890
	_asm mov eax, 208
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1891
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1892
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1893
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1894
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1895
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1896
void call_vector_209 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1897
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1898
	// ; public: int __thiscall RWsSession::RestoreDefaultHotKey(enum THotKey)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1899
	_asm mov eax, 209
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1900
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1901
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1902
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1903
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1904
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1905
void call_vector_210 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1906
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1907
	// ; int RWindowBase::RetrievePointerMoveBuffer(class TDes8 &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1908
	_asm mov eax, 210
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1909
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1910
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1911
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1912
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1913
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1914
void call_vector_211 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1915
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1916
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1917
	_asm mov eax, 211
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1918
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1919
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1920
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1921
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1922
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1923
void call_vector_212 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1924
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1925
	// ; public: void __thiscall RDrawableWindow::Scroll(class TPoint const &,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1926
	_asm mov eax, 212
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1927
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1928
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1929
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1930
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1931
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1932
void call_vector_213 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1933
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1934
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1935
	_asm mov eax, 213
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1936
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1937
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1938
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1939
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1940
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1941
void call_vector_214 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1942
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1943
	// ; public: void __thiscall RDrawableWindow::Scroll(class TRect const &,class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1944
	_asm mov eax, 214
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1945
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1946
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1947
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1948
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1949
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1950
void call_vector_215 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1951
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1952
	// ; public: int __thiscall RWsSession::SendEventToWindowGroup(int,class TWsEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1953
	_asm mov eax, 215
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1954
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1955
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1956
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1957
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1958
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1959
void call_vector_216 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1960
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1961
	// ; public: int __thiscall RWsSession::SendMessageToWindowGroup(int,class TUid,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1962
	_asm mov eax, 216
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1963
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1964
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1965
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1966
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1967
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1968
void call_vector_217 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1969
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1970
	// ; public: int __thiscall RWsSession::SetAutoFlush(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1971
	_asm mov eax, 217
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1972
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1973
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1974
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1975
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1976
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1977
void call_vector_218 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1978
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1979
	// ; public: void __thiscall RWindow::SetBackgroundColor(class TRgb)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1980
	_asm mov eax, 218
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1981
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1982
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1983
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1984
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1985
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1986
void call_vector_219 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1987
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1988
	// ; public: void __thiscall RWindow::SetBackgroundColor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1989
	_asm mov eax, 219
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1990
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1991
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1992
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1993
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1994
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1995
void call_vector_220 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1996
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1997
	// ; public: void __thiscall RWsSession::SetBackgroundColor(class TRgb)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1998
	_asm mov eax, 220
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  1999
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2000
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2001
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2002
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2003
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2004
void call_vector_221 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2005
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2006
	// ; public: virtual void __thiscall CWindowGc::SetBrushColor(class TRgb const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2007
	_asm mov eax, 221
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2008
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2009
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2010
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2011
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2012
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2013
void call_vector_222 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2014
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2015
	// ; public: virtual void __thiscall CWindowGc::SetBrushOrigin(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2016
	_asm mov eax, 222
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2017
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2018
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2019
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2020
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2021
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2022
void call_vector_223 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2023
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2024
	// ; public: virtual void __thiscall CWindowGc::SetBrushStyle(enum CGraphicsContext::TBrushStyle)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2025
	_asm mov eax, 223
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2026
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2027
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2028
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2029
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2030
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2031
void call_vector_224 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2032
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2033
	// ; public: virtual void __thiscall CWindowGc::SetCharJustification(int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2034
	_asm mov eax, 224
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2035
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2036
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2037
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2038
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2039
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2040
void call_vector_225 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2041
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2042
	// ; public: virtual void __thiscall CWindowGc::SetClippingRect(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2043
	_asm mov eax, 225
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2044
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2045
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2046
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2047
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2048
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2049
void call_vector_226 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2050
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2051
	// ; public: virtual int __thiscall CWindowGc::SetClippingRegion(class TRegion const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2052
	_asm mov eax, 226
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2053
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2054
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2055
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2056
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2057
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2058
void call_vector_227 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2059
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2060
	// ; public: void __thiscall RBlankWindow::SetColor(class TRgb)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2061
	_asm mov eax, 227
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2062
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2063
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2064
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2065
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2066
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2067
void call_vector_228 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2068
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2069
	// ; public: int __thiscall RWindowBase::SetCornerType(enum TCornerType,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2070
	_asm mov eax, 228
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2071
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2072
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2073
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2074
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2075
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2076
void call_vector_229 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2077
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2078
	// ; public: void __thiscall RWindowTreeNode::SetCustomPointerCursor(class RWsPointerCursor const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2079
	_asm mov eax, 229
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2080
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2081
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2082
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2083
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2084
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2085
void call_vector_230 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2086
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2087
	// ; public: virtual void __thiscall CWindowGc::SetDitherOrigin(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2088
	_asm mov eax, 230
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2089
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2090
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2091
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2092
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2093
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2094
void call_vector_231 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2095
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2096
	// ; public: int __thiscall RWsSession::SetDoubleClick(class TTimeIntervalMicroSeconds32 const &,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2097
	_asm mov eax, 231
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2098
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2099
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2100
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2101
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2102
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2103
void call_vector_232 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2104
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2105
	// ; public: virtual void __thiscall CWindowGc::SetDrawMode(enum CGraphicsContext::TDrawMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2106
	_asm mov eax, 232
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2107
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2108
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2109
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2110
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2111
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2112
void call_vector_233 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2113
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2114
	// ; public: void __thiscall RBlankWindow::SetExtent(class TPoint const &,class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2115
	_asm mov eax, 233
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2116
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2117
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2118
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2119
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2120
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2121
void call_vector_234 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2122
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2123
	// ; public: void __thiscall RWindow::SetExtent(class TPoint const &,class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2124
	_asm mov eax, 234
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2125
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2126
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2127
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2128
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2129
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2130
void call_vector_235 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2131
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2132
	// ; public: int __thiscall RWindowBase::SetExtentErr(class TPoint const &,class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2133
	_asm mov eax, 235
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2134
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2135
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2136
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2137
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2138
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2139
void call_vector_236 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2140
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2141
	// ; public: int __thiscall RWsSession::SetHotKey(enum THotKey,unsigned int,unsigned int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2142
	_asm mov eax, 236
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2143
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2144
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2145
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2146
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2147
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2148
void call_vector_237 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2149
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2150
	// ; public: int __thiscall RWsSession::SetKeyboardRepeatRate(class TTimeIntervalMicroSeconds32 const &,class TTimeIntervalMicroSeconds32 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2151
	_asm mov eax, 237
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2152
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2153
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2154
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2155
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2156
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2157
void call_vector_238 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2158
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2159
	// ; public: int __thiscall RWsSession::SetModifierState(enum TEventModifier,enum TModifierState)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2160
	_asm mov eax, 238
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2161
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2162
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2163
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2164
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2165
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2166
void call_vector_239 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2167
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2168
	// ; public: int __thiscall RWindowGroup::SetName(class TDesC16 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2169
	_asm mov eax, 239
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2170
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2171
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2172
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2173
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2174
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2175
void call_vector_240 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2176
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2177
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2178
	_asm mov eax, 240
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2179
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2180
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2181
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2182
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2183
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2184
void call_vector_241 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2185
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2186
	// ; public: void __thiscall RWindowTreeNode::SetOrdinalPosition(int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2187
	_asm mov eax, 241
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2188
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2189
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2190
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2191
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2192
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2193
void call_vector_242 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2194
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2195
	// ; public: void __thiscall RWindowGroup::SetOrdinalPriorityAdjust(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2196
	_asm mov eax, 242
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2197
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2198
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2199
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2200
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2201
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2202
void call_vector_243 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2203
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2204
	// ; public: virtual void __thiscall CWindowGc::SetOrigin(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2205
	_asm mov eax, 243
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2206
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2207
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2208
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2209
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2210
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2211
void call_vector_244 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2212
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2213
	// ; public: void __thiscall RWindowGroup::SetOwningWindowGroup(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2214
	_asm mov eax, 244
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2215
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2216
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2217
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2218
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2219
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2220
void call_vector_245 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2221
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2222
	// ; public: virtual void __thiscall CWsScreenDevice::SetPalette(class CPalette *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2223
	_asm mov eax, 245
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2224
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2225
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2226
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2227
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2228
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2229
void call_vector_246 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2230
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2231
	// ; public: virtual void __thiscall CWindowGc::SetPenColor(class TRgb const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2232
	_asm mov eax, 246
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2233
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2234
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2235
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2236
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2237
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2238
void call_vector_247 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2239
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2240
	// ; public: virtual void __thiscall CWindowGc::SetPenSize(class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2241
	_asm mov eax, 247
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2242
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2243
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2244
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2245
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2246
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2247
void call_vector_248 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2248
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2249
	// ; public: virtual void __thiscall CWindowGc::SetPenStyle(enum CGraphicsContext::TPenStyle)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2250
	_asm mov eax, 248
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2251
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2252
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2253
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2254
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2255
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2256
void call_vector_249 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2257
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2258
	// ; public: void __thiscall RWindowBase::SetPointerCapture(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2259
	_asm mov eax, 249
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2260
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2261
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2262
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2263
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2264
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2265
void call_vector_250 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2266
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2267
	// ; public: int __thiscall RWindowTreeNode::SetPointerCursor(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2268
	_asm mov eax, 250
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2269
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2270
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2271
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2272
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2273
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2274
void call_vector_251 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2275
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2276
	// ; public: void __thiscall RWindowBase::SetPointerGrab(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2277
	_asm mov eax, 251
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2278
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2279
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2280
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2281
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2282
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2283
void call_vector_252 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2284
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2285
	// ; public: void __thiscall RWindowBase::SetPosition(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2286
	_asm mov eax, 252
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2287
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2288
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2289
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2290
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2291
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2292
void call_vector_253 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2293
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2294
	// ; public: void __thiscall RWsSprite::SetPosition(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2295
	_asm mov eax, 253
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2296
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2297
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2298
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2299
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2300
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2301
void call_vector_254 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2302
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2303
	// ; public: int __thiscall RWindowBase::SetRequiredDisplayMode(enum TDisplayMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2304
	_asm mov eax, 254
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2305
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2306
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2307
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2308
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2309
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2310
void call_vector_255 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2311
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2312
	// ; public: void __thiscall RWindowBase::SetShadowDisabled(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2313
	_asm mov eax, 255
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2314
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2315
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2316
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2317
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2318
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2319
void call_vector_256 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2320
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2321
	// ; public: void __thiscall RWindowBase::SetShadowHeight(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2322
	_asm mov eax, 256
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2323
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2324
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2325
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2326
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2327
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2328
void call_vector_257 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2329
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2330
	// ; public: void __thiscall RWsSession::SetShadowVector(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2331
	_asm mov eax, 257
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2332
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2333
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2334
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2335
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2336
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2337
void call_vector_258 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2338
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2339
	// ; public: int __thiscall RWindowBase::SetShape(class TRegion const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2340
	_asm mov eax, 258
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2341
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2342
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2343
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2344
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2345
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2346
void call_vector_259 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2347
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2348
	// ; public: void __thiscall RBlankWindow::SetSize(class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2349
	_asm mov eax, 259
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2350
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2351
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2352
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2353
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2354
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2355
void call_vector_260 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2356
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2357
	// ; public: void __thiscall RWindow::SetSize(class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2358
	_asm mov eax, 260
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2359
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2360
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2361
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2362
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2363
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2364
void call_vector_261 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2365
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2366
	// ; public: int __thiscall RWindowBase::SetSizeErr(class TSize const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2367
	_asm mov eax, 261
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2368
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2369
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2370
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2371
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2372
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2373
void call_vector_262 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2374
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2375
	// ; public: virtual void __thiscall CWindowGc::SetStrikethroughStyle(enum TFontStrikethrough)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2376
	_asm mov eax, 262
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2377
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2378
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2379
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2380
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2381
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2382
void call_vector_263 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2383
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2384
	// ; public: int __thiscall RWsSession::SetSystemPointerCursor(class RWsPointerCursor const &,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2385
	_asm mov eax, 263
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2386
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2387
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2388
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2389
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2390
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2391
void call_vector_264 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2392
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2393
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2394
	_asm mov eax, 264
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2395
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2396
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2397
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2398
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2399
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2400
void call_vector_265 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2401
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2402
	// ; public: void __thiscall RWindowGroup::SetTextCursor(class RWindowBase &,class TPoint const &,struct TTextCursor const &,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2403
	_asm mov eax, 265
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2404
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2405
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2406
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2407
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2408
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2409
void call_vector_266 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2410
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2411
	// ; public: virtual void __thiscall CWindowGc::SetUnderlineStyle(enum TFontUnderline)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2412
	_asm mov eax, 266
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2413
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2414
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2415
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2416
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2417
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2418
void call_vector_267 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2419
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2420
	// ; public: void __thiscall RWindowBase::SetVisible(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2421
	_asm mov eax, 267
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2422
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2423
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2424
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2425
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2426
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2427
void call_vector_268 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2428
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2429
	// ; public: int __thiscall RWsSession::SetWindowGroupOrdinalPosition(int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2430
	_asm mov eax, 268
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2431
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2432
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2433
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2434
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2435
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2436
void call_vector_269 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2437
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2438
	// ; public: virtual void __thiscall CWindowGc::SetWordJustification(int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2439
	_asm mov eax, 269
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2440
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2441
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2442
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2443
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2444
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2445
void call_vector_270 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2446
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2447
	// ; public: class TPoint  __thiscall RWsSession::ShadowVector(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2448
	_asm mov eax, 270
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2449
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2450
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2451
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2452
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2453
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2454
void call_vector_271 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2455
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2456
	// ; public: void __thiscall RWsSession::SimulateRawEvent(class TRawEvent)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2457
	_asm mov eax, 271
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2458
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2459
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2460
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2461
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2462
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2463
void call_vector_272 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2464
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2465
	// ; public: class TSize  __thiscall RWindowBase::Size(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2466
	_asm mov eax, 272
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2467
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2468
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2469
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2470
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2471
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2472
void call_vector_273 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2473
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2474
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInPixels(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2475
	_asm mov eax, 273
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2476
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2477
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2478
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2479
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2480
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2481
void call_vector_274 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2482
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2483
	// ; public: virtual class TSize  __thiscall CWsScreenDevice::SizeInTwips(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2484
	_asm mov eax, 274
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2485
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2486
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2487
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2488
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2489
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2490
void call_vector_275 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2491
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2492
	// ; public: void __thiscall RWsSession::SystemInfo(int &,struct RWsSession::SSystemInfo &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2493
	_asm mov eax, 275
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2494
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2495
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2496
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2497
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2498
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2499
void call_vector_276 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2500
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2501
	// ; public: void __thiscall RWsSession::TestWrite(int,int,void const *,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2502
	_asm mov eax, 276
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2503
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2504
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2505
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2506
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2507
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2508
void call_vector_277 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2509
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2510
	// ; public: void __thiscall RWsSession::TestWriteReply(int,int,void const *,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2511
	_asm mov eax, 277
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2512
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2513
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2514
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2515
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2516
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2517
void call_vector_278 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2518
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2519
	// ; public: void __thiscall RWsSession::TestWriteReplyP(int,int,void const *,int,class TDes8 *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2520
	_asm mov eax, 278
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2521
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2522
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2523
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2524
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2525
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2526
void call_vector_279 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2527
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2528
	// ; public: virtual void __thiscall CWsScreenDevice::TypefaceSupport(class TTypefaceSupport &,int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2529
	_asm mov eax, 279
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2530
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2531
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2532
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2533
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2534
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2535
void call_vector_280 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2536
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2537
	// ; public: void __thiscall RBackedUpWindow::UpdateBackupBitmap(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2538
	_asm mov eax, 280
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2539
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2540
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2541
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2542
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2543
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2544
void call_vector_281 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2545
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2546
	// ; public: int __thiscall RWsSpriteBase::UpdateMember(int,struct TSpriteMember const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2547
	_asm mov eax, 281
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2548
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2549
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2550
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2551
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2552
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2553
void call_vector_282 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2554
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2555
	// ; public: void __thiscall RWsSpriteBase::UpdateMember(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2556
	_asm mov eax, 282
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2557
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2558
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2559
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2560
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2561
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2562
void call_vector_283 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2563
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2564
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(class TRegion const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2565
	_asm mov eax, 283
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2566
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2567
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2568
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2569
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2570
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2571
void call_vector_284 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2572
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2573
	// ; public: void __thiscall RBackedUpWindow::UpdateScreen(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2574
	_asm mov eax, 284
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2575
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2576
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2577
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2578
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2579
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2580
void call_vector_285 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2581
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2582
	// ; public: virtual void __thiscall CWindowGc::UseBrushPattern(class CFbsBitmap const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2583
	_asm mov eax, 285
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2584
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2585
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2586
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2587
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2588
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2589
void call_vector_286 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2590
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2591
	// ; public: virtual void __thiscall CWindowGc::UseFont(class CFont const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2592
	_asm mov eax, 286
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2593
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2594
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2595
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2596
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2597
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2598
void call_vector_287 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2599
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2600
	// ; class TVersion RWsSession::Version(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2601
	_asm mov eax, 287
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2602
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2603
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2604
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2605
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2606
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2607
void call_vector_288 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2608
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2609
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalPixelsToTwips(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2610
	_asm mov eax, 288
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2611
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2612
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2613
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2614
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2615
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2616
void call_vector_289 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2617
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2618
	// ; public: virtual int __thiscall CWsScreenDevice::VerticalTwipsToPixels(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2619
	_asm mov eax, 289
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2620
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2621
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2622
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2623
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2624
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2625
void call_vector_290 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2626
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2627
	// ; int RWsSession::WindowGroupList(int, class CArrayFixFlat<int> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2628
	_asm mov eax, 290
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2629
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2630
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2631
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2632
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2633
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2634
void call_vector_291 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2635
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2636
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2637
	_asm mov eax, 291
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2638
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2639
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2640
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2641
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2642
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2643
void call_vector_292 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2644
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2645
	// ; public: int __thiscall RWsSession::RequestOffEvents(int,class RWindowTreeNode *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2646
	_asm mov eax, 292
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2647
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2648
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2649
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2650
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2651
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2652
void call_vector_293 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2653
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2654
	// ; public: void __thiscall RWindowTreeNode::__DbgTestInvariant(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2655
	_asm mov eax, 293
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2656
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2657
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2658
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2659
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2660
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2661
void call_vector_294 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2662
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2663
	// ; public: void __thiscall RWindowGroup::DisableScreenChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2664
	_asm mov eax, 294
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2665
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2666
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2667
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2668
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2669
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2670
void call_vector_295 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2671
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2672
	// ; public: int __thiscall RWindowGroup::EnableScreenChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2673
	_asm mov eax, 295
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2674
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2675
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2676
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2677
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2678
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2679
void call_vector_296 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2680
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2681
	// ; public: void __thiscall RWindowBase::FadeBehind(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2682
	_asm mov eax, 296
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2683
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2684
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2685
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2686
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2687
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2688
void call_vector_297 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2689
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2690
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsAndRotation &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2691
	_asm mov eax, 297
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2692
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2693
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2694
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2695
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2696
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2697
void call_vector_298 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2698
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2699
	// ; public: void __thiscall CWsScreenDevice::GetDefaultScreenSizeAndRotation(struct TPixelsTwipsAndRotation &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2700
	_asm mov eax, 298
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2701
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2702
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2703
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2704
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2705
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2706
void call_vector_299 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2707
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2708
	// ; enum TDisplayMode RWindowBase::DisplayMode(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2709
	_asm mov eax, 299
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2710
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2711
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2712
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2713
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2714
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2715
void call_vector_300 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2716
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2717
	// ; public: enum TDisplayMode  __thiscall RWsSession::GetDefModeMaxNumColors(int &,int &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2718
	_asm mov eax, 300
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2719
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2720
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2721
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2722
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2723
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2724
void call_vector_301 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2725
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2726
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsAndRotation &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2727
	_asm mov eax, 301
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2728
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2729
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2730
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2731
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2732
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2733
void call_vector_302 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2734
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2735
	// ; public: void __thiscall CWsScreenDevice::GetScreenModeSizeAndRotation(int,struct TPixelsTwipsAndRotation &)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2736
	_asm mov eax, 302
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2737
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2738
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2739
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2740
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2741
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2742
void call_vector_303 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2743
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2744
	// ; public: int __thiscall CWsScreenDevice::NumScreenModes(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2745
	_asm mov eax, 303
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2746
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2747
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2748
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2749
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2750
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2751
void call_vector_304 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2752
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2753
	// ; public: enum TScreenModeEnforcement  __thiscall CWsScreenDevice::ScreenModeEnforcement(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2754
	_asm mov eax, 304
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2755
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2756
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2757
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2758
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2759
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2760
void call_vector_305 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2761
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2762
	// ; public: virtual void __thiscall CWindowGc::SetFaded(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2763
	_asm mov eax, 305
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2764
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2765
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2766
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2767
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2768
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2769
void call_vector_306 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2770
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2771
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2772
	_asm mov eax, 306
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2773
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2774
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2775
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2776
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2777
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2778
void call_vector_307 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2779
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2780
	// ; public: void __thiscall RWindowTreeNode::SetNonFading(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2781
	_asm mov eax, 307
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2782
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2783
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2784
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2785
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2786
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2787
void call_vector_308 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2788
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2789
	// ; public: void __thiscall CWsScreenDevice::SetScreenMode(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2790
	_asm mov eax, 308
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2791
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2792
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2793
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2794
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2795
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2796
void call_vector_309 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2797
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2798
	// ; public: void __thiscall CWsScreenDevice::SetScreenModeEnforcement(enum TScreenModeEnforcement)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2799
	_asm mov eax, 309
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2800
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2801
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2802
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2803
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2804
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2805
void call_vector_310 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2806
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2807
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsAndRotation const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2808
	_asm mov eax, 310
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2809
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2810
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2811
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2812
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2813
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2814
void call_vector_311 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2815
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2816
	// ; public: void __thiscall CWsScreenDevice::SetScreenSizeAndRotation(struct TPixelsTwipsAndRotation const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2817
	_asm mov eax, 311
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2818
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2819
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2820
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2821
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2822
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2823
void call_vector_312 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2824
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2825
	// ; public: void __thiscall RWindowGroup::SimulatePointerEvent(class TRawEvent)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2826
	_asm mov eax, 312
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2827
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2828
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2829
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2830
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2831
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2832
void call_vector_313 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2833
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2834
	// ; public: int __thiscall RWsSession::GetColorModeList(class CArrayFixFlat<int> *)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2835
	_asm mov eax, 313
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2836
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2837
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2838
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2839
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2840
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2841
void call_vector_314 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2842
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2843
	// ; int RWindowBase::IsFaded(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2844
	_asm mov eax, 314
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2845
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2846
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2847
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2848
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2849
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2850
void call_vector_315 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2851
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2852
	// ; int RWindowBase::IsNonFading(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2853
	_asm mov eax, 315
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2854
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2855
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2856
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2857
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2858
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2859
void call_vector_316 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2860
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2861
	// ; protected: int __thiscall RAnim::Construct(class RWsSprite const &,int,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2862
	_asm mov eax, 316
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2863
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2864
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2865
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2866
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2867
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2868
void call_vector_317 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2869
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2870
	// ; public: int __thiscall CWsScreenDevice::GetRotationsList(int,class CArrayFixFlat<int> *)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2871
	_asm mov eax, 317
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2872
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2873
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2874
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2875
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2876
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2877
void call_vector_318 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2878
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2879
	// ; public: int __thiscall RWindowTreeNode::OrdinalPriority(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2880
	_asm mov eax, 318
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2881
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2882
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2883
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2884
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2885
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2886
void call_vector_319 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2887
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2888
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(class TWsEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2889
	_asm mov eax, 319
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2890
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2891
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2892
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2893
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2894
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2895
void call_vector_320 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2896
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2897
	// ; public: int __thiscall RWsSession::SendEventToAllWindowGroups(int,class TWsEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2898
	_asm mov eax, 320
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2899
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2900
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2901
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2902
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2903
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2904
void call_vector_321 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2905
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2906
	// ; public: void __thiscall CWsScreenDevice::SetCurrentRotations(int,enum CFbsBitGc::TGraphicsOrientation)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2907
	_asm mov eax, 321
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2908
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2909
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2910
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2911
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2912
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2913
void call_vector_322 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2914
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2915
	// ; public: void __thiscall RWsSession::SimulateKeyEvent(struct TKeyEvent)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2916
	_asm mov eax, 322
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2917
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2918
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2919
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2920
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2921
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2922
void call_vector_323 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2923
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2924
	// ; public: void __thiscall RWsSession::SetRemoveKeyCode(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2925
	_asm mov eax, 323
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2926
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2927
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2928
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2929
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2930
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2931
void call_vector_324 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2932
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2933
	// ; public: void __thiscall RWsSession::ClearDefaultSystemPointerCursor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2934
	_asm mov eax, 324
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2935
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2936
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2937
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2938
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2939
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2940
void call_vector_325 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2941
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2942
	// ; public: void __thiscall RWindowTreeNode::ClearPointerCursor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2943
	_asm mov eax, 325
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2944
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2945
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2946
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2947
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2948
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2949
void call_vector_326 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2950
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2951
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2952
	_asm mov eax, 326
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2953
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2954
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2955
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2956
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2957
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2958
void call_vector_327 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2959
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2960
	// ; public: class TRect  __thiscall RWsSession::PointerCursorArea(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2961
	_asm mov eax, 327
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2962
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2963
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2964
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2965
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2966
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2967
void call_vector_328 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2968
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2969
	// ; public: enum TPointerCursorMode  __thiscall RWsSession::PointerCursorMode(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2970
	_asm mov eax, 328
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2971
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2972
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2973
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2974
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2975
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2976
void call_vector_329 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2977
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2978
	// ; public: class TPoint  __thiscall RWsSession::PointerCursorPosition(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2979
	_asm mov eax, 329
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2980
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2981
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2982
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2983
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2984
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2985
void call_vector_330 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2986
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2987
	// ; public: void __thiscall RWsSession::SetDefaultSystemPointerCursor(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2988
	_asm mov eax, 330
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2989
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2990
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2991
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2992
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2993
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2994
void call_vector_331 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2995
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2996
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2997
	_asm mov eax, 331
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2998
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  2999
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3000
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3001
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3002
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3003
void call_vector_332 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3004
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3005
	// ; public: void __thiscall RWsSession::SetPointerCursorArea(int,class TRect const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3006
	_asm mov eax, 332
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3007
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3008
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3009
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3010
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3011
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3012
void call_vector_333 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3013
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3014
	// ; public: void __thiscall RWsSession::SetPointerCursorMode(enum TPointerCursorMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3015
	_asm mov eax, 333
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3016
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3017
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3018
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3019
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3020
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3021
void call_vector_334 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3022
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3023
	// ; public: int __thiscall RWsSession::SetPointerCursorPosition(class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3024
	_asm mov eax, 334
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3025
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3026
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3027
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3028
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3029
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3030
void call_vector_335 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3031
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3032
	// ; public: void __thiscall RWsSession::SimulateXyInputType(enum TXYInputType)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3033
	_asm mov eax, 335
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3034
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3035
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3036
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3037
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3038
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3039
void call_vector_336 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3040
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3041
	// ; public: int __thiscall RWindowBase::MoveToGroup(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3042
	_asm mov eax, 336
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3043
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3044
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3045
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3046
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3047
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3048
void call_vector_337 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3049
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3050
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(int,class TUid,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3051
	_asm mov eax, 337
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3052
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3053
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3054
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3055
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3056
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3057
void call_vector_338 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3058
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3059
	// ; public: int __thiscall RWsSession::SendMessageToAllWindowGroups(class TUid,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3060
	_asm mov eax, 338
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3061
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3062
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3063
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3064
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3065
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3066
void call_vector_339 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3067
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3068
	// ; public: void __thiscall RWindowTreeNode::DisableFocusChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3069
	_asm mov eax, 339
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3070
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3071
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3072
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3073
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3074
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3075
void call_vector_340 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3076
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3077
	// ; public: int __thiscall RWindowTreeNode::EnableFocusChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3078
	_asm mov eax, 340
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3079
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3080
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3081
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3082
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3083
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3084
void call_vector_341 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3085
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3086
	// ; public: void __thiscall RWsSession::SetDefaultFadingParameters(unsigned char,unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3087
	_asm mov eax, 341
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3088
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3089
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3090
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3091
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3092
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3093
void call_vector_342 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3094
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3095
	// ; public: void __thiscall RWindowTreeNode::SetFaded(int,enum RWindowTreeNode::TFadeControl,unsigned char,unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3096
	_asm mov eax, 342
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3097
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3098
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3099
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3100
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3101
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3102
void call_vector_343 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3103
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3104
	// ; public: virtual void __thiscall CWindowGc::SetFadingParameters(unsigned char,unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3105
	_asm mov eax, 343
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3106
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3107
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3108
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3109
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3110
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3111
void call_vector_344 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3112
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3113
	// ; public: void __thiscall RWsSession::PrepareForSwitchOff(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3114
	_asm mov eax, 344
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3115
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3116
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3117
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3118
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3119
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3120
void call_vector_345 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3121
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3122
	// ; public: int __thiscall CWsScreenDevice::SetCustomPalette(class CPalette const *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3123
	_asm mov eax, 345
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3124
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3125
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3126
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3127
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3128
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3129
void call_vector_346 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3130
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3131
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3132
	_asm mov eax, 346
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3133
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3134
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3135
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3136
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3137
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3138
void call_vector_347 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3139
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3140
	// ; public: __thiscall RDirectScreenAccess::RDirectScreenAccess(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3141
	_asm mov eax, 347
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3142
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3143
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3144
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3145
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3146
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3147
void call_vector_348 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3148
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3149
	// ; public: void __thiscall RDirectScreenAccess::Cancel(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3150
	_asm mov eax, 348
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3151
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3152
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3153
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3154
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3155
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3156
void call_vector_349 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3157
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3158
	// ; public: void __thiscall RDirectScreenAccess::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3159
	_asm mov eax, 349
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3160
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3161
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3162
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3163
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3164
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3165
void call_vector_350 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3166
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3167
	// ; public: void __thiscall RDirectScreenAccess::Completed(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3168
	_asm mov eax, 350
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3169
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3170
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3171
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3172
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3173
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3174
void call_vector_351 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3175
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3176
	// ; public: int __thiscall RDirectScreenAccess::Construct(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3177
	_asm mov eax, 351
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3178
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3179
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3180
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3181
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3182
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3183
void call_vector_352 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3184
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3185
	// ; public: static class CDirectScreenAccess * __cdecl CDirectScreenAccess::NewL(class RWsSession &,class CWsScreenDevice &,class RWindowBase &,class MDirectScreenAccess &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3186
	_asm mov eax, 352
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3187
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3188
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3189
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3190
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3191
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3192
void call_vector_353 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3193
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3194
	// ; public: int __thiscall RDirectScreenAccess::Request(class RRegion * &,class TRequestStatus &,class RWindowBase const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3195
	_asm mov eax, 353
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3196
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3197
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3198
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3199
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3200
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3201
void call_vector_354 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3202
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3203
	// ; public: void __thiscall CDirectScreenAccess::StartL(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3204
	_asm mov eax, 354
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3205
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3206
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3207
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3208
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3209
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3210
void call_vector_355 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3211
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3212
	// ; public: void __thiscall RWsSession::SetBufferSizeL(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3213
	_asm mov eax, 355
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3214
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3215
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3216
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3217
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3218
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3219
void call_vector_356 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3220
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3221
	// ; public: int __thiscall RWsSession::SetSystemFaded(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3222
	_asm mov eax, 356
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3223
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3224
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3225
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3226
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3227
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3228
void call_vector_357 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3229
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3230
	// ; public: int __thiscall RWsSession::SetSystemFaded(int,unsigned char,unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3231
	_asm mov eax, 357
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3232
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3233
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3234
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3235
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3236
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3237
void call_vector_358 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3238
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3239
	// ; public: void __thiscall RWindowTreeNode::DisableGroupListChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3240
	_asm mov eax, 358
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3241
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3242
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3243
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3244
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3245
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3246
void call_vector_359 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3247
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3248
	// ; public: int __thiscall RWindowTreeNode::EnableGroupListChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3249
	_asm mov eax, 359
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3250
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3251
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3252
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3253
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3254
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3255
void call_vector_360 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3256
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3257
	// ; public: int __thiscall RSoundPlugIn::Construct(class TUid)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3258
	_asm mov eax, 360
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3259
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3260
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3261
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3262
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3263
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3264
void call_vector_361 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3265
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3266
	// ; public: void __thiscall RSoundPlugIn::Destroy(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3267
	_asm mov eax, 361
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3268
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3269
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3270
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3271
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3272
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3273
void call_vector_362 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3274
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3275
	// ; int RSoundPlugIn::IsLoaded(int &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3276
	_asm mov eax, 362
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3277
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3278
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3279
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3280
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3281
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3282
void call_vector_363 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3283
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3284
	// ; public: int __thiscall RSoundPlugIn::Load(class TDesC16 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3285
	_asm mov eax, 363
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3286
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3287
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3288
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3289
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3290
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3291
void call_vector_364 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3292
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3293
	// ; public: int __thiscall RSoundPlugIn::Unload(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3294
	_asm mov eax, 364
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3295
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3296
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3297
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3298
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3299
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3300
void call_vector_365 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3301
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3302
	// ; public: int __thiscall CWsScreenDevice::CurrentScreenMode(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3303
	_asm mov eax, 365
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3304
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3305
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3306
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3307
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3308
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3309
void call_vector_366 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3310
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3311
	// ; public: void __thiscall RWindowGroup::CancelCaptureLongKey(long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3312
	_asm mov eax, 366
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3313
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3314
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3315
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3316
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3317
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3318
void call_vector_367 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3319
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3320
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3321
	_asm mov eax, 367
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3322
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3323
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3324
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3325
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3326
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3327
void call_vector_368 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3328
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3329
	// ; public: long __thiscall RWindowGroup::CaptureLongKey(class TTimeIntervalMicroSeconds32,unsigned int,unsigned int,unsigned int,unsigned int,int,unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3330
	_asm mov eax, 368
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3331
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3332
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3333
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3334
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3335
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3336
void call_vector_369 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3337
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3338
	// ; public: int __thiscall RWsSession::SendEventToOneWindowGroupsPerClient(class TWsEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3339
	_asm mov eax, 369
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3340
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3341
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3342
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3343
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3344
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3345
void call_vector_370 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3346
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3347
	// ; int RSoundPlugIn::KeyClickEnabled(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3348
	_asm mov eax, 370
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3349
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3350
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3351
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3352
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3353
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3354
void call_vector_371 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3355
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3356
	// ; int RSoundPlugIn::PenClickEnabled(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3357
	_asm mov eax, 371
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3358
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3359
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3360
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3361
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3362
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3363
void call_vector_372 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3364
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3365
	// ; public: void __thiscall RSoundPlugIn::SetKeyClick(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3366
	_asm mov eax, 372
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3367
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3368
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3369
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3370
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3371
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3372
void call_vector_373 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3373
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3374
	// ; public: void __thiscall RSoundPlugIn::SetPenClick(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3375
	_asm mov eax, 373
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3376
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3377
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3378
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3379
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3380
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3381
void call_vector_374 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3382
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3383
	// ; public: long __thiscall RWindowGroup::CaptureKey(unsigned int,unsigned int,unsigned int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3384
	_asm mov eax, 374
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3385
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3386
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3387
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3388
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3389
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3390
void call_vector_375 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3391
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3392
	// ; public: long __thiscall RWindowGroup::CaptureKeyUpAndDowns(unsigned int,unsigned int,unsigned int,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3393
	_asm mov eax, 375
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3394
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3395
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3396
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3397
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3398
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3399
void call_vector_376 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3400
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3401
	// ; public: void __thiscall RWsSession::LogCommand(enum RWsSession::TLoggingCommand)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3402
	_asm mov eax, 376
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3403
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3404
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3405
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3406
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3407
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3408
void call_vector_377 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3409
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3410
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3411
	_asm mov eax, 377
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3412
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3413
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3414
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3415
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3416
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3417
void call_vector_378 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3418
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3419
	// ; public: __thiscall RSoundPlugIn::RSoundPlugIn(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3420
	_asm mov eax, 378
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3421
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3422
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3423
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3424
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3425
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3426
void call_vector_379 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3427
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3428
	// ; public: void __thiscall RSoundPlugIn::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3429
	_asm mov eax, 379
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3430
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3431
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3432
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3433
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3434
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3435
void call_vector_380 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3436
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3437
	// ; public: int __thiscall RSoundPlugIn::CommandReply(int,class TPtrC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3438
	_asm mov eax, 380
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3439
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3440
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3441
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3442
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3443
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3444
void call_vector_381 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3445
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3446
	// ; public: int __thiscall RWsSession::SetCustomTextCursor(int,class TArray<struct TSpriteMember> const &,unsigned int,enum RWsSession::TCustomTextCursorAlignment)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3447
	_asm mov eax, 381
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3448
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3449
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3450
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3451
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3452
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3453
void call_vector_382 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3454
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3455
	// ; public: void __thiscall RWindow::HandleTransparencyUpdate(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3456
	_asm mov eax, 382
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3457
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3458
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3459
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3460
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3461
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3462
void call_vector_383 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3463
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3464
	// ; public: int __thiscall RWindow::SetTransparencyBitmap(class CFbsBitmap const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3465
	_asm mov eax, 383
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3466
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3467
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3468
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3469
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3470
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3471
void call_vector_384 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3472
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3473
	// ; public: int __thiscall RWindow::SetTransparencyFactor(class TRgb const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3474
	_asm mov eax, 384
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3475
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3476
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3477
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3478
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3479
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3480
void call_vector_385 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3481
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3482
	// ; public: void __thiscall RWindow::SetNonTransparent(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3483
	_asm mov eax, 385
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3484
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3485
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3486
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3487
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3488
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3489
void call_vector_386 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3490
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3491
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC16 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3492
	_asm mov eax, 386
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3493
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3494
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3495
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3496
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3497
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3498
void call_vector_387 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3499
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3500
	// ; public: int __thiscall RWsSession::TestWriteReplyByProvidingRemoteReadAccess(int,int,class TDesC8 const &,class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3501
	_asm mov eax, 387
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3502
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3503
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3504
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3505
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3506
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3507
void call_vector_388 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3508
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3509
	// ; int RAnim::CommandReply(int, class TDesC8 const &, class TIpcArgs const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3510
	_asm mov eax, 388
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3511
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3512
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3513
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3514
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3515
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3516
void call_vector_389 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3517
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3518
	// ; int RAnim::Construct(class RWindowBase const &, int, class TDesC8 const &, class TIpcArgs const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3519
	_asm mov eax, 389
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3520
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3521
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3522
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3523
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3524
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3525
void call_vector_390 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3526
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3527
	// ; int RAnim::Construct(class RWsSprite const &, int, class TDesC8 const &, class TIpcArgs const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3528
	_asm mov eax, 390
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3529
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3530
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3531
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3532
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3533
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3534
void call_vector_391 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3535
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3536
	// ; void RAnim::AsyncCommandReply(class TRequestStatus &, int, class TIpcArgs const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3537
	_asm mov eax, 391
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3538
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3539
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3540
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3541
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3542
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3543
void call_vector_392 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3544
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3545
	// ; public: class TPoint  __thiscall RWindowBase::AbsPosition(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3546
	_asm mov eax, 392
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3547
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3548
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3549
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3550
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3551
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3552
void call_vector_393 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3553
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3554
	// ; public: int __thiscall CWsScreenDevice::RectCompare(class TRect const &,class TRect const &,unsigned int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3555
	_asm mov eax, 393
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3556
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3557
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3558
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3559
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3560
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3561
void call_vector_394 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3562
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3563
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetDefaultScreenModeOrigin(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3564
	_asm mov eax, 394
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3565
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3566
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3567
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3568
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3569
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3570
void call_vector_395 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3571
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3572
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeOrigin(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3573
	_asm mov eax, 395
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3574
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3575
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3576
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3577
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3578
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3579
void call_vector_396 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3580
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3581
	// ; void RWindow::EnableRedrawStore(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3582
	_asm mov eax, 396
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3583
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3584
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3585
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3586
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3587
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3588
void call_vector_397 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3589
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3590
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3591
	_asm mov eax, 397
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3592
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3593
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3594
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3595
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3596
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3597
void call_vector_398 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3598
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3599
	// ; void CWindowGc::AlphaBlendBitmaps(class TPoint const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, class TPoint const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3600
	_asm mov eax, 398
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3601
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3602
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3603
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3604
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3605
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3606
void call_vector_399 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3607
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3608
	// ; void CWindowGc::SetOpaque(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3609
	_asm mov eax, 399
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3610
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3611
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3612
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3613
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3614
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3615
void call_vector_400 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3616
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3617
	// ; public: class TSizeMode  __thiscall CWsScreenDevice::GetCurrentScreenModeAttributes(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3618
	_asm mov eax, 400
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3619
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3620
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3621
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3622
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3623
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3624
void call_vector_401 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3625
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3626
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetCurrentScreenModeScaledOrigin(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3627
	_asm mov eax, 401
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3628
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3629
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3630
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3631
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3632
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3633
void call_vector_402 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3634
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3635
	// ; public: class TSize  __thiscall CWsScreenDevice::GetCurrentScreenModeScale(void)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3636
	_asm mov eax, 402
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3637
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3638
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3639
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3640
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3641
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3642
void call_vector_403 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3643
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3644
	// ; public: class TPoint  __thiscall CWsScreenDevice::GetScreenModeScaledOrigin(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3645
	_asm mov eax, 403
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3646
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3647
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3648
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3649
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3650
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3651
void call_vector_404 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3652
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3653
	// ; public: class TSize  __thiscall CWsScreenDevice::GetScreenModeScale(int)const 
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3654
	_asm mov eax, 404
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3655
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3656
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3657
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3658
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3659
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3660
void call_vector_405 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3661
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3662
	// ; public: void __thiscall CWsScreenDevice::SetAppScreenMode(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3663
	_asm mov eax, 405
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3664
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3665
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3666
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3667
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3668
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3669
void call_vector_406 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3670
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3671
	// ; public: void __thiscall CWsScreenDevice::SetCurrentScreenModeAttributes(class TSizeMode const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3672
	_asm mov eax, 406
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3673
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3674
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3675
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3676
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3677
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3678
void call_vector_407 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3679
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3680
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CFbsBitmap const *, class TRect const &, class CFbsBitmap const *, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3681
	_asm mov eax, 407
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3682
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3683
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3684
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3685
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3686
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3687
void call_vector_408 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3688
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3689
	// ; int CWsScreenDevice::Construct(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3690
	_asm mov eax, 408
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3691
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3692
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3693
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3694
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3695
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3696
void call_vector_409 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3697
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3698
	// ; int CWsScreenDevice::GetScreenNumber(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3699
	_asm mov eax, 409
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3700
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3701
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3702
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3703
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3704
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3705
void call_vector_410 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3706
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3707
	// ; int RWsSession::GetFocusScreen(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3708
	_asm mov eax, 410
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3709
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3710
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3711
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3712
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3713
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3714
void call_vector_411 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3715
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3716
	// ; int RWsSession::SetFocusScreen(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3717
	_asm mov eax, 411
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3718
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3719
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3720
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3721
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3722
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3723
void call_vector_412 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3724
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3725
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3726
	_asm mov eax, 412
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3727
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3728
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3729
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3730
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3731
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3732
void call_vector_413 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3733
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3734
	// ; public: int __thiscall RWindowGroup::ConstructChildApp(int,unsigned long,int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3735
	_asm mov eax, 413
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3736
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3737
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3738
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3739
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3740
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3741
void call_vector_414 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3742
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3743
	// ; int RWsSession::WindowGroupList(int, class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3744
	_asm mov eax, 414
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3745
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3746
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3747
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3748
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3749
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3750
void call_vector_415 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3751
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3752
	// ; int RWsSession::WindowGroupList(class RArray<struct RWsSession::TWindowGroupChainInfo> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3753
	_asm mov eax, 415
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3754
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3755
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3756
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3757
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3758
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3759
void call_vector_416 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3760
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3761
	// ; public: void __thiscall RWindowGroup::AllowProcessToCreateChildWindowGroups(class TUid)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3762
	_asm mov eax, 416
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3763
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3764
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3765
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3766
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3767
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3768
void call_vector_417 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3769
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3770
	// ; public: int __thiscall RWindow::SetTransparencyWsBitmap(class CWsBitmap const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3771
	_asm mov eax, 417
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3772
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3773
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3774
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3775
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3776
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3777
void call_vector_418 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3778
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3779
	// ; int CWsScreenDevice::GetScreenSizeModeList(class RArray<int> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3780
	_asm mov eax, 418
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3781
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3782
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3783
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3784
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3785
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3786
void call_vector_419 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3787
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3788
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInPixels(class CFont * &, class TFontSpec const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3789
	_asm mov eax, 419
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3790
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3791
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3792
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3793
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3794
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3795
void call_vector_420 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3796
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3797
	// ; int CWsScreenDevice::GetNearestFontToDesignHeightInTwips(class CFont * &, class TFontSpec const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3798
	_asm mov eax, 420
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3799
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3800
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3801
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3802
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3803
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3804
void call_vector_421 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3805
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3806
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInPixels(class CFont * &, class TFontSpec const &, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3807
	_asm mov eax, 421
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3808
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3809
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3810
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3811
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3812
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3813
void call_vector_422 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3814
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3815
	// ; int CWsScreenDevice::GetNearestFontToMaxHeightInTwips(class CFont * &, class TFontSpec const &, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3816
	_asm mov eax, 422
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3817
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3818
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3819
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3820
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3821
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3822
void call_vector_423 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3823
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3824
	// ; void RWindowTreeNode::DisableVisibilityChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3825
	_asm mov eax, 423
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3826
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3827
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3828
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3829
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3830
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3831
void call_vector_424 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3832
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3833
	// ; int RWindowTreeNode::EnableVisibilityChangeEvents(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3834
	_asm mov eax, 424
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3835
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3836
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3837
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3838
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3839
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3840
void call_vector_425 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3841
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3842
	// ; int RWindow::SetTransparencyAlphaChannel(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3843
	_asm mov eax, 425
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3844
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3845
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3846
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3847
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3848
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3849
void call_vector_426 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3850
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3851
	// ; void RBlankWindow::SetColor(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3852
	_asm mov eax, 426
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3853
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3854
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3855
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3856
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3857
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3858
void call_vector_427 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3859
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3860
	// ; int RWsSession::SetClientCursorMode(enum TPointerCursorMode)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3861
	_asm mov eax, 427
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3862
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3863
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3864
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3865
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3866
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3867
void call_vector_428 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3868
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3869
	// ; class TRect RDrawableWindow::GetDrawRect(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3870
	_asm mov eax, 428
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3871
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3872
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3873
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3874
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3875
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3876
void call_vector_429 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3877
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3878
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3879
	_asm mov eax, 429
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3880
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3881
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3882
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3883
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3884
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3885
void call_vector_430 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3886
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3887
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3888
	_asm mov eax, 430
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3889
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3890
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3891
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3892
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3893
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3894
void call_vector_431 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3895
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3896
	// ; void CWindowGc::Reserved_CWindowGc_3(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3897
	_asm mov eax, 431
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3898
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3899
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3900
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3901
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3902
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3903
void call_vector_432 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3904
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3905
	// ; void CWindowGc::Reserved_CWindowGc_4(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3906
	_asm mov eax, 432
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3907
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3908
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3909
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3910
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3911
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3912
void call_vector_433 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3913
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3914
	// ; void CWindowGc::Reserved_CWindowGc_5(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3915
	_asm mov eax, 433
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3916
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3917
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3918
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3919
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3920
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3921
void call_vector_434 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3922
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3923
	// ; void CWindowGc::Reserved_CBitmapContext_1(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3924
	_asm mov eax, 434
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3925
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3926
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3927
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3928
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3929
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3930
void call_vector_435 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3931
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3932
	// ; void CWindowGc::Reserved_CBitmapContext_2(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3933
	_asm mov eax, 435
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3934
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3935
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3936
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3937
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3938
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3939
void call_vector_436 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3940
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3941
	// ; void CWindowGc::Reserved_CBitmapContext_3(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3942
	_asm mov eax, 436
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3943
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3944
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3945
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3946
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3947
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3948
void call_vector_437 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3949
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3950
	// ; int CWindowGc::APIExtension(class TUid, int*&, int *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3951
	_asm mov eax, 437
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3952
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3953
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3954
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3955
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3956
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3957
void call_vector_438 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3958
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3959
	// ; void CWindowGc::Reserved_CGraphicsContext_2(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3960
	_asm mov eax, 438
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3961
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3962
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3963
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3964
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3965
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3966
void call_vector_439 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3967
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3968
	// ; void CWindowGc::DrawBitmapMasked(class TRect const &, class CWsBitmap const *, class TRect const &, class CWsBitmap const *, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3969
	_asm mov eax, 439
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3970
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3971
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3972
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3973
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3974
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3975
void call_vector_440 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3976
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3977
	// ; int RWsSession::Connect(class RFs &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3978
	_asm mov eax, 440
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3979
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3980
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3981
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3982
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3983
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3984
void call_vector_441 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3985
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3986
	// ; enum TDisplayMode CWsScreenDevice::GetScreenModeDisplayMode(int const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3987
	_asm mov eax, 441
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3988
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3989
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3990
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3991
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3992
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3993
void call_vector_442 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3994
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3995
	// ; public: void __thiscall RWsSession::ClearAllRedrawStores(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3996
	_asm mov eax, 442
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3997
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3998
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  3999
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4000
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4001
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4002
void call_vector_443 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4003
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4004
	// ; int RWindowTreeNode::WindowGroupId(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4005
	_asm mov eax, 443
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4006
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4007
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4008
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4009
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4010
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4011
void call_vector_444 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4012
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4013
	// ; int RWindowBase::GetPointerCapturePriority(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4014
	_asm mov eax, 444
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4015
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4016
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4017
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4018
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4019
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4020
void call_vector_445 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4021
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4022
	// ; void RWindowBase::SetPointerCapturePriority(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4023
	_asm mov eax, 445
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4024
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4025
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4026
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4027
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4028
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4029
void call_vector_446 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4030
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4031
	// ; int RWindow::SetTransparentRegion(class TRegion const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4032
	_asm mov eax, 446
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4033
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4034
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4035
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4036
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4037
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4038
void call_vector_447 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4039
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4040
	// ; int RWindow::SetTransparencyPolicy(enum TWsTransparencyPolicy)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4041
	_asm mov eax, 447
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4042
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4043
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4044
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4045
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4046
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4047
void call_vector_448 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4048
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4049
	// ; int RWindow::IsRedrawStoreEnabled(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4050
	_asm mov eax, 448
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4051
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4052
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4053
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4054
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4055
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4056
void call_vector_449 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4057
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4058
	// ; int CWsScreenDevice::SetBackLight(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4059
	_asm mov eax, 449
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4060
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4061
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4062
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4063
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4064
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4065
void call_vector_450 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4066
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4067
	// ; int RWindowGroup::SetOrdinalPositionErr(int, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4068
	_asm mov eax, 450
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4069
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4070
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4071
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4072
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4073
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4074
void call_vector_451 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4075
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4076
	// ; int RWindowGroup::ClearChildGroup(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4077
	_asm mov eax, 451
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4078
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4079
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4080
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4081
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4082
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4083
void call_vector_452 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4084
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4085
	// ; int RWindowGroup::SetChildGroup(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4086
	_asm mov eax, 452
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4087
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4088
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4089
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4090
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4091
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4092
void call_vector_453 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4093
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4094
	// ; class TUid TWsGraphicId::Uid(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4095
	_asm mov eax, 453
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4096
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4097
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4098
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4099
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4100
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4101
void call_vector_454 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4102
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4103
	// ; CWsGraphic::CWsGraphic(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4104
	_asm mov eax, 454
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4105
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4106
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4107
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4108
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4109
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4110
void call_vector_455 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4111
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4112
	// ; RWsGraphicMsgBuf::RWsGraphicMsgBuf(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4113
	_asm mov eax, 455
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4114
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4115
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4116
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4117
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4118
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4119
void call_vector_456 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4120
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4121
	// ; TWsGraphicMsgFixedBase::TWsGraphicMsgFixedBase(class TUid, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4122
	_asm mov eax, 456
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4123
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4124
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4125
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4126
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4127
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4128
void call_vector_457 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4129
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4130
	// ; CWsGraphic::~CWsGraphic(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4131
	_asm mov eax, 457
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4132
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4133
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4134
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4135
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4136
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4137
void call_vector_458 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4138
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4139
	// ; int RWsGraphicMsgBuf::Append(class TWsGraphicMsgFixedBase const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4140
	_asm mov eax, 458
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4141
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4142
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4143
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4144
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4145
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4146
void call_vector_459 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4147
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4148
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC16 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4149
	_asm mov eax, 459
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4150
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4151
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4152
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4153
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4154
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4155
void call_vector_460 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4156
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4157
	// ; int RWsGraphicMsgBuf::Append(class TUid, class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4158
	_asm mov eax, 460
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4159
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4160
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4161
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4162
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4163
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4164
void call_vector_461 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4165
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4166
	// ; int RWsGraphicMsgBuf::Append(class TUid, int, class TPtr8 &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4167
	_asm mov eax, 461
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4168
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4169
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4170
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4171
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4172
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4173
void call_vector_462 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4174
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4175
	// ; void CWsGraphic::BaseConstructL(class TWsGraphicId const &, class TUid, class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4176
	_asm mov eax, 462
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4177
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4178
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4179
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4180
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4181
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4182
void call_vector_463 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4183
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4184
	// ; void CWsGraphic::BaseConstructL(class TUid, class TUid, class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4185
	_asm mov eax, 463
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4186
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4187
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4188
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4189
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4190
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4191
void call_vector_464 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4192
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4193
	// ; void CWsGraphic::BaseConstructL(class TUid, class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4194
	_asm mov eax, 464
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4195
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4196
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4197
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4198
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4199
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4200
void call_vector_465 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4201
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4202
	// ; int CWsGraphic::CWsGraphic_Reserved1(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4203
	_asm mov eax, 465
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4204
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4205
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4206
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4207
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4208
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4209
void call_vector_466 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4210
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4211
	// ; int CWsGraphic::CWsGraphic_Reserved2(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4212
	_asm mov eax, 466
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4213
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4214
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4215
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4216
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4217
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4218
void call_vector_467 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4219
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4220
	// ; int CWsGraphic::CWsGraphic_Reserved3(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4221
	_asm mov eax, 467
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4222
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4223
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4224
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4225
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4226
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4227
void call_vector_468 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4228
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4229
	// ; int TWsGraphicId::Compare(class TWsGraphicId const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4230
	_asm mov eax, 468
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4231
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4232
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4233
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4234
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4235
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4236
void call_vector_469 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4237
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4238
	// ; int RWsGraphicMsgBuf::Count(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4239
	_asm mov eax, 469
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4240
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4241
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4242
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4243
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4244
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4245
void call_vector_470 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4246
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4247
	// ; class TPtrC8 RWsGraphicMsgBuf::Data(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4248
	_asm mov eax, 470
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4249
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4250
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4251
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4252
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4253
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4254
void call_vector_471 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4255
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4256
	// ; void CWsGraphic::Destroy(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4257
	_asm mov eax, 471
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4258
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4259
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4260
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4261
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4262
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4263
void call_vector_472 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4264
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4265
	// ; void RWsGraphicMsgBuf::GetFixedMsg(class TWsGraphicMsgFixedBase &, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4266
	_asm mov eax, 472
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4267
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4268
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4269
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4270
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4271
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4272
void call_vector_473 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4273
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4274
	// ; class TWsGraphicId const & CWsGraphic::Id(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4275
	_asm mov eax, 473
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4276
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4277
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4278
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4279
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4280
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4281
void call_vector_474 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4282
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4283
	// ; int CWsGraphic::IsActive(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4284
	_asm mov eax, 474
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4285
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4286
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4287
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4288
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4289
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4290
void call_vector_475 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4291
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4292
	// ; int TWsGraphicId::IsId(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4293
	_asm mov eax, 475
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4294
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4295
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4296
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4297
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4298
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4299
void call_vector_476 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4300
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4301
	// ; void CWsGraphic::OnClientClose(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4302
	_asm mov eax, 476
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4303
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4304
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4305
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4306
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4307
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4308
void call_vector_477 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4309
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4310
	// ; class TDesC8 const & RWsGraphicMsgBuf::Pckg(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4311
	_asm mov eax, 477
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4312
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4313
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4314
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4315
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4316
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4317
void call_vector_478 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4318
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4319
	// ; class TPtrC8 TWsGraphicMsgFixedBase::Pckg(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4320
	_asm mov eax, 478
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4321
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4322
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4323
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4324
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4325
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4326
void call_vector_479 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4327
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4328
	// ; void RWsGraphicMsgBuf::Remove(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4329
	_asm mov eax, 479
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4330
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4331
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4332
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4333
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4334
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4335
void call_vector_480 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4336
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4337
	// ; void CWsGraphic::SendMessage(class TDesC8 const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4338
	_asm mov eax, 480
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4339
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4340
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4341
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4342
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4343
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4344
void call_vector_481 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4345
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4346
	// ; void TWsGraphicId::Set(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4347
	_asm mov eax, 481
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4348
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4349
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4350
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4351
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4352
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4353
void call_vector_482 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4354
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4355
	// ; void TWsGraphicId::Set(class TUid)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4356
	_asm mov eax, 482
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4357
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4358
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4359
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4360
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4361
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4362
void call_vector_483 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4363
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4364
	// ; int CWsGraphic::Share(class TSecureId)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4365
	_asm mov eax, 483
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4366
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4367
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4368
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4369
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4370
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4371
void call_vector_484 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4372
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4373
	// ; int CWsGraphic::ShareGlobally(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4374
	_asm mov eax, 484
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4375
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4376
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4377
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4378
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4379
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4380
void call_vector_485 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4381
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4382
	// ; int TWsGraphicMsgFixedBase::Size(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4383
	_asm mov eax, 485
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4384
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4385
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4386
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4387
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4388
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4389
void call_vector_486 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4390
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4391
	// ; class TUid RWsGraphicMsgBuf::TypeId(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4392
	_asm mov eax, 486
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4393
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4394
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4395
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4396
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4397
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4398
void call_vector_487 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4399
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4400
	// ; class TUid TWsGraphicMsgFixedBase::TypeId(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4401
	_asm mov eax, 487
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4402
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4403
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4404
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4405
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4406
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4407
void call_vector_488 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4408
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4409
	// ; int CWsGraphic::UnShare(class TSecureId)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4410
	_asm mov eax, 488
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4411
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4412
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4413
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4414
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4415
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4416
void call_vector_489 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4417
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4418
	// ; int CWsGraphic::UnShareGlobally(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4419
	_asm mov eax, 489
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4420
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4421
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4422
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4423
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4424
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4425
void call_vector_490 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4426
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4427
	// ; class TPtr8 RWsGraphicMsgBuf::Data(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4428
	_asm mov eax, 490
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4429
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4430
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4431
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4432
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4433
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4434
void call_vector_491 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4435
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4436
	// ; TWsGraphicId::TWsGraphicId(class TWsGraphicId const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4437
	_asm mov eax, 491
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4438
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4439
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4440
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4441
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4442
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4443
void call_vector_492 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4444
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4445
	// ; TWsGraphicId::TWsGraphicId(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4446
	_asm mov eax, 492
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4447
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4448
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4449
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4450
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4451
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4452
void call_vector_493 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4453
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4454
	// ; int CWsGraphic::Flush(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4455
	_asm mov eax, 493
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4456
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4457
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4458
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4459
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4460
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4461
void call_vector_494 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4462
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4463
	// ; int RWindowGroup::Construct(unsigned long, int, class CWsScreenDevice *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4464
	_asm mov eax, 494
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4465
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4466
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4467
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4468
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4469
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4470
void call_vector_495 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4471
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4472
	// ; int RWindowGroup::Construct(unsigned long, class CWsScreenDevice *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4473
	_asm mov eax, 495
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4474
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4475
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4476
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4477
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4478
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4479
void call_vector_496 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4480
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4481
	// ; int RWsSession::GetColorModeList(int, class CArrayFixFlat<int> *) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4482
	_asm mov eax, 496
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4483
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4484
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4485
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4486
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4487
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4488
void call_vector_497 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4489
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4490
	// ; enum TDisplayMode RWsSession::GetDefModeMaxNumColors(int, int &, int &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4491
	_asm mov eax, 497
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4492
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4493
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4494
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4495
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4496
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4497
void call_vector_498 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4498
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4499
	// ; int RWsSession::GetDefaultOwningWindow(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4500
	_asm mov eax, 498
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4501
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4502
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4503
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4504
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4505
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4506
void call_vector_499 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4507
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4508
	// ; int RWsSession::GetFocusWindowGroup(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4509
	_asm mov eax, 499
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4510
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4511
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4512
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4513
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4514
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4515
void call_vector_500 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4516
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4517
	// ; int RWsSession::NumWindowGroups(int, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4518
	_asm mov eax, 500
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4519
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4520
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4521
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4522
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4523
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4524
void call_vector_501 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4525
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4526
	// ; int RWsSession::NumberOfScreens(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4527
	_asm mov eax, 501
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4528
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4529
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4530
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4531
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4532
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4533
void call_vector_502 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4534
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4535
	// ; int RWsSession::WindowGroupList(class CArrayFixFlat<int> *, int, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4536
	_asm mov eax, 502
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4537
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4538
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4539
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4540
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4541
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4542
void call_vector_503 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4543
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4544
	// ; TWsGraphicId::TWsGraphicId(class TUid)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4545
	_asm mov eax, 503
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4546
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4547
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4548
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4549
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4550
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4551
void call_vector_504 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4552
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4553
	// ; public: void __thiscall RWsSession::SetMaxBufferSizeL(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4554
	_asm mov eax, 504
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4555
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4556
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4557
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4558
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4559
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4560
void call_vector_505 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4561
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4562
	// ; void RWindow::EnableOSB(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4563
	_asm mov eax, 505
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4564
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4565
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4566
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4567
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4568
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4569
void call_vector_506 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4570
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4571
	// ; int TWsGraphicId::Id(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4572
	_asm mov eax, 506
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4573
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4574
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4575
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4576
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4577
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4578
void call_vector_507 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4579
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4580
	// ; int TWsGraphicId::IsUid(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4581
	_asm mov eax, 507
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4582
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4583
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4584
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4585
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4586
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4587
void call_vector_508 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4588
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4589
	// ; void CWsGraphic::SetGraphicExtension(class MWsObjectProvider *)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4590
	_asm mov eax, 508
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4591
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4592
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4593
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4594
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4595
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4596
void call_vector_509 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4597
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4598
	// ; int CWsGraphic::SendSynchronMessage(class TDesC8 const &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4599
	_asm mov eax, 509
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4600
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4601
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4602
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4603
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4604
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4605
void call_vector_510 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4606
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4607
	// ; int RWsSession::DebugInfo(int, class TDes8 &, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4608
	_asm mov eax, 510
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4609
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4610
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4611
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4612
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4613
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4614
void call_vector_511 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4615
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4616
	// ; int RWsSession::DebugInfo(int, int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4617
	_asm mov eax, 511
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4618
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4619
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4620
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4621
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4622
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4623
void call_vector_512 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4624
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4625
	// ; unsigned long RWindowTreeNode::ClientHandle(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4626
	_asm mov eax, 512
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4627
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4628
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4629
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4630
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4631
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4632
void call_vector_513 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4633
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4634
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceId const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4635
	_asm mov eax, 513
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4636
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4637
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4638
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4639
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4640
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4641
void call_vector_514 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4642
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4643
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4644
	_asm mov eax, 514
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4645
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4646
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4647
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4648
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4649
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4650
void call_vector_515 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4651
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4652
	// ; class TRgb RWindowBase::KeyColor(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4653
	_asm mov eax, 515
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4654
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4655
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4656
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4657
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4658
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4659
void call_vector_516 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4660
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4661
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4662
	_asm mov eax, 516
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4663
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4664
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4665
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4666
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4667
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4668
void call_vector_517 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4669
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4670
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4671
	_asm mov eax, 517
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4672
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4673
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4674
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4675
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4676
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4677
void call_vector_518 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4678
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4679
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4680
	_asm mov eax, 518
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4681
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4682
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4683
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4684
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4685
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4686
void call_vector_519 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4687
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4688
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4689
	_asm mov eax, 519
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4690
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4691
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4692
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4693
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4694
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4695
void call_vector_520 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4696
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4697
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4698
	_asm mov eax, 520
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4699
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4700
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4701
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4702
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4703
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4704
void call_vector_521 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4705
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4706
	// ; int RWindowBase::GetBackgroundSurface(class TSurfaceConfiguration &) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4707
	_asm mov eax, 521
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4708
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4709
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4710
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4711
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4712
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4713
void call_vector_522 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4714
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4715
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4716
	_asm mov eax, 522
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4717
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4718
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4719
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4720
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4721
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4722
void call_vector_523 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4723
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4724
	// ; int RWsSession::PreferredSurfaceConfigurationSize(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4725
	_asm mov eax, 523
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4726
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4727
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4728
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4729
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4730
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4731
void call_vector_524 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4732
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4733
	// ; int RWsSession::RegisterSurface(int, class TSurfaceId const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4734
	_asm mov eax, 524
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4735
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4736
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4737
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4738
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4739
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4740
void call_vector_525 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4741
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4742
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4743
	_asm mov eax, 525
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4744
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4745
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4746
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4747
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4748
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4749
void call_vector_526 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4750
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4751
	// ; void RWindowBase::RemoveBackgroundSurface(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4752
	_asm mov eax, 526
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4753
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4754
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4755
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4756
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4757
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4758
void call_vector_527 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4759
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4760
	// (noname)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4761
	_asm mov eax, 527
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4762
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4763
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4764
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4765
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4766
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4767
void call_vector_528 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4768
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4769
	// ; int RWindowBase::SetBackgroundSurface(class TSurfaceConfiguration const &, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4770
	_asm mov eax, 528
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4771
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4772
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4773
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4774
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4775
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4776
void call_vector_529 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4777
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4778
	// ; void RWsSession::UnregisterSurface(int, class TSurfaceId const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4779
	_asm mov eax, 529
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4780
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4781
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4782
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4783
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4784
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4785
void call_vector_530 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4786
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4787
	// ; void RWindow::ClearRedrawStore(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4788
	_asm mov eax, 530
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4789
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4790
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4791
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4792
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4793
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4794
void call_vector_531 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4795
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4796
	// ; int RWsSession::Finish(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4797
	_asm mov eax, 531
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4798
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4799
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4800
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4801
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4802
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4803
void call_vector_532 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4804
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4805
	// ; void RWsSession::SyncMsgBuf(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4806
	_asm mov eax, 532
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4807
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4808
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4809
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4810
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4811
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4812
void call_vector_533 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4813
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4814
	// ; class RWsSession & CWsGraphic::Session(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4815
	_asm mov eax, 533
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4816
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4817
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4818
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4819
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4820
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4821
void call_vector_534 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4822
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4823
	// ; int RWindowTreeNode::ScreenNumber(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4824
	_asm mov eax, 534
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4825
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4826
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4827
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4828
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4829
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4830
void call_vector_535 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4831
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4832
	// ; void TWsEvent::SetPointerNumber(unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4833
	_asm mov eax, 535
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4834
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4835
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4836
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4837
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4838
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4839
void call_vector_536 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4840
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4841
	// ; int TAdvancedPointerEvent::DoGetPointerNumber(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4842
	_asm mov eax, 536
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4843
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4844
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4845
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4846
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4847
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4848
void call_vector_537 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4849
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4850
	// ; int RWindowBase::ClaimPointerGrab(unsigned char, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4851
	_asm mov eax, 537
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4852
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4853
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4854
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4855
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4856
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4857
void call_vector_538 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4858
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4859
	// ; int RWindowBase::RequestPointerRepeatEvent(class TTimeIntervalMicroSeconds32, class TRect const &, unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4860
	_asm mov eax, 538
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4861
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4862
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4863
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4864
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4865
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4866
void call_vector_539 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4867
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4868
	// ; int RWsSession::GetExitHighPressureThreshold(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4869
	_asm mov eax, 539
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4870
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4871
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4872
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4873
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4874
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4875
void call_vector_540 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4876
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4877
	// ; int RWsSession::SetCloseProximityThresholds(int, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4878
	_asm mov eax, 540
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4879
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4880
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4881
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4882
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4883
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4884
void call_vector_541 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4885
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4886
	// ; int RWsSession::SetHighPressureThresholds(int, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4887
	_asm mov eax, 541
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4888
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4889
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4890
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4891
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4892
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4893
void call_vector_542 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4894
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4895
	// ; int RWindowBase::CancelPointerRepeatEventRequest(unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4896
	_asm mov eax, 542
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4897
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4898
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4899
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4900
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4901
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4902
void call_vector_543 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4903
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4904
	// ; void TWsEvent::InitAdvancedPointerEvent(enum TPointerEvent::TType, unsigned int, class TPoint3D const &, unsigned char)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4905
	_asm mov eax, 543
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4906
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4907
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4908
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4909
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4910
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4911
void call_vector_544 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4912
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4913
	// ; int RWsSession::GetExitCloseProximityThreshold(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4914
	_asm mov eax, 544
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4915
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4916
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4917
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4918
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4919
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4920
void call_vector_545 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4921
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4922
	// ; void RWindowBase::EnableAdvancedPointers(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4923
	_asm mov eax, 545
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4924
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4925
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4926
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4927
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4928
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4929
void call_vector_546 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4930
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4931
	// ; void TWsEvent::SetPointerZ(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4932
	_asm mov eax, 546
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4933
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4934
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4935
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4936
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4937
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4938
void call_vector_547 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4939
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4940
	// ; int TAdvancedPointerEvent::DoGetProximityAndPressure(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4941
	_asm mov eax, 547
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4942
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4943
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4944
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4945
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4946
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4947
void call_vector_548 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4948
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4949
	// ; int TAdvancedPointerEvent::DoGetProximity(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4950
	_asm mov eax, 548
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4951
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4952
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4953
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4954
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4955
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4956
void call_vector_549 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4957
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4958
	// ; int TAdvancedPointerEvent::DoGetPressure(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4959
	_asm mov eax, 549
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4960
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4961
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4962
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4963
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4964
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4965
void call_vector_550 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4966
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4967
	// ; void RWindowGroup::SimulateAdvancedPointerEvent(class TRawEvent)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4968
	_asm mov eax, 550
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4969
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4970
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4971
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4972
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4973
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4974
void call_vector_551 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4975
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4976
	// ; int RWsSession::GetEnterHighPressureThreshold(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4977
	_asm mov eax, 551
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4978
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4979
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4980
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4981
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4982
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4983
void call_vector_552 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4984
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4985
	// ; int RWsSession::GetEnterCloseProximityThreshold(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4986
	_asm mov eax, 552
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4987
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4988
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4989
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4990
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4991
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4992
void call_vector_553 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4993
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4994
	// ; class TAdvancedPointerEvent & TAdvancedPointerEvent::operator=(class TAdvancedPointerEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4995
	_asm mov eax, 553
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4996
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4997
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4998
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  4999
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5000
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5001
void call_vector_554 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5002
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5003
	// ; TAdvancedPointerEvent::TAdvancedPointerEvent(class TAdvancedPointerEvent const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5004
	_asm mov eax, 554
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5005
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5006
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5007
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5008
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5009
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5010
void call_vector_555 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5011
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5012
	// ; RWsDrawableSource::RWsDrawableSource(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5013
	_asm mov eax, 555
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5014
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5015
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5016
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5017
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5018
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5019
void call_vector_556 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5020
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5021
	// ; void RWsDrawableSource::Close(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5022
	_asm mov eax, 556
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5023
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5024
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5025
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5026
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5027
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5028
void call_vector_557 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5029
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5030
	// ; int RWsDrawableSource::Create(class RSgDrawable const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5031
	_asm mov eax, 557
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5032
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5033
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5034
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5035
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5036
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5037
void call_vector_558 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5038
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5039
	// ; class TSgDrawableId const & RWsDrawableSource::DrawableId(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5040
	_asm mov eax, 558
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5041
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5042
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5043
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5044
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5045
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5046
void call_vector_559 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5047
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5048
	// ; void CWindowGc::DrawResource(class TPoint const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5049
	_asm mov eax, 559
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5050
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5051
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5052
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5053
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5054
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5055
void call_vector_560 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5056
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5057
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, enum CWindowGc::TGraphicsRotation)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5058
	_asm mov eax, 560
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5059
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5060
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5061
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5062
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5063
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5064
void call_vector_561 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5065
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5066
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TRect const &, enum CWindowGc::TGraphicsRotation)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5067
	_asm mov eax, 561
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5068
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5069
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5070
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5071
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5072
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5073
void call_vector_562 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5074
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5075
	// ; void CWindowGc::DrawResource(class TRect const &, class RWsDrawableSource const &, class TDesC8 const &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5076
	_asm mov eax, 562
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5077
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5078
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5079
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5080
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5081
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5082
void call_vector_563 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5083
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5084
	// ; int RDirectScreenAccess::Construct(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5085
	_asm mov eax, 563
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5086
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5087
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5088
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5089
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5090
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5091
void call_vector_564 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5092
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5093
	// ; class CDirectScreenAccess * CDirectScreenAccess::NewL(class RWsSession &, class CWsScreenDevice &, class RWindowBase &, class MDirectScreenAccess &, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5094
	_asm mov eax, 564
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5095
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5096
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5097
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5098
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5099
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5100
void call_vector_565 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5101
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5102
	// ; int RWsDrawableSource::Create(class RSgDrawable const &, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5103
	_asm mov eax, 565
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5104
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5105
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5106
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5107
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5108
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5109
void call_vector_566 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5110
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5111
	// ; RWsDrawableSource::RWsDrawableSource(class RWsSession &)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5112
	_asm mov eax, 566
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5113
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5114
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5115
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5116
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5117
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5118
void call_vector_567 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5119
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5120
	// ; int RWsDrawableSource::ScreenNumber(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5121
	_asm mov eax, 567
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5122
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5123
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5124
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5125
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5126
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5127
void call_vector_568 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5128
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5129
	// ; void * CWsScreenDevice::GetInterface(unsigned int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5130
	_asm mov eax, 568
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5131
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5132
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5133
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5134
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5135
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5136
void call_vector_569 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5137
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5138
	// ; int CWsScreenDevice::IsCurrentModeDynamic(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5139
	_asm mov eax, 569
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5140
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5141
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5142
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5143
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5144
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5145
void call_vector_570 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5146
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5147
	// ; int CWsScreenDevice::IsModeDynamic(int) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5148
	_asm mov eax, 570
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5149
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5150
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5151
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5152
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5153
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5154
void call_vector_571 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5155
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5156
	// ; void const * CWindowGc::Interface(class TUid) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5157
	_asm mov eax, 571
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5158
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5159
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5160
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5161
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5162
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5163
void call_vector_572 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5164
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5165
	// ; void * CWindowGc::Interface(class TUid)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5166
	_asm mov eax, 572
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5167
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5168
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5169
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5170
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5171
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5172
void call_vector_573 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5173
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5174
	// ; class RWsSession * RWindowTreeNode::Session(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5175
	_asm mov eax, 573
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5176
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5177
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5178
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5179
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5180
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5181
void call_vector_574 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5182
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5183
	// ; void RWsSession::HeapSetBurstFail(int, int, int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5184
	_asm mov eax, 574
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5185
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5186
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5187
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5188
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5189
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5190
void call_vector_575 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5191
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5192
	// ; void RWsSession::EnableWindowSizeCacheL(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5193
	_asm mov eax, 575
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5194
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5195
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5196
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5197
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5198
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5199
void call_vector_576 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5200
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5201
	// ; void RWindowBase::SetSurfaceTransparency(int)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5202
	_asm mov eax, 576
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5203
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5204
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5205
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5206
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5207
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5208
void call_vector_577 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5209
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5210
	// ; class TSize RWindowBase::SizeForEgl(void) const
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5211
	_asm mov eax, 577
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5212
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5213
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5214
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5215
__declspec(dllexport)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5216
__declspec(naked)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5217
void call_vector_578 ()
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5218
	{
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5219
	// ; int RWindowBase::FixNativeOrientation(void)
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5220
	_asm mov eax, 578
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5221
	_asm jmp common_dispatch
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5222
	}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5223
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5224
}
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5225
#define MAX_ORDINAL 579
2ab528493d70 Partially revert Faisal's first patch (changeset 76efc8f9f7b4)
Dario Sestito <darios@symbian.org>
parents: 34
diff changeset
  5226