User Story #683 (closed)
Clean up blitz includes
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | 3.0-Beta2 |
Component: | Deployment | Keywords: | blitz ice includes headers iteration5 |
Cc: | Story Points: | n.a. | |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
The blitz/include/OMERO files should be cleaned up:
jmoore@valewalker ~/build/include $ ls -w80 OMERO/ API.h Error.h Model.h RTypes.ice errors.h ice.ice API.ice Error.ice ROMIO.h System.h fwd.h types.h Constants.h IObject.h ROMIO.ice System.ice fwd.ice Constants.ice IObject.ice RTypes.h client.h ice.h
Specifically:
- s/ice/Ice/
- s/types/CTypes/
- s/Error/ServerError/
- s/errors/ClientError/
- ...
Change History (3)
comment:1 Changed 16 years ago by jmoore
comment:2 Changed 16 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
r1516 finishes this up.
comment:3 Changed 16 years ago by jmoore
- Keywords iteration5 added
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r1498 makes two changes. ice-->Model and errors-->ClientErrors