35 if (!player || !*player) {
36 ::Error(
"TVirtualProofPlayer::Create",
"player name missing");
40 if ((h =
gROOT->GetPluginManager()->FindHandler(
"TVirtualProofPlayer", player))) {
43 if (!strcmp(player,
"slave"))
Int_t LoadPlugin()
Load the plugin library for this handler.
Long_t ExecPlugin(int nargs, const T &...params)
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
static TVirtualProofPlayer * Create(const char *player, TProof *p, TSocket *s=0)
Create a PROOF player.