printingservices/printerdriversupport/tps/T_PDR.H
changeset 111 29ddb8a72f0e
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
110:7f25ef56562d 111:29ddb8a72f0e
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 
    25 
    26 #include <e32test.h>
    26 #include <e32test.h>
    27 #include <pdrport.h>
    27 #include <pdrport.h>
    28 #include <c32comm.h>
    28 #include <c32comm.h>
    29 #include <metafile.h>
    29 #include <metafile.h>
    30 #include <prnsetup.h>
       
    31 #include <banddev.h>
    30 #include <banddev.h>
    32 
    31 
    33 #include <test/testexecutestepbase.h>
    32 #include <test/testexecutestepbase.h>
    34 #include "TGraphicsHarness.h"
    33 #include "TGraphicsHarness.h"
    35 
    34 #include "prnsetupfacade.h"
    36 
    35 
    37 class CPdrTestPrint : public CActive
    36 class CPdrTestPrint : public CActive
    38 	{
    37 	{
    39 public:
    38 public:
    40 	CPdrTestPrint(): CActive(EPriorityLow) {}
    39 	CPdrTestPrint(): CActive(EPriorityLow) {}