diff -r 57c618273d5c -r bbf46f59e123 windowing/windowserver/wins_switching/ws32_stubs.h --- a/windowing/windowserver/wins_switching/ws32_stubs.h Thu Aug 19 11:11:18 2010 +0300 +++ b/windowing/windowserver/wins_switching/ws32_stubs.h Tue Aug 31 16:31:06 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -15,7 +15,6 @@ * */ - extern "C" { void common_dispatch(); @@ -5221,6 +5220,87 @@ _asm jmp common_dispatch } +__declspec(dllexport) +__declspec(naked) +void call_vector_579 () + { + // ; void RWindowBase::SetPurpose(int) + _asm mov eax, 579 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_580 () + { + // ; void RWindowBase::SendEffectCommand(int, class TDesC8 const &) + _asm mov eax, 580 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_581 () + { + // ; void RWsSession::SendEffectCommand(int, class TDesC8 const &) + _asm mov eax, 581 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_582 () + { + // ; void RWsSession::RegisterEffect(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, unsigned int, class TBitFlagsT) + _asm mov eax, 582 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_583 () + { + // ; void RWindowBase::OverrideEffects(int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT) + _asm mov eax, 583 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_584 () + { + // ; void RWsSession::OverrideEffects(int, int, class TBuf<256> const &, class TBuf<256> const &, class TBuf<256> const &, class TBitFlagsT) + _asm mov eax, 584 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_585 () + { + // ; void RWsSession::UnregisterEffect(int, int, unsigned int) + _asm mov eax, 585 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_586 () + { + // ; void RWsSession::UnregisterAllEffects(void) + _asm mov eax, 586 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_587 () + { + // ; void RWsSession::IndicateAppOrientation(enum TRenderOrientation) + _asm mov eax, 587 + _asm jmp common_dispatch + } + } -#define MAX_ORDINAL 579 - +#define MAX_ORDINAL 588 +