mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
dd6df37c14
commit
899d7dec74
32 changed files with 72 additions and 72 deletions
|
|
@ -27,37 +27,37 @@ AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir) -I$(sr
|
||||||
noinst_LIBRARIES = libmangosdatabase.a
|
noinst_LIBRARIES = libmangosdatabase.a
|
||||||
|
|
||||||
libmangosdatabase_a_SOURCES = \
|
libmangosdatabase_a_SOURCES = \
|
||||||
DBCStores.cpp \
|
DBCStores.cpp \
|
||||||
DBCStores.h \
|
DBCStores.h \
|
||||||
DBCStructure.h \
|
DBCStructure.h \
|
||||||
DBCfmt.cpp \
|
DBCfmt.cpp \
|
||||||
Database.cpp \
|
Database.cpp \
|
||||||
Database.h \
|
Database.h \
|
||||||
DatabaseEnv.h \
|
DatabaseEnv.h \
|
||||||
DatabaseImpl.h \
|
DatabaseImpl.h \
|
||||||
DatabaseMysql.cpp \
|
DatabaseMysql.cpp \
|
||||||
DatabasePostgre.cpp \
|
DatabasePostgre.cpp \
|
||||||
DatabaseMysql.h \
|
DatabaseMysql.h \
|
||||||
DatabasePostgre.h \
|
DatabasePostgre.h \
|
||||||
DatabaseSqlite.cpp \
|
DatabaseSqlite.cpp \
|
||||||
DatabaseSqlite.h \
|
DatabaseSqlite.h \
|
||||||
DBCEnums.h \
|
DBCEnums.h \
|
||||||
Field.cpp \
|
Field.cpp \
|
||||||
Field.h \
|
Field.h \
|
||||||
MySQLDelayThread.h \
|
MySQLDelayThread.h \
|
||||||
PGSQLDelayThread.h \
|
PGSQLDelayThread.h \
|
||||||
QueryResult.h \
|
QueryResult.h \
|
||||||
QueryResultMysql.cpp \
|
QueryResultMysql.cpp \
|
||||||
QueryResultMysql.h \
|
QueryResultMysql.h \
|
||||||
QueryResultPostgre.cpp \
|
QueryResultPostgre.cpp \
|
||||||
QueryResultPostgre.h \
|
QueryResultPostgre.h \
|
||||||
QueryResultSqlite.cpp \
|
QueryResultSqlite.cpp \
|
||||||
QueryResultSqlite.h \
|
QueryResultSqlite.h \
|
||||||
SQLStorage.cpp \
|
SQLStorage.cpp \
|
||||||
SQLStorage.h \
|
SQLStorage.h \
|
||||||
SqlDelayThread.cpp \
|
SqlDelayThread.cpp \
|
||||||
SqlDelayThread.h \
|
SqlDelayThread.h \
|
||||||
SqlOperations.cpp \
|
SqlOperations.cpp \
|
||||||
SqlOperations.h \
|
SqlOperations.h \
|
||||||
dbcfile.cpp \
|
dbcfile.cpp \
|
||||||
dbcfile.h
|
dbcfile.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue