00001 //******************************************************************** 00002 //*** POSIX/TimeFwd.hh 00003 //*** Copyright (c) 2003-2009 by Markus Winand <mws@fatalmind.com> 00004 //*** $Id: timeFwd.hh,v 1.6 2009-03-02 14:16:44 mws Exp $ 00005 //******************************************************************** 00006 #ifndef POSIX_TIMEFWD_HH 00007 #define POSIX_TIMEFWD_HH 00008 00009 #ifndef INCLUDED_THREAD_LOCKFWD_HH 00010 #include "Thread/LockFwd.hh" 00011 #endif 00012 00013 namespace fatalmind { 00014 namespace POSIX { 00015 00016 template<class ThreadingModel = DefaultThreadedModel> class timespec; 00017 00018 } 00019 } 00020 #endif