uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/src/stub/s_mccaconnection.cpp
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2006, 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  s_enginecontmgtextfeatures.cpp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "s_mccaconnection.h"
       
    20 
       
    21 
       
    22 class MCCAParameter;
       
    23 class MCCAObserver;
       
    24 
       
    25 
       
    26 MCCAConnection* MCCAConnectionStub::NewL()
       
    27     {
       
    28     MCCAConnection* parameter = new(ELeave)MCCAConnectionStub;
       
    29         return parameter;
       
    30     }
       
    31 
       
    32 void MCCAConnectionStub::Close() 
       
    33     {
       
    34     
       
    35     }
       
    36     /**
       
    37      * DEPRECATED - USE LaunchAppL() instead!
       
    38      * Ownership of MCCAParameter is NOT transferred.
       
    39      */
       
    40      void MCCAConnectionStub::LaunchApplicationL( MCCAParameter& aParameter )
       
    41          {
       
    42          
       
    43          }
       
    44 
       
    45    
       
    46 
       
    47      void MCCAConnectionStub::LaunchAppL(
       
    48         MCCAParameter& aParameter,
       
    49         MCCAObserver* aObserver  )
       
    50          {
       
    51          
       
    52          }
       
    53     // End of File
       
    54