networkprotocolmodules/suplcontrolplaneprotocols/common/suplpositioningprotbase/inc/suplpositioningprotocolfsm.inl
branchGCC_SURGE
changeset 49 5f20f71a57a3
parent 41 ec40843d536a
parent 45 15a2125aa2f3
equal deleted inserted replaced
41:ec40843d536a 49:5f20f71a57a3
     1 // Copyright (c) 2008-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 // This file defines the base class and observer to allow a SUPL protocol
       
    15 // to send/receive messages to/from positioning protocol state machines.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalTechnology
       
    22  
       
    23 */
       
    24 
       
    25 #include "suplpositioningprotocolfsm.h"
       
    26 
       
    27 // Constructors
       
    28 CSuplPositioningProtocolFsm::CSuplPositioningProtocolFsm(MSuplPositioningProtocolFsmObserver& aObserver) :
       
    29 	CActive(EPriorityStandard), iObserver(aObserver)
       
    30 	{
       
    31 	}
       
    32 
       
    33 CSuplPositioningProtocolFsm::~CSuplPositioningProtocolFsm()
       
    34 	{
       
    35 	}