mirror of
https://github.com/wfjm/w11.git
synced 2026-02-23 07:52:19 +00:00
- interim release w11a_V0.58 (untagged)
- C++ and Tcl based backend server now fully functional, supports with
DL11, RK11, LP11 and PC11 all devices available in w11a designs
- the old perl based backend server (pi_rri) is obsolete and removed
- operating system kits reorganized
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// $Id: RtclNameSet.cpp 492 2013-02-24 22:14:47Z mueller $
|
||||
// $Id: RtclNameSet.cpp 516 2013-05-05 21:24:52Z mueller $
|
||||
//
|
||||
// Copyright 2011-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
||||
//
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
/*!
|
||||
\file
|
||||
\version $Id: RtclNameSet.cpp 492 2013-02-24 22:14:47Z mueller $
|
||||
\version $Id: RtclNameSet.cpp 516 2013-05-05 21:24:52Z mueller $
|
||||
\brief Implemenation of RtclNameSet.
|
||||
*/
|
||||
|
||||
@@ -64,7 +64,7 @@ RtclNameSet::RtclNameSet(const std::string& nset)
|
||||
if (ret.second == false) // or use !(ret.second)
|
||||
throw Rexception("RtclNameSet::<ctor>", "Bad args: " +
|
||||
string("duplicate name '") + name +
|
||||
string("' in set '") + nset + string("'"));
|
||||
"' in set '" + nset + "'");
|
||||
}
|
||||
if (iend == string::npos) break;
|
||||
ibeg = iend+1;
|
||||
|
||||
Reference in New Issue
Block a user