inc/PEngWVPresenceSearch2.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Definitions for WV search elements.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __PENGWVPRESENCESEARCH2_H
       
    19 #define __PENGWVPRESENCESEARCH2_H
       
    20 
       
    21 
       
    22 //-----------------------------------------------------------------------
       
    23 // WV PRESENCE NETWORK SEARCH CRITERIAS
       
    24 
       
    25 /**
       
    26  * Wireless Village network search elements.
       
    27  *
       
    28  * @since 3.0
       
    29  */
       
    30 enum TPEngWVSearchElement2
       
    31     {
       
    32     EPEngWVSearchUnknown = -1,
       
    33     EPEngWVSearchUserAlias = 1,
       
    34     EPEngWVSearchUserOnlineStatus = 2,
       
    35     EPEngWVSearchUserEmailAddress = 3,
       
    36     EPEngWVSearchUserFirstName = 4,
       
    37     EPEngWVSearchUserID = 5,
       
    38     EPEngWVSearchUserLastName = 6,
       
    39     EPEngWVSearchUserMobileNumber = 7
       
    40     };
       
    41 
       
    42 
       
    43 
       
    44 #endif      // __PENGWVPRESENCESEARCH2_H
       
    45 
       
    46 //  End of File
       
    47 
       
    48