Guest User

Untitled

a guest
Apr 6th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.32 KB | None | 0 0
  1.     protected def connectNew(join:Joinable[_], connectAnyMedia:Boolean) = BlueFuture[String]( callback => orderedexec {
  2.         joinedTo match {
  3.             case Some(currentJoin) =>
  4.                 currentJoin.unjoin( ()=>realConnect(join, callback))
  5.             case None =>
  6.                 realConnect(join, callback)
  7.          
  8.         }
  9.      
  10.     })
Advertisement
Add Comment
Please, Sign In to add comment