#include <Basics.H>#include "SRPC.H"#include "MultiSRPC.H"Go to the source code of this file.
Defines | |
| #define | LOCK(mu) (mu).lock(); try { |
| #define | UNLOCK(mu) } catch (...) { (mu).unlock(); throw; } (mu).unlock() |
Variables | |
| const int | DefaultConnections = 3 |
|
|
Definition at line 32 of file MultiSRPC.C. Referenced by MultiSRPC::Discard(), MultiSRPC::End(), MultiSRPC::Purge(), and MultiSRPC::~MultiSRPC(). |
|
|
Definition at line 33 of file MultiSRPC.C. Referenced by MultiSRPC::Discard(), MultiSRPC::End(), MultiSRPC::Purge(), and MultiSRPC::~MultiSRPC(). |
|
|
Definition at line 30 of file MultiSRPC.C. |
1.4.2