Changeset 11516 for trunk/FACT++/src/mcp.cc
- Timestamp:
- 07/21/11 13:26:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r11509 r11516 126 126 } 127 127 128 int SetVerbosity(const EventImp & evt)128 int SetVerbosity(const EventImp &) 129 129 { 130 130 /* … … 172 172 } 173 173 174 int StopRun(const EventImp & evt)174 int StopRun(const EventImp &) 175 175 { 176 176 if (fStatusFTM.second==FTM::kTakingData) … … 187 187 } 188 188 189 int Reset(const EventImp & evt)189 int Reset(const EventImp &) 190 190 { 191 191 fRunType = ""; … … 408 408 } 409 409 410 int EvalOptions(Configuration & conf)410 int EvalOptions(Configuration &) 411 411 { 412 412 //SetEndpoint(conf.Get<string>("addr"));
Note:
See TracChangeset
for help on using the changeset viewer.