Changeset 512 for cpp/frams/model/autoname.h
- Timestamp:
- 05/23/16 13:50:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/autoname.h
r343 r512 11 11 class AutoName 12 12 { 13 public: 14 static SString makeName(Model&); 15 static SString firstName(const SString& g); 13 16 static SString firstName(Model&); 14 17 static SString lastName(Model&); 15 public:16 static SString makeName(Model&);17 18 }; 18 19
Note: See TracChangeset
for help on using the changeset viewer.