From: <ste...@us...> - 2011-02-15 15:20:41
|
Revision: 4113 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4113&view=rev Author: steve44src Date: 2011-02-15 15:20:35 +0000 (Tue, 15 Feb 2011) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MP4IPSymcon/MP4IPSymcon/MsgListener.cs Modified: trunk/plugins/MP4IPSymcon/MP4IPSymcon/MsgListener.cs =================================================================== --- trunk/plugins/MP4IPSymcon/MP4IPSymcon/MsgListener.cs 2011-02-15 15:20:04 UTC (rev 4112) +++ trunk/plugins/MP4IPSymcon/MP4IPSymcon/MsgListener.cs 2011-02-15 15:20:35 UTC (rev 4113) @@ -11,7 +11,7 @@ { static Logger Log = LoggerFactory.getLogger("MsgListener"); - private IPSWindow inst = null; + private volatile IPSWindow inst = null; private static int UPDATE_VAR = 10603; private volatile bool go = true; private int nonDispatchable = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |