Finalizations, cleanup, and security improvements.

This commit is contained in:
JoelKatz
2012-08-05 00:39:06 -07:00
parent 6bd7738303
commit 3e3d367c98
2 changed files with 33 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ class SNTPQuery
public:
bool mReceivedReply;
time_t mLocalTimeSent;
int mQueryMagic;
SNTPQuery(time_t j = (time_t) -1) : mReceivedReply(false), mLocalTimeSent(j) { ; }
};