-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathP070_TNetSystem.C
More file actions
17 lines (17 loc) · 1.03 KB
/
P070_TNetSystem.C
File metadata and controls
17 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
void P070_TNetSystem()
{
gPluginMgr->AddHandler("TSystem", "^rootd:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootup:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^roots:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootk:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootg:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rooth:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootug:", "ROOT::Deprecated::TNetSystem",
"Net", "ROOT::Deprecated::TNetSystem(const char *,Bool_t)");
}