Dependencies

- Added TDB::gc code to remove dangling dependencies.
This commit is contained in:
Paul Beckingham 2010-08-04 00:43:38 -04:00
parent cade134f40
commit b050d67ba9
3 changed files with 38 additions and 9 deletions

View file

@ -75,6 +75,7 @@ public:
void addDependency (int);
void removeDependency (int);
void removeDependency (const std::string&);
void getDependencies (std::vector <int>&) const;
void getDependencies (std::vector <std::string>&) const;