email/email/smtp/inc/T_MsgAsyncStepSMTP.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 /**
       
     2 * Copyright (c) 2006-2009 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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * References SMTP shared data for use by derived test steps.
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 /**
       
    25  @file
       
    26 */
       
    27 
       
    28 #ifndef __T_MSG_ASYNCSTEPSMTP_H__
       
    29 #define __T_MSG_ASYNCSTEPSMTP_H__
       
    30 
       
    31 //user includes
       
    32 #include "T_MsgAsyncStep.h"
       
    33 #include "T_MsgSharedDataSmtp.h"
       
    34 
       
    35 
       
    36 /**
       
    37 Base class for asynchronous SMTP teststeps.
       
    38 */
       
    39 class CT_MsgAsyncStepSMTP : public CT_MsgAsyncStep
       
    40 	{
       
    41 protected:
       
    42 	CT_MsgAsyncStepSMTP(CT_MsgSharedDataSmtp& aSharedDataSMTP);
       
    43 
       
    44 protected:
       
    45 	CT_MsgSharedDataSmtp&	iSharedDataSMTP;
       
    46 	};
       
    47 
       
    48 #endif // __T_MSG_ASYNCSTEPSMTP_H__