diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-27 23:37:37 (GMT) |
commit | 91570ab79252b37afeae3b230cb6023c5b52547a (patch) | |
tree | 011d77857557a28671a63a444dcf8e10db64ab3f /SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h | |
parent | ba717874781a33ea40a1aea1ad8b9efce3580fc2 (diff) | |
download | swift-91570ab79252b37afeae3b230cb6023c5b52547a.zip swift-91570ab79252b37afeae3b230cb6023c5b52547a.tar.bz2 |
Integrated Sparkle auto-updater.
Diffstat (limited to 'SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h')
-rw-r--r-- | SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h new file mode 100644 index 0000000..4e3cef1 --- /dev/null +++ b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h @@ -0,0 +1,9 @@ +namespace Swift { + class AutoUpdater; + class String; + + class PlatformAutoUpdaterFactory { + public: + AutoUpdater* createAutoUpdater(const String& appcastURL); + }; +} |