Clean up some stuff, including a few spots where exceptions were not being handled correctly.
This commit is contained in:
@@ -55,9 +55,7 @@ class RuntimeEnvironment;
|
||||
class Topology
|
||||
{
|
||||
public:
|
||||
Topology(const RuntimeEnvironment *renv,const char *dbpath)
|
||||
throw(std::runtime_error);
|
||||
|
||||
Topology(const RuntimeEnvironment *renv,const char *dbpath);
|
||||
~Topology();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user