authenticationservices/authenticationserver/inc/authserver/authserver_client.h
branchRCL_3
changeset 61 641f389e9157
parent 29 ece3df019add
equal deleted inserted replaced
60:f18401adf8e1 61:641f389e9157
       
     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 the header files which
       
    16 * applications need to use the authentication server.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 /**
       
    22  @file 
       
    23  @internalTechnology 
       
    24 */
       
    25 
       
    26 #ifndef AUTHSERVER_CLIENT_H
       
    27 #define AUTHSERVER_CLIENT_H
       
    28 
       
    29 #include <authserver/auth_srv_errs.h>
       
    30 #include <authserver/authtypes.h>
       
    31 #include <authserver/authexpression.h>
       
    32 #include <authserver/protectionkey.h>
       
    33 #include <authserver/identity.h>
       
    34 #include <authserver/plugindesc.h>
       
    35 #include <authserver/authclient.h>
       
    36 #include <authserver/authmgrclient.h>
       
    37 #include <authserver/aspubsubdefs.h>
       
    38 
       
    39 #endif	// #ifndef AUTHSERVER_CLIENT_H
       
    40 
       
    41