Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoShare
/
aca6cb5f47d55f09707ceb24a9b4dd5abf2ebbb3
/
.
/
osx
/
auto-update
/
auto-update.h
blob: 14caa32cbe61cf0bc655d40467d4a2847a600c9c [
file
] [
log
] [
blame
]
Zhenkai Zhu
aca6cb5
2013-02-24 23:34:03 -0800
[
diff
] [
blame^
]
1
#ifndef
AUTO_UPDATE_H
2
#define
AUTO_UPDATE_H
3
class
AutoUpdate
4
{
5
public
:
6
virtual
void
checkForUpdates
()
=
0
;
7
};
8
#endif