convergedconnectionhandler/cchserver/inc/cchspshandler.h
branchRCL_3
changeset 14 be41ab7b952f
parent 0 a4daefaec16c
equal deleted inserted replaced
12:876a3df1f464 14:be41ab7b952f
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   102      * @param aUid On completion, contains Plug-ins Uid
   102      * @param aUid On completion, contains Plug-ins Uid
   103      */
   103      */
   104     void GetConnectivityPluginUidL( TUint32 aServiceId,
   104     void GetConnectivityPluginUidL( TUint32 aServiceId,
   105         TCCHSubserviceType aType, 
   105         TCCHSubserviceType aType, 
   106         TUid& aUid ) const;
   106         TUid& aUid ) const;
   107     
   107         
   108     /**
       
   109      * Get SNAP Id
       
   110      * @since S60 3.2
       
   111      * @param aServiceId Used Service
       
   112      * @param aType Subservice's type
       
   113      * @param aSNAPId On completion, contains SNAP Id
       
   114      */
       
   115     void GetSNAPIdL( TUint32 aServiceId,
       
   116         TCCHSubserviceType aType,
       
   117         TInt& aSNAPId ) const;
       
   118     
       
   119     /**
       
   120      * Get IAP Id
       
   121      * @since S60 3.2
       
   122      * @param aServiceId Used Service
       
   123      * @param aType Subservice's type
       
   124      * @param aIapId On completion, contains IAP Id
       
   125      */
       
   126     void GetIapIdL( TUint32 aServiceId,
       
   127         TCCHSubserviceType aType,
       
   128         TInt& aIapIdL ) const;
       
   129     
       
   130     /**
       
   131      * Get Settings Id
       
   132      * @since S60 3.2
       
   133      * @param aServiceId Used Service
       
   134      * @param aType Subservice's type
       
   135      * @param aId On completion, contains Settings Id
       
   136      */
       
   137     void GetSettingsIdL( TUint32 aServiceId,
       
   138         TCCHSubserviceType aType,
       
   139         TInt& aId ) const;
       
   140     
       
   141     /**
   108     /**
   142      * Get Service's load at startup information
   109      * Get Service's load at startup information
   143      * @since S60 3.2
   110      * @since S60 3.2
   144      * @param aServiceId Used Service
   111      * @param aServiceId Used Service
   145      * @param aType Subservice's type
   112      * @param aType Subservice's type