DirectPrint/inc/aiwprintproperty.h
changeset 19 2275db202402
parent 11 613a5ff70823
equal deleted inserted replaced
2:acc370d7f2f6 19:2275db202402
       
     1 /*
       
     2 * Copyright (c) 2010 Kanrikogaku Kenkyusho, Ltd.
       
     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 * Kanrikogaku Kenkyusho, Ltd. - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 // Protection against nested includes
       
    19 #ifndef __AIWPRINTPROPERTY_H__
       
    20 #define __AIWPRINTPROPERTY_H__
       
    21 
       
    22 const TUid KPrintPropertyCat = {0x10012345};
       
    23 enum TPrintPropertyKeys
       
    24     { 
       
    25     EPrintProperty,
       
    26     };
       
    27 
       
    28 enum 
       
    29 	{
       
    30 	ENotAiwCall,
       
    31 	EAiwPrintCall,
       
    32 	EAiwQuickPrintCall
       
    33 	};
       
    34 
       
    35 #endif  // __AIWPRINTPROPERTY_H__