gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10643: Give full visibility to the


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10643: Give full visibility to the remaining objects that are thrown across DSOs.
Date: Sun, 01 Mar 2009 14:57:54 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10643
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Sun 2009-03-01 14:57:54 +0100
message:
  Give full visibility to the remaining objects that are thrown across DSOs.
modified:
  libbase/GnashException.h
=== modified file 'libbase/GnashException.h'
--- a/libbase/GnashException.h  2009-02-25 22:33:03 +0000
+++ b/libbase/GnashException.h  2009-03-01 13:57:54 +0000
@@ -20,12 +20,13 @@
 
 #include <exception>
 #include <string>
+#include "dsodefs.h"
 
 namespace gnash
 {
 
 /// Top-level gnash exception
-class GnashException: public std::exception
+class DSOEXPORT GnashException: public std::exception
 {
 
 public:
@@ -50,7 +51,7 @@
 };
 
 /// An exception from MediaHandler subsystem
-class MediaException : public GnashException
+class DSOEXPORT MediaException : public GnashException
 {
 
 public:
@@ -70,7 +71,7 @@
 };
 
 /// An exception from SoundHandler subsystem
-class SoundException : public GnashException
+class DSOEXPORT SoundException : public GnashException
 {
 
 public:
@@ -90,7 +91,7 @@
 };
 
 /// An SWF parsing exception 
-class ParserException : public GnashException
+class DSOEXPORT ParserException : public GnashException
 {
 
 public:


reply via email to

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