wim/Scard/src/ScardAccessControl.cpp
branchRCL_3
changeset 5 3b17fc5c9564
parent 0 164170e6151a
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
     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".
   691 #ifdef _DEBUG    
   691 #ifdef _DEBUG    
   692         RFileLogger::WriteFormat( KScardLogDir, KScardLogFileName, 
   692         RFileLogger::WriteFormat( KScardLogDir, KScardLogFileName, 
   693             EFileLoggingModeAppend, 
   693             EFileLoggingModeAppend, 
   694             _L( "CScardAccessControl::InitialiseReader: Opening Reader\n" ) );
   694             _L( "CScardAccessControl::InitialiseReader: Opening Reader\n" ) );
   695 #endif
   695 #endif
   696         iReader->Open( iStatus );
   696         iReader->OpenAsync( iStatus );
   697         }
   697         }
   698 #ifdef _DEBUG    
   698 #ifdef _DEBUG    
   699     else 
   699     else 
   700         {
   700         {
   701         RFileLogger::WriteFormat( KScardLogDir, KScardLogFileName, 
   701         RFileLogger::WriteFormat( KScardLogDir, KScardLogFileName,