チェンジセット 764

差分発生行の前後
無視リスト:
コミット日時:
2008/07/03 18:57:20 (5 ヶ月前)
コミッタ:
seagirl
ログメッセージ:

もろもろ

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/GeniusFramework/src/jp/seagirl/genius/threads/GeniusThread.as

    r760 r764  
    3434 
    3535        public class GeniusThread extends Thread 
    36         {        
    37                 public function GeniusThread() 
    38                 { 
    39                         error(IOError, loadError); 
    40                         error(SecurityError, loadError); 
    41                 } 
    42                  
     36        {                        
    4337                protected var data:Object; 
    4438                protected var loaderThread:URLLoaderThread; 
    4539                protected var request:URLRequest = new URLRequest(); 
    4640                protected var variables:URLVariables = new URLVariables(); 
    47                  
    48                 private function loadError(error:Error, thread:Thread):void 
    49                 { 
    50                         throw error; 
    51                 } 
    5241                 
    5342                public function startWithData(data:Object):void