]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Class Request and class Event now take a void* in their constructor to save on a...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 20 Jun 2006 11:26:57 +0000 (11:26 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 20 Jun 2006 11:26:57 +0000 (11:26 +0000)
commitb0d03755f23f72e747e9874c32d00b5cf3f955cf
tree49efb80e8d46597eeb5f0eb20a2973817b221f23
parent00d4806d30a1e3b111b1676ff34a75faf25d6a1b
Class Request and class Event now take a void* in their constructor to save on a cast.
Please note that the data type *returned* by GetData() in both cases is still char*, as
C++ will not let you return a void*. This to be addressed by someone else with templates
when they have the time.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4038 e03df62e-2008-0410-955e-edbf42e46eb7
include/modules.h
src/modules.cpp