mmdevicefw/mdf/inc/codecapi/mdfpuconfig.inl
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2006-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 //
       
    15 
       
    16 /**
       
    17  @file
       
    18  @publishedPartner
       
    19  @released
       
    20 */
       
    21 
       
    22 #ifndef MDFPUCONFIG_INL
       
    23 #define MDFPUCONFIG_INL
       
    24 
       
    25 /**
       
    26 Constructor
       
    27 */	
       
    28 inline TPuConfig::TPuConfig()
       
    29 	{
       
    30 	}
       
    31 
       
    32 /**
       
    33 Obtain the UID identifying the structure.
       
    34 @return The identifying UID of the structure.
       
    35 */	
       
    36 inline TUid TPuConfig::Uid() const 
       
    37 	{
       
    38 	return iUid;
       
    39 	}
       
    40 
       
    41 #endif  // MDFPUCONFIG_INL