ROOT  6.06/08
Reference Guide
Functions | Variables
TServerSocket.cxx File Reference
#include "TServerSocket.h"
#include "TSocket.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TError.h"
#include <string>
#include "TVirtualMutex.h"
+ Include dependency graph for TServerSocket.cxx:

Go to the source code of this file.

Functions

static void SetAuthOpt (UChar_t &opt, UChar_t mod)
 Kind of macro to parse input options Modify opt according to modifier mod. More...
 

Variables

TVirtualMutexgSrvAuthenticateMutex = 0
 

Function Documentation

§ SetAuthOpt()

static void SetAuthOpt ( UChar_t opt,
UChar_t  mod 
)
static

Kind of macro to parse input options Modify opt according to modifier mod.

Definition at line 47 of file TServerSocket.cxx.

Referenced by TServerSocket::Accept(), and TServerSocket::SetAcceptOptions().

Variable Documentation

§ gSrvAuthenticateMutex

TVirtualMutex* gSrvAuthenticateMutex = 0

Definition at line 39 of file TServerSocket.cxx.