A3t::findBinary

- Locates it's own binary, and adds a 'basename' attribute.
This commit is contained in:
Paul Beckingham
2013-08-30 13:55:24 -07:00
parent 8429df3b5c
commit 46cd57b4aa
2 changed files with 36 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ public:
bool canonicalize (std::string&, const std::string&, const std::string&) const;
private:
void findBinary ();
void findCommand ();
private: