reSIProcate/DialogUsageManager  9694
Classes | Public Member Functions
resip::CurlHttpProvider Class Reference

#include <CurlHttpProvider.hxx>

Inheritance diagram for resip::CurlHttpProvider:
Inheritance graph
[legend]
Collaboration diagram for resip::CurlHttpProvider:
Collaboration graph
[legend]

List of all members.

Classes

class  RequestThread

Public Member Functions

 CurlHttpProvider ()
virtual ~CurlHttpProvider ()
virtual void get (const GenericUri &target, const Data &tid, TransactionUser &tu)

Detailed Description

Definition at line 15 of file CurlHttpProvider.hxx.


Constructor & Destructor Documentation

CurlHttpProvider::CurlHttpProvider ( )

Definition at line 12 of file CurlHttpProvider.cxx.

{
   curl_global_init(CURL_GLOBAL_DEFAULT);
}
CurlHttpProvider::~CurlHttpProvider ( ) [virtual]

Definition at line 17 of file CurlHttpProvider.cxx.

{
}

Member Function Documentation

void CurlHttpProvider::get ( const GenericUri target,
const Data tid,
TransactionUser tu 
) [virtual]

Definition at line 22 of file CurlHttpProvider.cxx.

References resip::ThreadIf::run().

{
   //fix cleanup logic, self deletes for now
   RequestThread* rt = new RequestThread(target, tid, tu);
   rt->run();   
}

Here is the call graph for this function:


The documentation for this class was generated from the following files: