localisation/apparchitecture/inc/APGTASK.H
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-2009 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 the License "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    20 #include <w32std.h>
    20 #include <w32std.h>
    21 
    21 
    22 class RWsSession;
    22 class RWsSession;
    23 struct TKeyEvent;
    23 struct TKeyEvent;
    24 
    24 
       
    25 //gmahe. This is used in the below enum.
    25 /** @internalTechnology */
    26 /** @internalTechnology */
    26 static const TInt KApaSystemEventsWithPowerMgmtCapabilityStart = 100;
    27 static const TInt KApaSystemEventsWithPowerMgmtCapabilityStart = 100;
       
    28 
    27 /** @internalTechnology */
    29 /** @internalTechnology */
    28 static const TInt KApaSystemEventsWithPowerMgmtCapabilityEnd = 199;
    30 static const TInt KApaSystemEventsWithPowerMgmtCapabilityEnd = 199;
       
    31 
    29 
    32 
    30 /** Defines the event types that a TApaTask object can send to its window group.
    33 /** Defines the event types that a TApaTask object can send to its window group.
    31 
    34 
    32 The events are sent by TApaTask::SendSystemEvent() and are handled by CEikAppUi::HandleSystemEventL().
    35 The events are sent by TApaTask::SendSystemEvent() and are handled by CEikAppUi::HandleSystemEventL().
    33 
    36