X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/198be737937aec7259e81ba791bf7f4e401795eb..b0d77fd4dd2b177e77e2bb038a5864567adfd9df:/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/.svn/text-base/Response.as.svn-base?ds=sidebyside diff --git a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/.svn/text-base/Response.as.svn-base b/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/.svn/text-base/Response.as.svn-base deleted file mode 100644 index 619a8e90..00000000 --- a/platforma/static/filebrowser/uploadify/com/adobe/protocols/dict/.svn/text-base/Response.as.svn-base +++ /dev/null @@ -1,39 +0,0 @@ -package com.adobe.protocols.dict -{ - public class Response - { - private var _code:uint; - private var _headerText:String; - private var _body:String; - - public function set code(code:uint):void - { - this._code = code; - } - - public function set headerText(headerText:String):void - { - this._headerText = headerText; - } - - public function set body(body:String):void - { - this._body = body; - } - - public function get code():uint - { - return this._code; - } - - public function get headerText():String - { - return this._headerText; - } - - public function get body():String - { - return this._body; - } - } -} \ No newline at end of file