published cleanup func
This commit is contained in:
parent
f5dd649332
commit
27943c09cd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue