Added a comment about a confusing bit of code
This commit is contained in:
parent
20e6451ff1
commit
8b2bf571d8
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ class item_t : public supports_flags<>, public scope_t
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
#define ITEM_NORMAL 0x00 // no flags at all, a basic posting
|
#define ITEM_NORMAL 0x00 // no flags at all, a basic posting
|
||||||
|
// jww (2009-10-27): I'm not consistent on the difference between these two.
|
||||||
#define ITEM_GENERATED 0x01 // posting was not found in a journal
|
#define ITEM_GENERATED 0x01 // posting was not found in a journal
|
||||||
#define ITEM_TEMP 0x02 // posting is a temporary object
|
#define ITEM_TEMP 0x02 // posting is a temporary object
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue