Database interface improvement with stl style iterators

This commit is contained in:
Arthur Ice
2014-06-18 15:58:26 -07:00
parent b3292e1d22
commit 3054a4c307
7 changed files with 333 additions and 2 deletions
+4
View File
@@ -39,6 +39,8 @@ SET(common_sources
MiscFunctions.cpp
moremath.cpp
Mutex.cpp
MySQLRequestResult.cpp
MySQLRequestRow.cpp
opcode_map.cpp
opcodemgr.cpp
packet_dump.cpp
@@ -149,6 +151,8 @@ SET(common_headers
MiscFunctions.h
moremath.h
Mutex.h
MySQLRequestResult.h
MySQLRequestRow.h
op_codes.h
opcode_dispatch.h
opcodemgr.h