cmmanager/cmmgr/cmmapi/inc/cmmanagerapi.h
changeset 40 c5b848e6c7d1
parent 30 8dde790cab74
equal deleted inserted replaced
34:3b0cec605979 40:c5b848e6c7d1
    54 
    54 
    55     TInt StoreDestinationWrapper(
    55     TInt StoreDestinationWrapper(
    56             CCmDestinationWrapper* aDestinationWrapper );
    56             CCmDestinationWrapper* aDestinationWrapper );
    57     TInt RemoveDestinationWrapper(
    57     TInt RemoveDestinationWrapper(
    58             CCmDestinationWrapper* aDestinationWrapper );
    58             CCmDestinationWrapper* aDestinationWrapper );
    59     CCmDestinationWrapper* GetDestinationWrapperL( const TInt& aHandle );
    59     CCmDestinationWrapper* GetDestinationWrapperL( const TInt aHandle );
    60 
    60 
    61     TInt StoreConnMethodWrapper(
    61     TInt StoreConnMethodWrapper(
    62             CCmConnectionMethodWrapper* aConnMethodWrapper );
    62             CCmConnectionMethodWrapper* aConnMethodWrapper );
    63     TInt RemoveConnMethodWrapper(
    63     TInt RemoveConnMethodWrapper(
    64             CCmConnectionMethodWrapper* aConnMethodWrapper );
    64             CCmConnectionMethodWrapper* aConnMethodWrapper );
    65     CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt& aHandle );
    65     CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt aHandle );
    66 
    66 
    67     TInt GetBearerInfoInt(
    67     TInt GetBearerInfoInt(
    68             const TUint32 aBearerType,
    68             const TUint32 aBearerType,
    69             const TUint32 aAttribute,
    69             const TUint32 aAttribute,
    70             TUint32& aValue );
    70             TUint32& aValue );