authenticationservices/authenticationserver/source/common/authcommon_impl.h
changeset 31 c0e7917aa107
parent 29 ece3df019add
equal deleted inserted replaced
30:880bdb445c5c 31:c0e7917aa107
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 the License "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: 
       
    15 * This header file includes other authserver includes
       
    16 * which are used by the authcommon source files.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file 
       
    23  @internalTechnology
       
    24 */
       
    25  
       
    26 #ifndef AUTHCOMMON_IMPL_H
       
    27 #define AUTHCOMMON_IMPL_H
       
    28 
       
    29 #include <des.h>
       
    30 #include <random.h>
       
    31 #include "authexpression_impl.h"
       
    32 #include "authserver/identity.h"
       
    33 #include "authserver/plugindesc.h"
       
    34 #include "authserver/protectionkey.h"
       
    35 #include "authserver/authtypes.h"
       
    36 #include "authserver/auth_srv_errs.h"
       
    37 
       
    38 #endif	// AUTHCOMMON_IMPL_H