gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10111: Added DSOEXPORT


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10111: Added DSOEXPORT
Date: Thu, 21 May 2009 18:44:16 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10111
committer: Markus Gothe <address@hidden>
branch nick: rtmp
timestamp: Thu 2009-05-21 18:44:16 +0200
message:
  Added DSOEXPORT
modified:
  libcore/MovieClip.h
  libnet/rtmp_client.h
=== modified file 'libcore/MovieClip.h'
--- a/libcore/MovieClip.h       2009-04-05 07:47:59 +0000
+++ b/libcore/MovieClip.h       2009-05-21 16:44:16 +0000
@@ -271,7 +271,7 @@
     /// 0-based frame numbers!! 
     ///(in contrast to ActionScript and Flash MX)
     ///
-    void goto_frame(size_t target_frame_number);
+    DSOEXPORT void goto_frame(size_t target_frame_number);
 
     /// Parse frame spec and return a 0-based frame number.
     //

=== modified file 'libnet/rtmp_client.h'
--- a/libnet/rtmp_client.h      2009-04-02 15:04:09 +0000
+++ b/libnet/rtmp_client.h      2009-05-21 16:44:16 +0000
@@ -68,7 +68,7 @@
     DSOEXPORT boost::shared_ptr<amf::Buffer> encodeEchoRequest(const 
std::string &method, double id, amf::Element &el);
 
     typedef std::deque<boost::shared_ptr<RTMPMsg> > msgque_t;
-    msgque_t recvResponse();
+    DSOEXPORT msgque_t recvResponse();
 
     void dump();
   private:


reply via email to

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