|
|
@@ -70,6 +70,9 @@ PUBLISHED:
|
|
|
INLINE int get_bytes_requested(void) const;
|
|
|
INLINE float get_bytes_per_second(void) const;
|
|
|
|
|
|
+ void cleanup(void);
|
|
|
+
|
|
|
+
|
|
|
private:
|
|
|
class DownloadStatus {
|
|
|
public:
|
|
|
@@ -104,8 +107,6 @@ private:
|
|
|
int run_to_ram(void);
|
|
|
int write_to_ram(DownloadStatus *status);
|
|
|
|
|
|
- void cleanup(void);
|
|
|
-
|
|
|
private:
|
|
|
bool _connected;
|
|
|
int _socket;
|