remote.h interfaces sync with Java - cleanup

This commit is contained in:
Matej Sekoranja
2012-07-25 12:46:04 +02:00
parent 48f8b3b77e
commit 4f15626281
18 changed files with 202 additions and 231 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
}
virtual void acquire() {}
virtual void release() {}
virtual void beaconAnomalyNotify() {}
virtual void newServerDetected() {}
private:
std::tr1::shared_ptr<TransportRegistry> _tr;