*****************************************************************************/\r
void Q931TimeTick(L3ULONG ms)\r
{\r
- ms=ms; // avoid warning for now.\r
+ ms=ms; /* avoid warning for now. */\r
\r
- // TODO: Loop through all active calls, check timers and call timour procs\r
- // if timers are expired.\r
- // Implement an function array so each dialect can deal with their own\r
- // timeouts.\r
+ /* TODO: Loop through all active calls, check timers and call timour procs\r
+ * if timers are expired.\r
+ * Implement an function array so each dialect can deal with their own\r
+ * timeouts.\r
+ */\r
}\r
\r
/*****************************************************************************\r
tNow = Q931GetTimeProc();\r
if(tNow < tLast) /* wrapped */\r
{\r
- // todo\r
+ /* TODO */\r
}\r
tLast = tNow;\r
}\r
Q931st[x].State = iState;\r
Q931st[x].Message = iMes;\r
Q931st[x].Direction = cDir;\r
- // TODO Sort table and use bsearch\r
+ /* TODO Sort table and use bsearch */\r
return;\r
}\r
}\r
L3BOOL Q931IsEventLegal(L3UCHAR iD, L3INT iState, L3INT iMes, L3UCHAR cDir)\r
{\r
int x;\r
- // TODO Sort table and use bsearch\r
+ /* TODO Sort table and use bsearch */\r
for(x=0; x < Q931MAXSTATE; x++)\r
{\r
if( Q931st[x].State == iState\r