[Tween-svn] [1100] UserStreamのStoppedイベントを起こすコードが抜けていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 11月 24日 (水) 01:38:33 JST


Revision: 1100
          http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1100
Author:   syo68k
Date:     2010-11-24 01:38:33 +0900 (Wed, 24 Nov 2010)

Log Message:
-----------
UserStreamのStoppedイベントを起こすコードが抜けていたのを修正

Modified Paths:
--------------
    branches/UserStream/Tween/Twitter.vb


-------------- next part --------------
Modified: branches/UserStream/Tween/Twitter.vb
===================================================================
--- branches/UserStream/Tween/Twitter.vb	2010-11-23 16:33:24 UTC (rev 1099)
+++ branches/UserStream/Tween/Twitter.vb	2010-11-23 16:38:33 UTC (rev 1100)
@@ -2767,6 +2767,7 @@
 
     Public Sub StopUserStream()
         _streamActive = False
+        RaiseEvent UserStreamStopped()
     End Sub
 
     Public Sub PauseUserStream()



Tween-svn メーリングリストの案内
Back to archive index