![]() |
ROOT
6.06/09
Reference Guide
|
#include "RConfigure.h"
#include "RConfig.h"
#include "Riostream.h"
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "RRemoteProtocol.h"
#include "TApplicationServer.h"
#include "TBenchmark.h"
#include "TEnv.h"
#include "TError.h"
#include "TException.h"
#include "TInterpreter.h"
#include "TMD5.h"
#include "TMessage.h"
#include "TROOT.h"
#include "TSocket.h"
#include "TSystem.h"
#include "TRemoteObject.h"
#include "TUrl.h"
#include "TObjString.h"
#include "compiledata.h"
#include "TClass.h"
Go to the source code of this file.
Functions | |
ClassImp (TApplicationServer) TApplicationServer | |
Main constructor. More... | |
ClassImp | ( | TApplicationServer | ) |
Main constructor.
Create an application environment. The TApplicationServer environment provides an eventloop via inheritance of TApplication.
Definition at line 277 of file TApplicationServer.cxx.