Clean up some stuff, including a few spots where exceptions were not being handled correctly.
This commit is contained in:
@@ -48,8 +48,7 @@ public:
|
||||
/**
|
||||
* @return Fingerprint of currently running network environment
|
||||
*/
|
||||
uint64_t getNetworkConfigurationFingerprint()
|
||||
throw();
|
||||
uint64_t getNetworkConfigurationFingerprint();
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
|
||||
Reference in New Issue
Block a user