mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-07 17:37:12 +02:00
Various changes to the modules.
Also commited the remaining incomplete modules.
This commit is contained in:
bin
cbp
external/Mongoose
include
modules
ini
irc
json
mg
Common.cppCommon.hppConnection.cppConnection.hppHTTP.cppHTTP.hppHandles.cppHandles.hppManager.cppManager.hppMessage.cppMessage.hppModule.cppModule.hppOptions.cppOptions.hppString.cppString.hppWebSocket.cppWebSocket.hpp
mmdb
mysql
Account.cppAccount.hppBind.cppBind.hppColumn.cppColumn.hppCommon.cppCommon.hppConnection.cppConnection.hppDatetime.cppDatetime.hppDecimal.cppDecimal.hppHandles.cppHandles.hppModule.cppModule.hppResult.cppResult.hppSavepoint.cppSavepoint.hppStatement.cppStatement.hppTransaction.cppTransaction.hpp
sample
sqlite
xml
shared
10
modules/mysql/Transaction.cpp
Normal file
10
modules/mysql/Transaction.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "Account.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
} // Namespace:: SqMod
|
Reference in New Issue
Block a user