Changeset 2958 for trunk/MagicSoft/Mars/mbase/MParList.h
- Timestamp:
- 01/29/04 16:52:22 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.h
r1965 r2958 36 36 37 37 public: 38 enum { kDoNotReset = BIT(17) };38 enum { kDoNotReset = BIT(17), kIsProcessing = BIT(18) }; 39 39 40 40 MParList(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.