From 8ae349b49e16064e4d84b6cfd256e3ca7fb0cd60 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 10 Oct 2011 20:31:41 -0700 Subject: Adding the 'stats' call to Input. Also fixing a bug with the Printer - va_args are vicious. --- includes/Handle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/Handle.h') diff --git a/includes/Handle.h b/includes/Handle.h index d2e1f8c..f2b78ad 100644 --- a/includes/Handle.h +++ b/includes/Handle.h @@ -27,6 +27,7 @@ class Handle { virtual off_t rtell() throw (GeneralException); virtual off_t wtell() throw (GeneralException); virtual off_t getSize(); + virtual time_t getMTime(); protected: Handle() : m_refCount(0) { } private: -- cgit v1.2.3