Revision: 6420
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6420&view=rev
Author:   thjc
Date:     2008-05-10 21:57:19 -0700 (Sat, 10 May 2008)

Log Message:
-----------
Merged 6408 from trunk
tweaked erratic to actually disconnect when asked

Modified Paths:
--------------
    
code/player/branches/release-2-1-patches/server/drivers/mixed/erratic/erratic.cc

Modified: 
code/player/branches/release-2-1-patches/server/drivers/mixed/erratic/erratic.cc
===================================================================
--- 
code/player/branches/release-2-1-patches/server/drivers/mixed/erratic/erratic.cc
    2008-05-11 04:52:18 UTC (rev 6419)
+++ 
code/player/branches/release-2-1-patches/server/drivers/mixed/erratic/erratic.cc
    2008-05-11 04:57:19 UTC (rev 6420)
@@ -707,6 +707,8 @@
 // Called by player when the driver is supposed to disconnect
 int Erratic::Shutdown() {
   // We don't care, we'll never disconnect
+  // Oh, yes, you will!
+  this->Disconnect();
   return 0;
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to