locationmgmt/agpslocationmgr/inc/utilfunctions.h
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 // Copyright (c) 2006-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 // utility fucntions, and odds and sods for various bits of the location server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21  @deprecated
       
    22 */
       
    23 
       
    24 #ifndef __LBSUTILFUNCTIONS_H__
       
    25 #define __LBSUTILFUNCTIONS_H__
       
    26 
       
    27 #include <e32base.h>
       
    28 #include <lbspositioninfo.h>
       
    29 
       
    30 TInt CopyPositionTypes(TPositionInfoBase& aTo, const TPositionInfoBase& aFrom);
       
    31 TInt CopyPositionTypes2(TPositionInfoBase& aTo, const TPositionInfoBase& aFrom);
       
    32 
       
    33 TInt SupportedType(const TUint32& aType, const TInt& aSize);
       
    34 TInt GetIndexFromModuleIdL(const TUid& aModuleId);
       
    35 
       
    36 #endif // __LBSUTILFUNCTIONS_H__