fixed buld

This commit is contained in:
anthony 2011-06-29 10:56:48 -07:00
parent 16da7e07ac
commit cf83700bf4
1 changed files with 0 additions and 4 deletions

View File

@ -201,9 +201,5 @@ public interface StorageManager extends Manager {
List<StoragePoolVO> ListByDataCenterHypervisor(long datacenterId, HypervisorType type);
List<VMInstanceVO> listByStoragePool(long storagePoolId);
StoragePoolVO findLocalStorageOnHost(long hostId);
VMTemplateHostVO getTemplateHostRef(long zoneId, long tmpltId);
}