os/mm/mmlibs/mmfw/src/Client/generic/MmfClntUtility.cpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 
     2 // MMFClntUtility.cpp
     3 
     4 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     5 // All rights reserved.
     6 // This component and the accompanying materials are made available
     7 // under the terms of "Eclipse Public License v1.0"
     8 // which accompanies this distribution, and is available
     9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 //
    11 // Initial Contributors:
    12 // Nokia Corporation - initial contribution.
    13 //
    14 // Contributors:
    15 //
    16 // Description:
    17 //
    18 
    19 #include "MediaclientPanicCodes.h"
    20 #include <mmfclntutility.h>
    21 
    22 /**
    23 @internalTechnology
    24 
    25 Intended for future proofing - will panic if called
    26 
    27 @panic  EReservedCall
    28 */
    29 EXPORT_C void MMMFClientUtility::ReservedVirtual1()
    30 	{
    31 	Panic(EReservedCall);
    32 	}
    33 
    34 /**
    35 @internalTechnology
    36 
    37 Intended for future proofing - will panic if called
    38 
    39 @panic  EReservedCall
    40 */
    41 EXPORT_C void MMMFClientUtility::ReservedVirtual2()
    42 	{
    43 	Panic(EReservedCall);
    44 	}
    45 
    46 /**
    47 @internalTechnology
    48 
    49 Intended for future proofing - will panic if called
    50 
    51 @panic  EReservedCall
    52 */
    53 EXPORT_C void MMMFClientUtility::ReservedVirtual3()
    54 	{
    55 	Panic(EReservedCall);
    56 	}
    57 
    58 /**
    59 @internalTechnology
    60 
    61 Intended for future proofing - will panic if called
    62 
    63 @panic  EReservedCall
    64 */
    65 EXPORT_C void MMMFClientUtility::ReservedVirtual4()
    66 	{
    67 	Panic(EReservedCall);
    68 	}
    69 /**
    70 @internalTechnology
    71 
    72 Intended for future proofing - will panic if called
    73 
    74 @panic  EReservedCall
    75 */
    76 EXPORT_C void MMMFClientUtility::ReservedVirtual5()
    77 	{
    78 	Panic(EReservedCall);
    79 	}
    80 
    81 /**
    82 @internalTechnology
    83 
    84 Intended for future proofing - will panic if called
    85 
    86 @panic  EReservedCall
    87 */
    88 EXPORT_C void MMMFClientUtility::ReservedVirtual6()
    89 	{
    90 	Panic(EReservedCall);
    91 	}
    92