Index: branches/camp/camp-2_5-E/data/class/SC_Display.php
===================================================================
--- branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19001)
+++ branches/camp/camp-2_5-E/data/class/SC_Display.php	(revision 19002)
@@ -17,5 +17,9 @@
     function hoge(LC_Page $page){
         $this->assign($page);
-
+    }
+    
+    
+    function setDevice(){
+        
     }
 
@@ -28,9 +32,6 @@
      * @return
      */
-    function detectAgent(){
+    function detectDevice(){
         $nu = Net_UserAgent_Mobile::factory();
-        
-
-
     }
 
