Handler to run all pathfinding requests.

This commit is contained in:
JoelKatz
2013-05-02 12:52:05 -07:00
parent d193608aa1
commit f5579c0139
2 changed files with 44 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ public:
typedef boost::weak_ptr<PFRequest> wptr;
typedef boost::shared_ptr<PFRequest> pointer;
typedef const pointer& ref;
typedef const wptr& wref;
typedef std::pair<uint160, uint160> currIssuer_t;