Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23310/wxLua/modules/wxluasocket/src
Modified Files:
wxluasocket_bind.cpp
Log Message:
update docs
remove unnecessary extern declarations in the cpp binding files
Index: wxluasocket_bind.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket_bind.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wxluasocket_bind.cpp 1 Dec 2006 06:25:47 -0000 1.8
--- wxluasocket_bind.cpp 4 Dec 2006 05:54:41 -0000 1.9
***************
*** 173,181 ****
// bind wxLuaBinding_wxluasocket to a single wxLuaState
- extern bool wxLuaBinding_wxluasocket_bind(const wxLuaState& wxlState);
- // initialize wxLuaBinding_wxluasocket for all wxLuaStates
- extern bool wxLuaBinding_wxluasocket_init();
-
- // bind wxLuaBinding_wxluasocket to a single wxLuaState
bool wxLuaBinding_wxluasocket_bind(const wxLuaState& wxlState_)
{
--- 173,176 ----
|