gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-288-g3cbc8bb
Date: Thu, 17 Mar 2011 20:36:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  3cbc8bb3e1aa10b8a39a0a89c76ad12cff02130f (commit)
      from  405475576bb8decfb253ea18b027d0b70ffad110 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=3cbc8bb3e1aa10b8a39a0a89c76ad12cff02130f


commit 3cbc8bb3e1aa10b8a39a0a89c76ad12cff02130f
Author: Bastiaan Jacques <address@hidden>
Date:   Thu Mar 17 21:07:24 2011 +0100

    Export the correct symbols.

diff --git a/libcore/HostInterface.h b/libcore/HostInterface.h
index eb53349..0bdb084 100644
--- a/libcore/HostInterface.h
+++ b/libcore/HostInterface.h
@@ -63,7 +63,7 @@ namespace gnash {
 /// A custom form of communication with the host application.
 //
 /// This comprises a string and any type of argument.
-class DSOEXPORT CustomMessage
+class CustomMessage
 {
 public:
     explicit CustomMessage(const std::string& s,
@@ -82,7 +82,7 @@ private:
 /// Built-in forms of communication with the host application.
 //
 /// These messages should be supported for ActionScript compatibility.
-class DSOEXPORT HostMessage
+class HostMessage
 {
 public:
 
@@ -231,11 +231,11 @@ public:
 };
 
 /// Stream a description of any host interface message type.
-std::ostream& operator<<(std::ostream& os, const HostMessage& m);
-std::ostream& operator<<(std::ostream& os, const CustomMessage& m);
+DSOEXPORT std::ostream& operator<<(std::ostream& os, const HostMessage& m);
+DSOEXPORT std::ostream& operator<<(std::ostream& os, const CustomMessage& m);
 
 /// Stream a description of an expected message.
-std::ostream& operator<<(std::ostream& os, HostMessage::KnownEvent e);
+DSOEXPORT std::ostream& operator<<(std::ostream& os, HostMessage::KnownEvent 
e);
 
 
 } // namespace gnash

-----------------------------------------------------------------------

Summary of changes:
 libcore/HostInterface.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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