wim/Scard/inc/ScardConnector.h
branchRCL_3
changeset 67 79bd6bd83ec3
parent 47 63339781d179
equal deleted inserted replaced
57:ead42e28e519 67:79bd6bd83ec3
     1 /*
     1 /*
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003 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".
    95     public:  // Constructors and destructor
    95     public:  // Constructors and destructor
    96 
    96 
    97         /**
    97         /**
    98         * Two-phased constructor.
    98         * Two-phased constructor.
    99         * @param aConnRegistry Pointer to connection registry
    99         * @param aConnRegistry Pointer to connection registry
       
   100         * @param aClient Client thread
   100         * @param aMessage Client message
   101         * @param aMessage Client message
   101         */
   102         */ 
   102         static CScardConnector* NewL( CScardConnectionRegistry* aConnRegistry,
   103         static CScardConnector* NewL( CScardConnectionRegistry* aConnRegistry,
   103             const RMessage2& aMessage );
   104                                       RThread& aClient, 
   104 
   105                                       const RMessage2& aMessage );
       
   106         
   105         /**
   107         /**
   106         * Destructor.
   108         * Destructor.
   107         */
   109         */
   108         virtual ~CScardConnector();
   110         virtual ~CScardConnector();
   109 
   111 
   161     private:
   163     private:
   162 
   164 
   163         /**
   165         /**
   164         * C++ default constructor.
   166         * C++ default constructor.
   165         * @param aConnRegistry Pointer to connection registry
   167         * @param aConnRegistry Pointer to connection registry
   166         */
   168         * @param aClient Client thread
   167         CScardConnector( CScardConnectionRegistry* aConnRegistry );
   169         */
       
   170         CScardConnector( CScardConnectionRegistry* aConnRegistry, 
       
   171                          RThread& aClient );
   168 
   172 
   169         /**
   173         /**
   170         * By default Symbian 2nd phase constructor is private.
   174         * By default Symbian 2nd phase constructor is private.
   171         * @param aMessage Client message
   175         * @param aMessage Client message
   172         */
   176         */