voicerecorder/RecViewSrc/CVRMemo.inl
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Inline versions of some member functions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 inline const TTimeIntervalMicroSeconds& CVRMemo::Duration() const
       
    20 	{
       
    21 	return iDuration;
       
    22 	}
       
    23 
       
    24 inline void CVRMemo::SetDuration( const TTimeIntervalMicroSeconds& aDuration )
       
    25 	{
       
    26 	iDuration = aDuration;
       
    27 	}
       
    28 
       
    29 inline const TTimeIntervalMicroSeconds& CVRMemo::Position() const
       
    30 	{
       
    31 	return iPosition;
       
    32 	}
       
    33 
       
    34 inline void CVRMemo::SetPosition( const TTimeIntervalMicroSeconds& aPosition )
       
    35 	{
       
    36 	iPosition = aPosition;
       
    37 	}
       
    38 
       
    39 
       
    40 inline const TDesC& CVRMemo::Filename() const
       
    41 	{
       
    42 	return iFilename;
       
    43 	}
       
    44 
       
    45 inline const TTime& CVRMemo::DateCreated() const
       
    46 	{
       
    47 	return iDateCreated;
       
    48 	}
       
    49 
       
    50 inline const TPtrC& CVRMemo::Name() const
       
    51 	{
       
    52 	return iNamePtr;
       
    53 	}
       
    54 
       
    55 inline RFile& CVRMemo::File()
       
    56 	{
       
    57 	return iFile;
       
    58 	}
       
    59 
       
    60 inline TVRQuality CVRMemo::Quality() const
       
    61 	{
       
    62 	return iQuality;
       
    63 	}
       
    64 
       
    65 	
       
    66 inline TVRMemoStore CVRMemo::MemoStore() const
       
    67    {
       
    68    return iStoragePlace;
       
    69    }
       
    70 
       
    71 inline TInt CVRMemo::StorageDrive() const
       
    72   {
       
    73   return iStorageDrive;
       
    74   }
       
    75 
       
    76 // End of file