TApplicationRemote.cxx File Reference

#include <errno.h>
#include "TApplicationRemote.h"
#include "TBrowser.h"
#include "TDirectory.h"
#include "TError.h"
#include "THashList.h"
#include "TMonitor.h"
#include "TRandom.h"
#include "TROOT.h"
#include "TServerSocket.h"
#include "TSystem.h"
#include "TRemoteObject.h"

Go to the source code of this file.

Functions

 ClassImp (TApplicationRemote) static const char *gScript

Variables

static const char * gScriptCmd = "\\\"%s %d localhost:%d/%s -d=%d\\\""
static const char * gSshCmd


Function Documentation

ClassImp ( TApplicationRemote   )  const


Variable Documentation

const char* gScriptCmd = "\\\"%s %d localhost:%d/%s -d=%d\\\"" [static]

Definition at line 61 of file TApplicationRemote.cxx.

Referenced by TApplicationRemote::TApplicationRemote().

const char* gSshCmd [static]

Initial value:

 "ssh %s -f4 %s -R %d:localhost:%d sh -c \
   \"'(sh=\\`basename \'\\\\\\$SHELL\'\\`; \
   if test xbash = x\'\\\\\\$sh\' -o xsh = x\'\\\\\\$sh\' -o xzsh = x\'\\\\\\$sh\' -o xdash = x\'\\\\\\$sh\'; then \
      \'\\\\\\$SHELL\' -l -c %s; \
   elif test xcsh = x\'\\\\\\$sh\' -o xtcsh = x\'\\\\\\$sh\' -o xksh = x\'\\\\\\$sh\'; then \
      \'\\\\\\$SHELL\' -c %s; \
   else \
      echo \\\"Unknown shell \'\\\\\\$SHELL\'\\\"; \
   fi)'\""

Definition at line 63 of file TApplicationRemote.cxx.


Generated on Tue Jul 5 16:07:59 2011 for ROOT_528-00b_version by  doxygen 1.5.1