From 8196872e3b240ef93fc17dd3c05a7d97a8015d88 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Aug 2006 21:20:07 +0000 Subject: Rearranged the network and socket code. Added status messages sent over the network using udp packets. --- lib/liblua_wrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/liblua_wrapper.h') diff --git a/lib/liblua_wrapper.h b/lib/liblua_wrapper.h index 70eb8a8..30371fe 100644 --- a/lib/liblua_wrapper.h +++ b/lib/liblua_wrapper.h @@ -54,11 +54,11 @@ public: bool getBoolean(char *name); std::string getString(char *name); - std::string getError(); + std::string error(); private: lua_State *L; - std::string error; + std::string strerr; }; #endif/*__MIAV_LIBLUA_WRAPPER_H__*/ -- cgit v1.2.3