(svn r22112) -Codechange: register all pools in a pool vector

This commit is contained in:
smatz
2011-02-19 18:23:45 +00:00
parent 68bc93f950
commit 5fd13843f7
7 changed files with 86 additions and 2 deletions

View File

@@ -619,6 +619,7 @@
<ClInclude Include="..\src\core\math_func.hpp" />
<ClInclude Include="..\src\core\mem_func.hpp" />
<ClInclude Include="..\src\core\overflowsafe_type.hpp" />
<ClCompile Include="..\src\core\pool_func.cpp" />
<ClInclude Include="..\src\core\pool_func.hpp" />
<ClInclude Include="..\src\core\pool_type.hpp" />
<ClCompile Include="..\src\core\random_func.cpp" />

View File

@@ -1077,6 +1077,9 @@
<ClInclude Include="..\src\core\overflowsafe_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>
<ClCompile Include="..\src\core\pool_func.cpp">
<Filter>Core Source Code</Filter>
</ClCompile>
<ClInclude Include="..\src\core\pool_func.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>

View File

@@ -1754,6 +1754,10 @@
RelativePath=".\..\src\core\overflowsafe_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\pool_func.cpp"
>
</File>
<File
RelativePath=".\..\src\core\pool_func.hpp"
>

View File

@@ -1751,6 +1751,10 @@
RelativePath=".\..\src\core\overflowsafe_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\pool_func.cpp"
>
</File>
<File
RelativePath=".\..\src\core\pool_func.hpp"
>