telldus/telldus-gui/TelldusCenter/AutoUpdater.h
2008-12-29 20:22:45 +00:00

11 lines
146 B
C++

#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H
class AutoUpdater
{
public:
virtual ~AutoUpdater();
virtual void checkForUpdates() = 0;
};
#endif