Added bertrand landry hetu's mac OS X port to date.

This commit is contained in:
crs
2004-05-15 19:41:46 +00:00
parent 242050d0f2
commit d9387dbed7
17 changed files with 5370 additions and 110 deletions

View File

@@ -33,8 +33,11 @@ public:
newTimer(double duration, bool oneShot) const;
virtual void deleteTimer(CEventQueueTimer*) const;
protected:
void setOSXEvent(EventRef event);
private:
// FIXME
EventRef m_event;
};
#endif