multimediacommscontroller/tsrc/stubs/inc/ws_stubs_helper.h
changeset 19 f58ead8cf73c
equal deleted inserted replaced
15:b25d6a5c0a63 19:f58ead8cf73c
       
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef WSSTUBSHELPER_H
       
    22 #define WSSTUBSHELPER_H
       
    23 
       
    24 //  INCLUDES
       
    25 #include <w32std.h>
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 // MACROS
       
    30 
       
    31 // DATA TYPES
       
    32 
       
    33 // FUNCTION PROTOTYPES
       
    34 
       
    35 // FORWARD DECLARATIONS
       
    36 
       
    37 // CLASS DECLARATION
       
    38 
       
    39 /**
       
    40 *
       
    41 */
       
    42 class TWsStubsHelper
       
    43     {
       
    44 public:
       
    45     static CGraphicsContext::TDrawMode CurrentDrawMode();   
       
    46     static TInt NumWindowsCreated();
       
    47     static void Reset();
       
    48 
       
    49     };
       
    50 
       
    51 #endif      // WSSTUBSHELPER_H   
       
    52             
       
    53 // End of File