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/tests/DumbDocument.cxx

    r210 r226  
    4040    g_free (m_SavedFileName); 
    4141    g_free (m_TestPassword); 
     42} 
     43 
     44IDocument * 
     45DumbDocument::copy () const 
     46{ 
     47    return new DumbDocument (); 
    4248} 
    4349 
     
    96102} 
    97103 
     104void 
     105DumbDocument::outputPostscriptBegin (const gchar *fileName, guint numberOfPages, 
     106                                     gfloat pageWidth, gfloat pageHeight) 
     107{ 
     108} 
     109 
     110void 
     111DumbDocument::outputPostscriptEnd () 
     112{ 
     113} 
     114 
     115void 
     116DumbDocument::outputPostscriptPage (guint pageNumber) 
     117{ 
     118} 
     119 
    98120DocumentPage * 
    99121DumbDocument::renderPage (gint pageNum)