Ticket #550 (new task)
Update C++ code to conform to our coding standards
| Reported by: | prock | Owned by: | FIFE |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3.5 |
| Component: | engine | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
See http://wiki.fifengine.net/Coding_standards for more information.
Change History
comment:2 Changed 23 months ago by prock
- Milestone changed from Proposal to 0.3.4
Additional interfaces to consider renaming would are SoundDecoder?, PercentDoneListener?, CellGrid?, InstanceActionListener?, InstanceChangeListener?, InstanceDeleteListener?, MapChangeListener?, and TimeEvent?.
Moving to 0.3.4 for now as I believe there is enough API changes in 0.3.3 for now.
Note: See
TracTickets for help on using
tickets.

(In [3689]) * Removed Abstract* classes in favor of I* classes. This is to conform to our coding standards. refs #550