/[paragui]/paragui/src/core/pgtimerobject.cpp
ViewVC logotype

Diff of /paragui/src/core/pgtimerobject.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.6 by braindead, Sat Jan 4 21:13:40 2003 UTC revision 1.1.2.6.2.1 by braindead, Mon Nov 24 09:17:21 2003 UTC
# Line 65  Uint32 PG_TimerObject::eventTimer(Uint32 Line 65  Uint32 PG_TimerObject::eventTimer(Uint32
65    
66  Uint32 PG_TimerObject::callbackTimer(Uint32 interval, void* data) {  Uint32 PG_TimerObject::callbackTimer(Uint32 interval, void* data) {
67          PG_TimerID id = reinterpret_cast<PG_TimerID>(data);          PG_TimerID id = reinterpret_cast<PG_TimerID>(data);
68            timermap[id]->sigTimer(timermap[id], id);
69          return timermap[id]->eventTimer(id, interval);          return timermap[id]->eventTimer(id, interval);
70  }  }
71    
72  Uint32 PG_TimerObject::callbackSingleTimer(Uint32 interval) {  Uint32 PG_TimerObject::callbackSingleTimer(Uint32 interval) {
73          if(objSingleTimer != NULL) {          if(objSingleTimer != NULL) {
74                    objSingleTimer->sigTimer(objSingleTimer, (PG_TimerID)0);
75                  return objSingleTimer->eventTimer(interval);                  return objSingleTimer->eventTimer(interval);
76          }          }
77                    

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.6.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26