btobexprofiles/obexserviceman/obexservicemanserver/inc/obexservicemanprop.h
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2  * Copyright (c) 2010 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:
       
    15  * Obex Service Manager P&S keys definitions
       
    16  *
       
    17  */
       
    18  
       
    19 #ifndef __OBEXSERVICEMANPROP_H__
       
    20 #define __OBEXSERVICEMANPROP_H__
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 const TUid KUidObexSMCategory = {0x101F7C87};
       
    25 const TUint KObexSMPostInitErrorProperty = 1;    // Post Initialization Error Code
       
    26 
       
    27 #endif