From c8b2ef7b899766d04562f7e04a84251cea8fa701 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.8.0 --- src/cli/cli.h | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'src/cli/cli.h') diff --git a/src/cli/cli.h b/src/cli/cli.h index cc5a5fc..8ec75cb 100755 --- a/src/cli/cli.h +++ b/src/cli/cli.h @@ -22,30 +22,38 @@ #include "../thrd/thro.h" #endif +#include "../monitor/dump.h" + using namespace std; -class cli #ifndef NCURSES -: public thro -#endif +class cli : public thro +{ +#else +class cli { +#endif private: - int parse_input(string s_input); + int parse_input(string s_input); + vector vectorize(string s_param); public: - cli( ); - ~cli( ); + cli( ); + ~cli( ); #ifdef DEBUG - void debug_routine(); + + void debug_routine(); #endif - void print_rusage(); + void print_rusage(); #ifndef NCURSES - void start(void* p_void); + + void start(void* p_void); #else - void start(); + + void start(); #endif }; -- cgit v1.2.3