Feature #204
Refactor drop code for pool objects
| Status: | Closed | Start date: | 03/11/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | OpenNebula Core | |||
| Target version: | Release 2.0 | |||
| Resolution: | Addon: | |||
| Story points | - | |||
| Velocity based estimate | - |
Description
The goal is to have the drop functionality of pools and pool objects in their base classes.
A new method will be created in Poolint Pool::drop(PoolObjectSQL * object)
And the ObjectSQL methodvirtual int drop(SqliteDB * db) = 0;
will be implemented in PoolObject, so child classes will only have to add specific code.
Associated revisions
feature #204: Drop method now in the base class PoolSQL
History
Updated by Ruben S. Montero almost 2 years ago
- Target version set to Release 2.0
Updated by Ruben S. Montero over 1 year ago
- Status changed from New to Closed