gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10055: reverse the order for client


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10055: reverse the order for client and server source fields.
Date: Thu, 26 Mar 2009 18:38:36 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10055
committer: address@hidden
branch nick: rtmp
timestamp: Thu 2009-03-26 18:38:36 -0600
message:
  reverse the order for client and server source fields.
modified:
  libnet/rtmp_msg.h
=== modified file 'libnet/rtmp_msg.h'
--- a/libnet/rtmp_msg.h 2009-03-16 23:34:13 +0000
+++ b/libnet/rtmp_msg.h 2009-03-27 00:38:36 +0000
@@ -86,8 +86,8 @@
        NS_DELETE_STREAM
     } rtmp_status_e;
     typedef enum {
-       FROM_SERVER,                      // Flash com server
-       FROM_CLIENT                       // SWF player
+       FROM_CLIENT,                      // SWF player
+       FROM_SERVER                      // Flash com server
     } rtmp_source_e;
     RTMPMsg();
     ~RTMPMsg();


reply via email to

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