Hi All,
Why m_state member is set only when _DEBUG is defined?
void
ReceptionInfo::InitSeqNo(UINT16 unSeqNo)
{
#ifdef _DEBUG
HX_ASSERT(INIT == m_state);
m_state = UPDATE;
#endif
Is it a typo error?
Thanks,
David
---
David Audrain
Software Engineer
Roundbox International Inc
9 rue de conde
33064 Bordeaux, France
www.roundbox.com
T: +33 556.001.250
F: +33 556.442.351
E: daudrain roundbox.com
Yahoo: daudrain33
Skype: daudrain33
_______________________________________________
Protocol-dev mailing list
Protocol-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/pr
otocol-dev
|