Changeset 1003 for trunk/MagicSoft/Mars/mbase/MParList.h
- Timestamp:
- 10/29/01 11:15:53 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.h
r986 r1003 14 14 #endif 15 15 16 #ifndef ROOT_TO rdCollection17 #include "TOrdCollection.h"16 #ifndef ROOT_TObjArray 17 #include <TObjArray.h> 18 18 #endif 19 19 #ifndef MPARCONTAINER_H … … 21 21 #endif 22 22 23 #include <TObjArray.h> 23 class TOrdCollection; 24 24 25 25 class MLog; … … 28 28 { 29 29 private: 30 TOrdCollection fContainer; // Collection of Parameter and Data Containers31 TOrdCollection fAutodelete; // All what this list contains is deleted in the destructor30 TOrdCollection *fContainer; // Collection of Parameter and Data Containers 31 TOrdCollection *fAutodelete; // All what this list contains is deleted in the destructor 32 32 33 33 static TString GetClassName(const char *classname);
Note:
See TracChangeset
for help on using the changeset viewer.