syncmlfw/dm/syncagent/inc/NSmlDMGenericAlert.inl
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Implementation file to retrieve all the needed fields of the 
       
    15 *                 generic alert structure.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __NSMLDMGENERICALERT_INL__
       
    21 #define __NSMLDMGENERICALERT_INL__
       
    22 
       
    23 // -----------------------------------------------------------------------------
       
    24 // CNSmlDMGenericAlert::FwMgmtUri()
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 HBufC8* CNSmlDMGenericAlert::FwMgmtUri() const	
       
    28 	{
       
    29 	return iFwMgmtUri;
       
    30 	}
       
    31 	
       
    32 // -----------------------------------------------------------------------------
       
    33 // CNSmlDMGenericAlert::MetaType()
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 HBufC8* CNSmlDMGenericAlert::MetaType() const	
       
    37 	{
       
    38 	return iMetaType;
       
    39 	}
       
    40 
       
    41 // -----------------------------------------------------------------------------
       
    42 // CNSmlDMGenericAlert::MetaFormat()
       
    43 // -----------------------------------------------------------------------------
       
    44 //
       
    45 HBufC8* CNSmlDMGenericAlert::MetaFormat() const	
       
    46 	{
       
    47 	return iMetaFormat;
       
    48 	}
       
    49 
       
    50 // -----------------------------------------------------------------------------
       
    51 // CNSmlDMGenericAlert::FwCorrelator()
       
    52 // -----------------------------------------------------------------------------
       
    53 //
       
    54 HBufC8* CNSmlDMGenericAlert::FwCorrelator() const	
       
    55 	{
       
    56 	return iFwCorrelator;
       
    57 	}
       
    58 
       
    59 // -----------------------------------------------------------------------------
       
    60 // CNSmlDMGenericAlert::ItemListData()
       
    61 // -----------------------------------------------------------------------------
       
    62 //
       
    63 RArray<CNSmlDMAlertItem>* CNSmlDMGenericAlert::DataItem() const	
       
    64 	{
       
    65 	return iDataItem;
       
    66 	}
       
    67 		
       
    68 // -----------------------------------------------------------------------------
       
    69 // CNSmlDMGenericAlert::FinalResult()
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 TInt CNSmlDMGenericAlert::FinalResult() const	
       
    73 	{
       
    74 	return iFinalResult;
       
    75 	}
       
    76 
       
    77 #endif
       
    78 
       
    79 // End of File