gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libamf buffer.h element.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/libamf buffer.h element.h
Date: Thu, 03 Apr 2008 11:05:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/04/03 11:05:01

Modified files:
        libamf         : buffer.h element.h 

Log message:
        Enable symbol visibility

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/buffer.h?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/element.h?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: buffer.h
===================================================================
RCS file: /sources/gnash/gnash/libamf/buffer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- buffer.h    1 Apr 2008 22:19:54 -0000       1.1
+++ buffer.h    3 Apr 2008 11:05:01 -0000       1.2
@@ -32,7 +32,7 @@
 namespace amf
 {
 
-class Buffer 
+class DSOEXPORT Buffer 
 {
 public:
     Buffer();

Index: element.h
===================================================================
RCS file: /sources/gnash/gnash/libamf/element.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- element.h   1 Apr 2008 22:20:41 -0000       1.12
+++ element.h   3 Apr 2008 11:05:01 -0000       1.13
@@ -32,7 +32,7 @@
 
 class Buffer;
 
-class Element {
+class DSOEXPORT Element {
 public:
     // The following elements are defined within AMF:
     typedef enum {




reply via email to

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