gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9846: minor reformatting.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9846: minor reformatting.
Date: Wed, 17 Dec 2008 17:05:49 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9846
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-12-17 17:05:49 -0700
message:
  minor reformatting.
modified:
  cygnal/cygnal.h
=== modified file 'cygnal/cygnal.h'
--- a/cygnal/cygnal.h   2008-12-17 17:21:36 +0000
+++ b/cygnal/cygnal.h   2008-12-18 00:05:49 +0000
@@ -35,8 +35,9 @@
     void decrement() { boost::mutex::scoped_lock lk(_tid_mutex); --_tids; };
     int num_of_tids() { return _tids; };
   private:
-    boost::mutex _tid_mutex;
-    int _tids;
+    boost::mutex  _tid_mutex;
+    int           _tids;
+    boost::thread _tid_handle;
 };
   
 // End of gnash namespace 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]