published cleanup func

This commit is contained in:
Joe Shochet 2002-09-27 17:45:58 +00:00
parent f5dd649332
commit 27943c09cd
1 changed files with 3 additions and 2 deletions

View File

@ -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;