Move definition of LIST_APPEND to contnr.hxx

This definition is used everywhere as a flag value, even where
the List class itself is not used. Move it as part of stripping
away usage of the List class.

Change-Id: I064dc25368bd04b038f4e07a337bf8adf0b8d0eb
This commit is contained in:
Noel Grandin
2012-08-13 12:34:20 +02:00
committed by Michael Stahl
parent 837a125ba6
commit 07f4263cde
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ class CBlock;
#define CONTAINER_APPEND ULONG_MAX
#define CONTAINER_ENTRY_NOTFOUND ULONG_MAX
#define LIST_APPEND CONTAINER_APPEND
class TOOLS_DLLPUBLIC Container
{
private:

View File

@@ -27,7 +27,6 @@
// - List -
// --------
#define LIST_APPEND CONTAINER_APPEND
#define LIST_ENTRY_NOTFOUND CONTAINER_ENTRY_NOTFOUND
class List : private Container