telephonyserverplugins/multimodetsy/Multimode/sms/mSSETSC.H
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MSMSSETSC.H
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalAll 
       
    21 */
       
    22 
       
    23 #ifndef __MSMSSETSC_H__
       
    24 #define __MSMSSETSC_H__
       
    25 
       
    26 #include "smsbase.H"
       
    27 
       
    28 class CATSmsSetSCAddress : public CATSmsCommands
       
    29 	{
       
    30 public:
       
    31 	static CATSmsSetSCAddress* NewL(CATIO* aIo, CTelObject* aTelObject, CATInit* aInit,
       
    32 									 CPhoneGlobals* aGlobals);
       
    33 	
       
    34 protected:
       
    35 	virtual void EventSignal(TEventSource aSource);
       
    36 	virtual void CompleteWithIOError(TEventSource aSource, TInt aStatus);
       
    37 	void Start(TTsyReqHandle aTsyReqHandle, TAny* aParams);
       
    38 	void Stop(TTsyReqHandle aTsyReqHandle);
       
    39 	void Complete(TInt aError);
       
    40 	virtual void Complete(TInt aError, TEventSource aSource);
       
    41 
       
    42 private:
       
    43 	// Constructor
       
    44 	CATSmsSetSCAddress(CATIO* aIo, CTelObject* aTelObject, CATInit* aInit,CPhoneGlobals* aGlobals);
       
    45 	};
       
    46 
       
    47 #endif