Feature #204

Refactor drop code for pool objects

Added by Carlos Martín almost 2 years ago. Updated over 1 year ago.

Status:Closed Start date:03/11/2010
Priority:Normal Due date:
Assignee:Carlos Martín % 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 Pool
int Pool::drop(PoolObjectSQL * object)

And the ObjectSQL method
virtual int drop(SqliteDB * db) = 0;
will be implemented in PoolObject, so child classes will only have to add specific code.

Associated revisions

Revision 36d27746
Added by Carlos Martin and Ruben S. Montero almost 2 years ago

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

Also available in: Atom PDF