RE: NetworkElement and other *ServiceProviders often have useless return values

2013-09-27 Thread Alex Huang
mail.com] > Sent: Friday, September 27, 2013 11:07 AM > To: dev@cloudstack.apache.org; Chiradeep Vittal; Alex Huang > Subject: NetworkElement and other *ServiceProviders often have useless > return values > > On NetworkElement and many other *ServiceProvider interfaces (ie > DhcpS

NetworkElement and other *ServiceProviders often have useless return values

2013-09-27 Thread Darren Shepherd
On NetworkElement and many other *ServiceProvider interfaces (ie DhcpServiceProvider), the return value for the methods are a boolean, but those booleans are never checked. I would like to clean up all these interfaces and put the majority of the methods to return "void." Would there be any objec