localisation/apparchitecture/tef/testableapalssession.cpp
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // RTestableApaLsSession is used to make it possible to heap test a RApaLsSession
    14 // RTestableApaLsSession is used to make it possible to heap test a RApaLsSession
    15 // 
    15 // 
       
    16 // testableapalssession.cpp
    16 //
    17 //
    17 
    18 
    18 
       
    19 
       
    20 /**
    19 /**
    21  @file
    20  @file testableapalssession.cpp
    22  @internalComponent - Internal Symbian test code 
    21  @internalComponent - Internal Symbian test code 
    23 */
    22 */
    24 
    23 
    25 
    24 
    26 
    25 
    27 #include "testableapalssession.h"
    26 #include "testableapalssession.h"
    28 #include "../apserv/APSCLSV.H"
    27 #include "../apserv/apsclsv.h"
    29 
    28 
    30 
    29 
    31 /**
    30 /**
    32 Connects to the server and makes sure that recognizers are loaded on demand,
    31 Connects to the server and makes sure that recognizers are loaded on demand,
    33 for heap check reasons.
    32 for heap check reasons.