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