no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-06-27 06:01:57 +00:00
parent e421922f90
commit ba7eb0a5a7
4 changed files with 6 additions and 2 deletions

View File

@@ -79,6 +79,8 @@ bool wxTimer::Start(int milliseconds,bool mode)
#endif #endif
m_info.m_task.tmWakeUp = 0 ; m_info.m_task.tmWakeUp = 0 ;
m_info.m_task.tmReserved = 0 ; m_info.m_task.tmReserved = 0 ;
m_info.m_task.qType = 0 ;
m_info.m_timer = this ;
InsXTime((QElemPtr) &m_info.m_task ) ; InsXTime((QElemPtr) &m_info.m_task ) ;
PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ; PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ;
return FALSE; return FALSE;

View File

@@ -104,7 +104,7 @@ bool wxGetUserName(char *buf, int maxSize)
return TRUE; return TRUE;
} }
int wxKill(long pid, int sig) int wxKill(long pid, wxSignal sig)
{ {
// TODO // TODO
return 0; return 0;

View File

@@ -79,6 +79,8 @@ bool wxTimer::Start(int milliseconds,bool mode)
#endif #endif
m_info.m_task.tmWakeUp = 0 ; m_info.m_task.tmWakeUp = 0 ;
m_info.m_task.tmReserved = 0 ; m_info.m_task.tmReserved = 0 ;
m_info.m_task.qType = 0 ;
m_info.m_timer = this ;
InsXTime((QElemPtr) &m_info.m_task ) ; InsXTime((QElemPtr) &m_info.m_task ) ;
PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ; PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ;
return FALSE; return FALSE;

View File

@@ -104,7 +104,7 @@ bool wxGetUserName(char *buf, int maxSize)
return TRUE; return TRUE;
} }
int wxKill(long pid, int sig) int wxKill(long pid, wxSignal sig)
{ {
// TODO // TODO
return 0; return 0;