smsprotocols/smsstack/gsmu/inc/gsmuSmsSlot.h
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2004-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 // This file defines TGsmSmsSlot class.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalAll
       
    21 */
       
    22 
       
    23 
       
    24 #ifndef __GSMUSMSSLOT_H__
       
    25 #define __GSMUSMSSLOT_H__
       
    26 
       
    27 #include <etelmm.h>
       
    28 
       
    29 /**
       
    30  *  @internalComponent
       
    31  */
       
    32 class TGsmSmsSlot : public RMobileSmsStore::TMobileGsmSmsEntryV1
       
    33 	{
       
    34 public:
       
    35 	IMPORT_C TGsmSmsSlot();
       
    36 	IMPORT_C TGsmSmsSlot(const RMobileSmsStore::TMobileGsmSmsEntryV1& aSmsEntry);
       
    37 
       
    38 public:
       
    39 	RMobilePhone::TMobileName iStore; //< Name of the store where slot is
       
    40 	void InternalizeL(RReadStream& aStream);
       
    41 	void ExternalizeL(RWriteStream& aStream) const;
       
    42 	};
       
    43 
       
    44 #endif // __GSMUSMSSLOT_H__