Kaydet (Commit) 07f4263c authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

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
üst 837a125b
......@@ -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:
......
......@@ -27,7 +27,6 @@
// - List -
// --------
#define LIST_APPEND CONTAINER_APPEND
#define LIST_ENTRY_NOTFOUND CONTAINER_ENTRY_NOTFOUND
class List : private Container
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment