Index: /branches/camp/camp-2_5-E/data/class/SC_Response.php
===================================================================
--- /branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 19101)
+++ /branches/camp/camp-2_5-E/data/class/SC_Response.php	(revision 19102)
@@ -29,15 +29,21 @@
 
     function response(){
-    
+
     }
-    
+
+    function sendHeader(){
+        foreach ($this->header as $head){
+
+        }
+    }
+
 
     function setContentLength(int $length){
-    
+
     }
 
 
     function setContentType(String $contentType){
-      $this->header['Content-Type'] = $contentType;
+        $this->header['Content-Type'] = $contentType;
     }
 
@@ -51,5 +57,5 @@
 
     function addDateHdeader(String $name, $date){
-      
+
     }
     function addHeader(String $name, $value){
@@ -62,5 +68,5 @@
 
     function sendError(int $errorcode){
-        
+
     }
 
