From 9c37b18c5295f64e0ff3b7b261e71b0a52ecc292 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 9 Jan 2011 03:53:18 +0900 Subject: [PATCH] =?utf8?q?=E3=81=86=E3=83=BC=E3=82=93=E3=80=81=E5=8F=96?= =?utf8?q?=E3=82=8A=E6=95=A2=E3=81=88=E3=81=9A=E5=89=8A=E9=99=A4=E3=83=BC?= =?utf8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/debug/console_monitor.hpp | 29 --------------------------- 1 file changed, 29 deletions(-) delete mode 100644 roast/include/roast/debug/console_monitor.hpp diff --git a/roast/include/roast/debug/console_monitor.hpp b/roast/include/roast/debug/console_monitor.hpp deleted file mode 100644 index fb499564..00000000 --- a/roast/include/roast/debug/console_monitor.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// Roast+ License - -/* - -*/ -#ifndef __SFJP_ROAST__debug__console_monitor_HPP__ -#define __SFJP_ROAST__debug__console_monitor_HPP__ - -#include "roast/console/console.hpp" - -namespace roast -{ - class debug_console_monitor - { - public: - debug_console_monitor() - { - using namespace console; - - repeat_to_screen_max('*',2); - printf("\n*"); - printf("\n* Roast+ lexical Debugging Monitor\n"); - printf("*\n"); - repeat_to_screen_max('*',2); - } - }; -} - -#endif//__SFJP_ROAST__debug__console_monitor_HPP__ -- 2.11.0