(svn r13516) -Codechange: Move MemCpyT to a fitting core header

-Codechange: Split the sorting code from the sortlist to an appropriate header
This commit is contained in:
skidd13
2008-06-14 16:23:08 +00:00
parent bf9a32b475
commit 96fc91baf3
7 changed files with 172 additions and 64 deletions

View File

@@ -1123,6 +1123,10 @@
RelativePath=".\..\src\md5.h"
>
</File>
<File
RelativePath=".\..\src\core\mem_func.hpp"
>
</File>
<File
RelativePath=".\..\src\minilzo.h"
>
@@ -1443,6 +1447,10 @@
RelativePath=".\..\src\slope_type.h"
>
</File>
<File
RelativePath=".\..\src\core\sort_func.hpp"
>
</File>
<File
RelativePath=".\..\src\sortlist_type.h"
>

View File

@@ -1120,6 +1120,10 @@
RelativePath=".\..\src\md5.h"
>
</File>
<File
RelativePath=".\..\src\core\mem_func.hpp"
>
</File>
<File
RelativePath=".\..\src\minilzo.h"
>
@@ -1440,6 +1444,10 @@
RelativePath=".\..\src\slope_type.h"
>
</File>
<File
RelativePath=".\..\src\core\sort_func.hpp"
>
</File>
<File
RelativePath=".\..\src\sortlist_type.h"
>