epoc32/include/lbs/lbsipc.hrh
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/lbs/lbsipc.hrh	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/lbs/lbsipc.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,43 +1,23 @@
     1.4 -/*
     1.5 -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 -* All rights reserved.
     1.7 -* This component and the accompanying materials are made available
     1.8 -* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.9 -* which accompanies this distribution, and is available
    1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 -*
    1.12 -* Initial Contributors:
    1.13 -* Nokia Corporation - initial contribution.
    1.14 -*
    1.15 -* Contributors:
    1.16 -*
    1.17 -* Description:
    1.18 -* Name        : lbsipc.hrh
    1.19 -* Part of     : Mobile Location Framework/Location FW
    1.20 -* Interface   : Location Acquisition API
    1.21 -* Client-Server Request codes
    1.22 -* Version     :
    1.23 -* This material, including documentation and any related
    1.24 -* computer programs, is protected by copyright controlled by
    1.25 -* Nokia Corporation. All rights are reserved. Copying,
    1.26 -* including reproducing, storing, adapting or translating, any
    1.27 -* or all of this material requires the prior written consent of
    1.28 -* Nokia Corporation. This material also contains confidential
    1.29 -* information which may not be disclosed to others without the
    1.30 -* prior written consent of Nokia Corporation.
    1.31 -*
    1.32 -*/
    1.33 -
    1.34 -
    1.35 -
    1.36 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
    1.37 +// All rights reserved.
    1.38 +// This component and the accompanying materials are made available
    1.39 +// under the terms of "Eclipse Public License v1.0"
    1.40 +// which accompanies this distribution, and is available
    1.41 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.42 +//
    1.43 +// Initial Contributors:
    1.44 +// Nokia Corporation - initial contribution.
    1.45 +//
    1.46 +// Contributors:
    1.47 +// 
    1.48  
    1.49  /**
    1.50   @file
    1.51   @publishedAll
    1.52   @released
    1.53  */
    1.54 - 
    1.55 - // Following added to maintain compatibility with Symbian Loc Server	
    1.56 +
    1.57 +// Following added to maintain compatibility with Symbian Lbs	
    1.58  #define EPositioningCancelOffset		500
    1.59  #define EPositioningCompleteOffset		600
    1.60  #define IPC_LOCATION_START				1000
    1.61 @@ -87,7 +67,7 @@
    1.62      EPositionerGetLastKnownPosition,
    1.63      EPositionerNotifyPositionUpdate,
    1.64  
    1.65 - 	// Following added to maintain compatibility with Symbian Loc Server	
    1.66 + 	// Following added to maintain compatibility with Symbian Lbs	
    1.67  	EPositionerOpenServer							= EPositionerRedundentOffset,
    1.68  	EPositionCustomCodesBegin,
    1.69  	EPositionCancelIpcsBegin,