Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TServerSocket.h File Reference
#include "TSocket.h"
#include <string>
Include dependency graph for TServerSocket.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TServerSocket
 

Typedefs

typedef Int_t(* SrvAuth_t) (TSocket *sock, const char *, const char *, std::string &, Int_t &, Int_t &, std::string &, TSeqCollection *)
 
typedef Int_t(* SrvClup_t) (TSeqCollection *)
 

Variables

const UChar_t kSrvAuth = 0x1
 
const UChar_t kSrvNoAuth = (kSrvAuth<<4)
 

Typedef Documentation

◆ SrvAuth_t

typedef Int_t(* SrvAuth_t) (TSocket *sock, const char *, const char *, std::string &, Int_t &, Int_t &, std::string &, TSeqCollection *)

Definition at line 33 of file TServerSocket.h.

◆ SrvClup_t

typedef Int_t(* SrvClup_t) (TSeqCollection *)

Definition at line 36 of file TServerSocket.h.

Variable Documentation

◆ kSrvAuth

const UChar_t kSrvAuth = 0x1

Definition at line 39 of file TServerSocket.h.

◆ kSrvNoAuth

const UChar_t kSrvNoAuth = (kSrvAuth<<4)

Definition at line 40 of file TServerSocket.h.