summaryrefslogtreecommitdiff
path: root/src/net/downloadstatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/downloadstatus.h')
-rw-r--r--src/net/downloadstatus.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/net/downloadstatus.h b/src/net/downloadstatus.h
index 8c5066915..c927c0f19 100644
--- a/src/net/downloadstatus.h
+++ b/src/net/downloadstatus.h
@@ -26,13 +26,13 @@ namespace DownloadStatus
{
enum Type
{
- CANCELLED = -3,
- THREAD_ERROR = -2,
- ERROR = -1,
- STARTING = 0,
- IDLE,
- COMPLETE
+ Cancelled = -3,
+ ThreadError = -2,
+ Error = -1,
+ Starting = 0,
+ Idle,
+ Complete
};
-} // namespace Net
+} // namespace DownloadStatus
#endif // NET_DOWNLOADSTATUS_H