#include <queuenode.h>
Inheritance diagram for CommandNode:
Private Member Functions | |
CommandNode (Server *pcServer, const std::vector< String > &azCommands, 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(). | |
Private Attributes | |
std::vector< String > | m_azCommands |
curl_slist * | m_psCommands |
Friends | |
class | TransferThread |