#i52208# adapt BaseMutex member from m_mutex to m_aMutex
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
*
|
||||
* $RCSfile: cppcompskeleton.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: jsc $ $Date: 2005-09-09 13:50:27 $
|
||||
* last change: $Author: jsc $ $Date: 2005-10-21 13:52:34 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
@@ -275,7 +275,7 @@ OString generateClassDefinition(std::ostream& o,
|
||||
if (iter != interfaces.end())
|
||||
o << ",";
|
||||
else
|
||||
o << ">(m_mutex),\n";
|
||||
o << ">(m_aMutex),\n";
|
||||
}
|
||||
}
|
||||
if (propertyhelper.getLength() > 0) {
|
||||
|
Reference in New Issue
Block a user