X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/198be737937aec7259e81ba791bf7f4e401795eb..b0d77fd4dd2b177e77e2bb038a5864567adfd9df:/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/util/.svn/text-base/CompleteResponseEvent.as.svn-base diff --git a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/util/.svn/text-base/CompleteResponseEvent.as.svn-base b/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/util/.svn/text-base/CompleteResponseEvent.as.svn-base deleted file mode 100644 index fc552f1b..00000000 --- a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/util/.svn/text-base/CompleteResponseEvent.as.svn-base +++ /dev/null @@ -1,25 +0,0 @@ -package com.adobe.protocols.dict.util -{ - import flash.events.Event; - - public class CompleteResponseEvent - extends Event - { - private var _response:String; - - public function CompleteResponseEvent() - { - super(SocketHelper.COMPLETE_RESPONSE); - } - - public function set response(response:String):void - { - this._response = response; - } - - public function get response():String - { - return this._response; - } - } -} \ No newline at end of file