TerraSync: expose method as public

- needed for command-line terrasync util.
This commit is contained in:
James Turner 2014-02-25 09:13:16 +00:00
parent db684eb33e
commit bd5bc9cda0

View File

@ -59,6 +59,8 @@ public:
bool scheduleTile(const SGBucket& bucket);
void syncAreaByPath(const std::string& aPath);
void setRoot(SGPropertyNode_ptr root);
/// retrive the associated log object, for displaying log
@ -81,7 +83,6 @@ public:
protected:
void syncAirportsModels();
void syncAreaByPath(const std::string& aPath);
class SvnThread;