#include <Client_IO.H>
Static Public Member Functions | |
static void | fetch (mpz_t UpperBound_D) |
Static Private Member Functions | |
static void * | THREAD_fetch_polynom (void *) |
Static Private Attributes | |
static string | buffer |
Definition at line 11 of file Client_IO.H.
void * CClientPolynomFetcher::THREAD_fetch_polynom | ( | void * | ) | [static, private] |
Definition at line 25 of file Client_IO.cc.
References buffer, cerr, communication_name, ConnectRetries, cout_network(), endl(), RetryDelay, server_port, and unix_buffer_exception::what().
Referenced by fetch().
void CClientPolynomFetcher::fetch | ( | mpz_t | UpperBound_D | ) | [static] |
Definition at line 64 of file Client_IO.cc.
References buffer, cerr, cout, cout_network(), endl(), exit(), CmpqsPolynom::load(), Polynom, and THREAD_fetch_polynom().
Referenced by main().
string CClientPolynomFetcher::buffer [static, private] |