Move Geolocation to kits/shared and make it private.

This commit is contained in:
Oliver Tappe
2014-10-02 00:32:48 +02:00
parent d02e38fb13
commit 3006031ac2
4 changed files with 14 additions and 3 deletions
+6
View File
@@ -9,6 +9,9 @@
#include <Url.h>
namespace BPrivate {
class BGeolocation {
public:
BGeolocation();
@@ -26,4 +29,7 @@ private:
};
} // namespace BPrivate
#endif