Move ADTFactory from core to logic (bug 5953, r=fyren).

--HG--
rename : core/ADTFactory.cpp => core/logic/ADTFactory.cpp
rename : core/ADTFactory.h => core/logic/ADTFactory.h
This commit is contained in:
Nicholas Hastings
2013-10-09 08:43:08 -04:00
parent 5bde264c43
commit 9027d15211
4 changed files with 4 additions and 5 deletions
+1
View File
@@ -25,6 +25,7 @@ files = [
'smn_adt_array.cpp',
'smn_sorting.cpp',
'smn_maplists.cpp',
'ADTFactory.cpp',
'smn_adt_stack.cpp',
'thread/ThreadWorker.cpp',
'thread/BaseWorker.cpp',