From a94049b1a43f83d750b9b5dee031c19a6b1fafb0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:32:00 +0000 Subject: accomodate the new modules --- src/client/console.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/client/console.h') diff --git a/src/client/console.h b/src/client/console.h index 1dc7109..21d5df9 100644 --- a/src/client/console.h +++ b/src/client/console.h @@ -4,8 +4,8 @@ the terms of the GNU General Public License version 2 */ -#ifndef __INCLUDED_CLIENTCONSOLE_H__ -#define __INCLUDED_CLIENTCONSOLE_H__ +#ifndef __INCLUDED_CLIENT_CONSOLE_H__ +#define __INCLUDED_CLIENT_CONSOLE_H__ #include "common/console.h" @@ -15,17 +15,17 @@ namespace client { class Console : public common::Console { public: /// stream to send normal messages too - virtual std::ostream & message(); + virtual std::ostream & messagestream(); /// stream to send warning messages too - virtual std::ostream & warning(); + virtual std::ostream & warningstream(); /// stream to send debug messages too - virtual std::ostream & debug(); + virtual std::ostream & debugstream(); -}; // class Console +}; -} // namespace server +} -#endif // __INCLUDED_CLIENTCONSOLE_H__ +#endif // __INCLUDED_CLIENT_CONSOLE_H__ -- cgit v1.2.3