adaptationlayer/tsy/simatktsy_dll/inc/csatmessaging.h
changeset 0 63b37f68c1ce
equal deleted inserted replaced
-1:000000000000 0:63b37f68c1ce
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 "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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef SATMESSAGING_H
       
    21 #define SATMESSAGING_H
       
    22 
       
    23 //  INCLUDES
       
    24 
       
    25 // SatMessagingBase class
       
    26 #include <ctsy/serviceapi/ctsysatmessagingbase.h>
       
    27 // CMessageRouter class of NokiaTSY component.
       
    28 #include "cmmmessagerouter.h"
       
    29 
       
    30 
       
    31 // FORWARD DECLARATIONS
       
    32 class CMmPhoneTsy;
       
    33 
       
    34 
       
    35 // CLASS DECLARATION
       
    36 /**
       
    37 *  Sat notifications base class.
       
    38 *  Sat Messaging class.
       
    39 *  Constructor for SAT messaging
       
    40 *
       
    41 *  @lib SIMATKTSY.LIB
       
    42 *  @since Series 60 Series60_3.0
       
    43 */
       
    44 class CTsySatMessaging : public CTsySatMessagingBase
       
    45     {
       
    46     public:  // Constructors and destructor
       
    47 
       
    48         /**
       
    49         * Two-phased constructor.
       
    50         * @param aMmPhone pointer to mmphone class
       
    51         * @param aSatMessHandler pointer to satmessagehandler class
       
    52         * @param aName Sat application fixed name
       
    53         */
       
    54         IMPORT_C static CTsySatMessaging* NewL( CMmPhoneTsy* aMmPhone,
       
    55             CMmMessageRouterBase* aRouter, TName aName );
       
    56 
       
    57     };
       
    58 
       
    59 #endif  // SATMESSAGING_H
       
    60 
       
    61 // End of File