aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 04:36:37 +0000
committerlloyd <[email protected]>2008-09-30 04:36:37 +0000
commit5bcc0bbbff8916dcaddc7162fbc0ec7fc3ecaeea (patch)
tree1e5593ed04bf2729debff0653e674546fcb62afa
parent3c55f159b8e2ff80c0f0ab0820de0afc414be7db (diff)
Move datastore from core to utils
-rw-r--r--src/core/info.txt2
-rw-r--r--src/utils/datastor.cpp (renamed from src/core/datastor.cpp)0
-rw-r--r--src/utils/datastor.h (renamed from src/core/datastor.h)0
-rw-r--r--src/utils/info.txt16
4 files changed, 9 insertions, 9 deletions
diff --git a/src/core/info.txt b/src/core/info.txt
index 3a9f9f34f..fabf676f3 100644
--- a/src/core/info.txt
+++ b/src/core/info.txt
@@ -21,8 +21,6 @@ base.h
botan.h
data_src.cpp
data_src.h
-datastor.cpp
-datastor.h
def_powm.cpp
eng_def.h
enums.h
diff --git a/src/core/datastor.cpp b/src/utils/datastor.cpp
index bff6bcf5b..bff6bcf5b 100644
--- a/src/core/datastor.cpp
+++ b/src/utils/datastor.cpp
diff --git a/src/core/datastor.h b/src/utils/datastor.h
index 0f6029189..0f6029189 100644
--- a/src/core/datastor.h
+++ b/src/utils/datastor.h
diff --git a/src/utils/info.txt b/src/utils/info.txt
index 820c3069f..a1c87ef44 100644
--- a/src/utils/info.txt
+++ b/src/utils/info.txt
@@ -9,23 +9,25 @@ tru64 -> rt
</libs>
<add>
-charset.cpp
-mlock.cpp
-parsing.cpp
-util.cpp
-version.cpp
bit_ops.h
bswap.h
+charset.cpp
charset.h
+datastor.cpp
+datastor.h
loadstor.h
mem_ops.h
+mlock.cpp
+parsing.cpp
parsing.h
rotate.h
stl_util.h
types.h
+ui.cpp
+ui.h
+util.cpp
util.h
+version.cpp
version.h
xor_buf.h
-ui.h
-ui.cpp
</add>