gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10442: Restore nuked comment change


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10442: Restore nuked comment change.
Date: Mon, 15 Dec 2008 18:15:25 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10442
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Mon 2008-12-15 18:15:25 +0100
message:
  Restore nuked comment change.
modified:
  libcore/asobj/NetConnection_as.cpp
=== modified file 'libcore/asobj/NetConnection_as.cpp'
--- a/libcore/asobj/NetConnection_as.cpp        2008-12-15 15:41:44 +0000
+++ b/libcore/asobj/NetConnection_as.cpp        2008-12-15 17:15:25 +0000
@@ -639,7 +639,7 @@
         _callQueues.push_back(_currentCallQueue.release());
     }
 
-    // Close any current connections. (why?)
+    // Close any current connections. (why?) Because that's what happens.
     close();
 
     // FIXME: We should attempt a connection here (this is called when an
@@ -698,8 +698,7 @@
     // not connected).
     URL url(validateURL());
 
-    // FIXME check if it's possible for the URL of a NetConnection
-    // to change between call()s
+    // This should use the uri set with connect()
     if (!_currentCallQueue.get()) {
         _currentCallQueue.reset(new AMFQueue(*this, url));
     }
@@ -747,8 +746,7 @@
 {
     boost::intrusive_ptr<NetConnection_as> ptr = 
         ensureType<NetConnection_as>(fn.this_ptr);
-    // FIXME check if it's possible for the URL of a 
-    // NetConnection to change between call()s
+    
     ptr->advance();
     return as_value();
 };
@@ -767,7 +765,7 @@
             new builtin_function(&NetConnection_as::advanceWrapper);
 
     std::auto_ptr<Timer> timer(new Timer);
-    unsigned long delayMS = 50; // FIXME crank up to 50 or so
+    unsigned long delayMS = 50; 
     timer->setInterval(*ticker_as, delayMS, this);
     _advanceTimer = getVM().getRoot().add_interval_timer(timer, true);
 


reply via email to

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