Changeset 226 for trunk/src/IPrintView.h

Show
Ignore:
Timestamp:
06/12/06 16:39:50 (2 years ago)
Author:
jordi
Message:

Added all missing virtual function to be able to execute the test suites.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/IPrintView.h

    r222 r226  
    175175            /// @param pageSizeInde The index of the page size to select. 
    176176            /// 
    177             virtual void selectPageSize (unsigned int pageSizeIndex) = 0; 
     177            virtual void selectPageSize (guint pageSizeIndex) = 0; 
    178178 
    179179            /// 
     
    182182            /// @param printerIndex The index of the printer to select. 
    183183            /// 
    184             virtual void selectPrinter (unsigned int printerIndex) = 0; 
     184            virtual void selectPrinter (guint printerIndex) = 0; 
    185185 
    186186            ///