Changeset 343 for cpp/frams/model/autoname.h
- Timestamp:
- 04/04/15 20:40:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/autoname.h
r286 r343 11 11 class AutoName 12 12 { 13 static SString firstName(Model&);14 static SString lastName(Model&);13 static SString firstName(Model&); 14 static SString lastName(Model&); 15 15 public: 16 static SString makeName(Model&);16 static SString makeName(Model&); 17 17 }; 18 18
Note: See TracChangeset
for help on using the changeset viewer.