symport/bldtest/testdll.h
changeset 1 0a7b44b10206
child 2 806186ab5e14
equal deleted inserted replaced
0:c55016431358 1:0a7b44b10206
       
     1 // Copyright (c) 1997-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 the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef _TESTDLL_H__
       
    17 #define _TESTDLL_H__
       
    18 
       
    19 class CTestDll : public CBase
       
    20 	{
       
    21 public:
       
    22 	IMPORT_C CTestDll();
       
    23 	IMPORT_C ~CTestDll();
       
    24 public:
       
    25 	IMPORT_C void LeaveL();
       
    26 	IMPORT_C TInt ArrayL();
       
    27 	IMPORT_C void DescriptorL();
       
    28 	};
       
    29 
       
    30 #endif