persistentstorage/dbms/inc/D32SRV.H
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 1998-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 // Common client server message components
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __D32SRV_H__
       
    19 #define __D32SRV_H__
       
    20 
       
    21 #ifndef __E32STD_H__
       
    22 #include <e32std.h>
       
    23 #endif
       
    24 
       
    25 class Dbs
       
    26 /**
       
    27 @internalComponent
       
    28 */
       
    29 	{
       
    30 public:
       
    31 	static TInt Start();
       
    32 	IMPORT_C static TInt Run();
       
    33 private:
       
    34 	static TInt Init();
       
    35 	};
       
    36 
       
    37 #include "D32SRV.INL"
       
    38 #endif