phonebookui/Phonebook2/CommonUI/src/DummyExports.cpp
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Phonebook 2 Common UI dummy exports.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include <e32std.h>
       
    21 
       
    22 // Unnamed namespace for local definitions
       
    23 namespace {
       
    24 
       
    25 void Panic( TInt aNum )
       
    26     {
       
    27     _LIT( KPanicText, "Pbk2CommonUI_DummyExport" );
       
    28     User::Panic( KPanicText, aNum );
       
    29     }
       
    30 
       
    31 }  /// namespace
       
    32 
       
    33 // Replaces IMPORT_C CVPbkContactManager& ContactManager() const
       
    34 EXPORT_C void __Pbk2CommonUI_DummyExport1() { Panic( 1 ); }
       
    35 
       
    36 // Replaces IMPORT_C CPbk2StoreConfiguration& StoreConfiguration() const
       
    37 EXPORT_C void __Pbk2CommonUI_DummyExport2() { Panic( 2 ); }
       
    38 
       
    39 // Replaces IMPORT_C static CPbk2AppGlobalsBase* InstanceL()
       
    40 EXPORT_C void __Pbk2CommonUI_DummyExport3() { Panic( 3 ); }
       
    41 
       
    42 // Replaces IMPORT ~CPbk2ViewNode()
       
    43 EXPORT_C void __Pbk2CommonUI_DummyExport4() { Panic( 4 ); }
       
    44 EXPORT_C void __Pbk2CommonUI_DummyExport7() { Panic( 6 ); }
       
    45 EXPORT_C void __Pbk2CommonUI_DummyExport6() { Panic( 7 ); }
       
    46 
       
    47 // Replaces IMPORT ~CPbk2ViewGraph()
       
    48 EXPORT_C void __Pbk2CommonUI_DummyExport5() { Panic( 5 ); }
       
    49 EXPORT_C void __Pbk2CommonUI_DummyExport8() { Panic( 8 ); }
       
    50 EXPORT_C void __Pbk2CommonUI_DummyExport9() { Panic( 9 ); }
       
    51 
       
    52 // End of File