gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10021: Cleaned up DSOEXPORTS


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10021: Cleaned up DSOEXPORTS
Date: Mon, 23 Feb 2009 02:33:06 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10021
committer: Markus Gothe <address@hidden>
branch nick: rtmp
timestamp: Mon 2009-02-23 02:33:06 +0100
message:
  Cleaned up DSOEXPORTS
modified:
  cygnal/cygnal.h
=== modified file 'cygnal/cygnal.h'
--- a/cygnal/cygnal.h   2009-02-22 01:41:59 +0000
+++ b/cygnal/cygnal.h   2009-02-23 01:33:06 +0000
@@ -27,7 +27,7 @@
 /// \class cygnal::ThreadCounter of threads currently
 ///     active. This is primarily so the counter can be wrapped with a
 ///     mutex to be thread safe, as threads delete themseleves.
-class DSOEXPORT ThreadCounter
+class ThreadCounter
 {
   public:
     ThreadCounter() : _tids(0) {};


reply via email to

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