From 25914cddf606e683a4226f46b56f800400d633d3 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 30 Aug 2007 16:20:33 +0000 Subject: Got rid of abstract storage and reference-counted pointers. Fixed lifetime of accounts and characters in server memory. Cleaned some code. --- src/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d24b3042..f63ef660 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,8 +18,8 @@ tmwserv_account_SOURCES = \ account-server/accountclient.cpp \ account-server/accounthandler.hpp \ account-server/accounthandler.cpp \ - account-server/characterdata.hpp \ - account-server/characterdata.cpp \ + account-server/character.hpp \ + account-server/character.cpp \ account-server/dalstorage.hpp \ account-server/dalstorage.cpp \ account-server/dalstoragesql.hpp \ @@ -29,8 +29,6 @@ tmwserv_account_SOURCES = \ account-server/guildmanager.h \ account-server/serverhandler.hpp \ account-server/serverhandler.cpp \ - account-server/storage.hpp \ - account-server/storage.cpp \ chat-server/chathandler.hpp \ chat-server/chathandler.cpp \ chat-server/chatclient.hpp \ @@ -55,7 +53,6 @@ tmwserv_account_SOURCES = \ net/netcomputer.hpp \ net/netcomputer.cpp \ serialize/characterdata.hpp \ - utils/countedptr.h \ utils/functors.h \ utils/logger.h \ utils/logger.cpp \ -- cgit v1.2.3-60-g2f50