buildverification/autosmoketest/Timew/ConsoleAlarmAlertServer/Include/ConsoleAlarmAlertServerMain.h
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __CONSOLEALARMALERTSERVERMAIN_H__
       
    17 #define __CONSOLEALARMALERTSERVERMAIN_H__
       
    18 
       
    19 // System includes
       
    20 #include <e32base.h>
       
    21 
       
    22 // User includes
       
    23 
       
    24 // Type definitions
       
    25 
       
    26 // Constants
       
    27 
       
    28 // Enumerations
       
    29 
       
    30 // Classes referenced
       
    31 
       
    32 
       
    33 //
       
    34 // ----> ConsoleAlarmAlertServer (header)
       
    35 //
       
    36 class ConsoleAlarmAlertServer
       
    37 /**
       
    38 @internalAll
       
    39 @released
       
    40 */
       
    41 	{
       
    42 //
       
    43 public:										// ACCESS
       
    44 //
       
    45 	IMPORT_C static void					StartConsoleAlarmAlertServerL(TAny* instructionSet = NULL);
       
    46 
       
    47 //
       
    48 private:									// INTERNAL
       
    49 //
       
    50 	static TInt								StartServerThreadFunction(TAny* instructionSet = NULL);
       
    51 	static void								StartServerL(TAny* instructionSet = NULL);
       
    52 	};
       
    53 
       
    54 #endif