From dbf56e874ac43954379514504735997ceef702cb Mon Sep 17 00:00:00 2001 From: hfriederich Date: Mon, 28 May 2007 11:26:50 +0000 Subject: [PATCH] Fix compilation --- src/ptclib/psockbun.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ptclib/psockbun.cxx b/src/ptclib/psockbun.cxx index 29bccc4a..fe3b843d 100644 --- a/src/ptclib/psockbun.cxx +++ b/src/ptclib/psockbun.cxx @@ -24,6 +24,9 @@ * Contributor(s): ______________________________________. * * $Log$ + * Revision 1.3 2007/05/28 11:26:50 hfriederich + * Fix compilation + * * Revision 1.2 2007/05/22 11:50:57 csoutheren * Further implementation of socket bundle * @@ -129,7 +132,7 @@ void PInterfaceBundle::UpdateThreadMain() { // check for interface changes every 5 seconds while (threadRunning) { - Sleep(5000); + PThread::Sleep(5000); RefreshInterfaceList(); } } -- 2.11.4.GIT