Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / sortedlist / precompile.cxx
blob832ec2cdc23d504ffd4bb20dcd54749bf36f12b9
1 /*
2 * precompile.cxx
4 * PWLib application source file for ThreadSafe
6 * Precompiled header generation file.
8 * Copyright 2002 Equivalence
10 * $Log$
11 * Revision 1.1 2004/02/08 11:13:21 rjongbloed
12 * Fixed crash in heavily loaded multi-threaded systems using simultaneous sorted
13 * lists, Thanks Federico Pinna, Fabrizio Ammollo and the gang at Reitek S.p.A.
15 * Revision 1.1 2002/05/01 04:16:44 robertj
16 * Added thread safe collection classes.
20 #include <ptlib.h>
23 // End of File ///////////////////////////////////////////////////////////////