[Opalvoip-svn] SF.net SVN: opalvoip:[34637] ptlib/trunk/include/ptlib/psync.h
Brought to you by:
csoutheren,
rjongbloed
From: <rjo...@us...> - 2016-02-19 10:37:49
|
Revision: 34637 http://sourceforge.net/p/opalvoip/code/34637 Author: rjongbloed Date: 2016-02-19 10:37:47 +0000 (Fri, 19 Feb 2016) Log Message: ----------- Added missing default constructor for PSyncNULL Modified Paths: -------------- ptlib/trunk/include/ptlib/psync.h Modified: ptlib/trunk/include/ptlib/psync.h =================================================================== --- ptlib/trunk/include/ptlib/psync.h 2016-02-19 10:37:06 UTC (rev 34636) +++ ptlib/trunk/include/ptlib/psync.h 2016-02-19 10:37:47 UTC (rev 34637) @@ -81,6 +81,7 @@ class PSyncNULL : public PSync { public: + PSyncNULL() { } virtual void Wait() { } virtual PBoolean Wait(const PTimeInterval &) { return true; } virtual void Signal() { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |