TerraSync: expose method as public
- needed for command-line terrasync util.
This commit is contained in:
parent
db684eb33e
commit
bd5bc9cda0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user