localconnectivityservice/dun/utils/inc/DunDownstream.h
branchRCL_3
changeset 15 c47ebe2ac36c
parent 0 c3e98f10fcf4
child 38 3dcb815346df
equal deleted inserted replaced
12:031b9cffe6e4 15:c47ebe2ac36c
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 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".
   154      * @return Symbian error code on error, KErrNone otherwise
   154      * @return Symbian error code on error, KErrNone otherwise
   155      */
   155      */
   156     TInt AddToQueueAndSend( const TDesC8 *aPushedData,
   156     TInt AddToQueueAndSend( const TDesC8 *aPushedData,
   157                             MDunCompletionReporter* aCallback );
   157                             MDunCompletionReporter* aCallback );
   158 
   158 
   159     /**
       
   160      * Gets the endpoint readiness handler
       
   161      *
       
   162      * @since S60 5.0
       
   163      * @return Endpoint readiness handler
       
   164      */
       
   165     MDunEndpointReady* EndpointReadyHandler();
       
   166 
       
   167 private:
   159 private:
   168 
   160 
   169     CDunDownstream( MDunTransporterUtilityAux* aUtility );
   161     CDunDownstream( MDunTransporterUtilityAux* aUtility );
   170 
   162 
   171     void ConstructL();
   163     void ConstructL();