gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10066: add a pointer to the current


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10066: add a pointer to the current object to the thread_params.
Date: Fri, 27 Mar 2009 11:55:57 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10066
committer: address@hidden
branch nick: rtmp
timestamp: Fri 2009-03-27 11:55:57 -0600
message:
  add a pointer to the current object to the thread_params.
modified:
  libcore/asobj/NetConnection_as.h
=== modified file 'libcore/asobj/NetConnection_as.h'
--- a/libcore/asobj/NetConnection_as.h  2009-03-25 02:04:26 +0000
+++ b/libcore/asobj/NetConnection_as.h  2009-03-27 17:55:57 +0000
@@ -40,6 +40,8 @@
 
 namespace gnash {
 
+class NetConnection_as;
+
 /// NetConnection ActionScript class
 //
 /// Provides interfaces to load data from an URL
@@ -54,6 +56,7 @@
        Network          *network;
        VM               *vm;
        string_table     *st;
+       NetConnection_as *nas;
     } thread_params_t;
 
     enum StatusCode


reply via email to

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