Update contrib.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * The definitions of MStartupStateObserver.
16 * This file contains all the APIs to implement MStartupStateObserver.
27 #ifndef STARTUPSTATEOBSERVER_H
28 #define STARTUPSTATEOBSERVER_H
29 #include <startup.hrh>
32 The abstract interface used as a base for all classes that wish to be notified of system startup state changes in ECOM.
36 class MStartupStateObserver
40 * the method used to process the SSA(Startup State Aware) event for the
41 * MStartupStateObserver object.
43 * @param aKnownState the TDmDomainState passes into the MStartupStateObserver object.
45 virtual void ProcessSSAEventL(TStartupStateIdentifier aKnownState)=0;