sysstatemgmt/systemstatereferenceplugins/custcmd/inc/ssmuiproviderdllswitch_stubs.h
branchRCL_3
changeset 10 1fc153c72b60
parent 0 4e1aa6a622a0
equal deleted inserted replaced
8:6bb05bdcbe09 10:1fc153c72b60
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   264     {
   264     {
   265     //TInt PhoneMemoryRootDriveId()
   265     //TInt PhoneMemoryRootDriveId()
   266     _asm mov eax, 27
   266     _asm mov eax, 27
   267     _asm jmp common_dispatch
   267     _asm jmp common_dispatch
   268     }
   268     }
       
   269 
       
   270 __declspec(dllexport)
       
   271 __declspec(naked)
       
   272 void call_vector_28 ()
       
   273     {
       
   274     //TInt ReservePhoneMemorySpace()
       
   275     _asm mov eax, 28
       
   276     _asm jmp common_dispatch
       
   277     }
       
   278 
       
   279 __declspec(dllexport)
       
   280 __declspec(naked)
       
   281 void call_vector_29 ()
       
   282     {
       
   283     //TInt FreeReservedPhoneMemorySpace(const TInt aSpaceToFree)
       
   284     _asm mov eax, 29
       
   285     _asm jmp common_dispatch
       
   286     }
   269 }
   287 }
   270 
   288 
   271 #define MAX_ORDINAL 27
   289 #define MAX_ORDINAL 29
   272 
   290