#include <queuenode.h>
Inheritance diagram for InitializationNode:
Private Member Functions | |
InitializationNode (Server *pcServer, int nID) | |
CURLcode | AttachToHandle (CURL *pHandle) |
Set the necessary options in the curl handle. The important parts are done in the subclasses. | |
CURLcode | RemoveFromHandle (CURL *pHandle) |
Remove any settings from the curl handle set in AttachToHandle(). | |
Friends | |
class | TransferThread |