Index: /branches/camp/camp-2_5-E/data/class/SC_Response.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 18988)
+++ /branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 18989)
@@ -2,19 +2,32 @@
 class SC_Response{
     
+    /**
+     * 
+     * @var HTTP_Response
+     */
     var $http;
-    
+    /**
+     * コンテンツタイプ
+     * Enter description here ...
+     * @var unknown_type
+     */
     var $contentType;
     var $header;
     var $body;
+    var $header = array();
+    
+    
+    /**
+     * 
+     * Enter description here ...
+     */
+    var $encoding;
     
     function SC_Response(){
         $this->http = new HTTP_Response();
-        
-        
-        
     }
     
     function response(){
-                    
+                          
     }
     
