diff options
author | deva <deva> | 2006-08-25 21:20:07 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-25 21:20:07 +0000 |
commit | 8196872e3b240ef93fc17dd3c05a7d97a8015d88 (patch) | |
tree | e531edeb1c7178a8e58170c84645ce8eb706624e /lib/liblua_wrapper.h | |
parent | 347b1d8ed3a4f780f3a5c0d57a04eab05ca517a2 (diff) |
Rearranged the network and socket code.origin
Added status messages sent over the network using udp packets.
Diffstat (limited to 'lib/liblua_wrapper.h')
-rw-r--r-- | lib/liblua_wrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
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__*/ |