summaryrefslogtreecommitdiffstats
path: root/matchblox/C_Log.cpp
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-14 11:56:32 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-14 11:56:32 (GMT)
commitaee762191d706d03d5e1a42bf98415466f584bda (patch)
tree6e0f14bfe36a6d57736f804802b156a979424fa4 /matchblox/C_Log.cpp
parentd4d35970d88edccdd963e53ea3e11f702e1e2bab (diff)
download2iv55-aee762191d706d03d5e1a42bf98415466f584bda.zip
2iv55-aee762191d706d03d5e1a42bf98415466f584bda.tar.gz
2iv55-aee762191d706d03d5e1a42bf98415466f584bda.tar.bz2
moved stuff around
Diffstat (limited to 'matchblox/C_Log.cpp')
-rw-r--r--matchblox/C_Log.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/matchblox/C_Log.cpp b/matchblox/C_Log.cpp
deleted file mode 100644
index d9a1154..0000000
--- a/matchblox/C_Log.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#include "C_Log.h"
-
-C_Log::C_Log(char *f_strFileName)
-{
-}
-
-C_Log::~C_Log()
-{
-}
-
-bool C_Log::LogNewSession(int f_iUserID, int f_iGameID)
-{
- return true;
-}
-
-bool C_Log::LogSessionTurn(int f_iUserID, int f_iGameID, int f_iBlockNr, int HolePos, unsigned int f_uiTime)
-{
- return true;
-}
-
-bool C_Log::LogSessionTotals(int f_iUserID, int f_iGameID, unsigned int f_uiTotalTime)
-{
- return true;
-}