equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-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". |
100 |
100 |
101 //-========================================================= |
101 //-========================================================= |
102 //Provision |
102 //Provision |
103 //-========================================================= |
103 //-========================================================= |
104 DECLARE_SMELEMENT_HEADER( TSelfInit, MeshMachine::TStateTransition<TContext>, NetStateMachine::MStateTransition, PDPSCprStates::TContext) |
104 DECLARE_SMELEMENT_HEADER( TSelfInit, MeshMachine::TStateTransition<TContext>, NetStateMachine::MStateTransition, PDPSCprStates::TContext) |
105 virtual void DoL(); |
105 virtual void SetupProvisionCfgL(); |
|
106 virtual void DoL(); |
106 DECLARE_SMELEMENT_FOOTER( TSelfInit) |
107 DECLARE_SMELEMENT_FOOTER( TSelfInit) |
107 |
108 |
108 DECLARE_AGGREGATED_TRANSITION2( |
109 DECLARE_AGGREGATED_TRANSITION2( |
109 TStoreProvisionAndInitSelf, |
110 TStoreProvisionAndInitSelf, |
110 PRStates::TStoreProvision, |
111 PRStates::TStoreProvision, |