Opened 18 years ago
Last modified 17 years ago
#8 assigned defect
Rename nomGet*() to nomQuery*()
| Reported by: | cinc | Owned by: | cinc |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Methods named using get return a copy of the item. Query means return a pointer to the item. nomGetClass() returns a pointer to a storage location hence the renaming.
Change History (1)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Summary: | Rename nomGetClass() to nomQueryClass() → Rename nomGet*() to nomQuery*() |
Note:
See TracTickets
for help on using tickets.

Changed the ticket because it applies to some more methods other than nomGetClass(), e.g. nomGetClassName().
nomGetClass() is renamed by now.