Changeset 1186 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/16/02 13:25:37 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.h
r1076 r1186 17 17 #endif 18 18 19 class TClass; 19 20 class TOrdCollection; 20 21 … … 43 44 void SetLogStream(MLog *log); 44 45 45 TObject *FindObject(const char *name) const; 46 TObject *FindObject(const TObject *obj) const; 46 TObject *FindObject(const char *name) const; 47 TObject *FindObject(const TObject *obj) const; 48 49 TObject *FindObject(const char *name, const char *classname) const; 50 TObject *FindObject(const TObject *obj, const char *classname) const; 51 47 52 MParContainer *FindCreateObj(const char *classname, const char *objname=NULL); 48 53
Note:
See TracChangeset
for help on using the changeset viewer.