Change namespace because of error during compiling using new MS compiler
This commit is contained in:
parent
05aeaaccca
commit
de74c6dda0
3 changed files with 9 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: change.hxx,v $
|
||||
*
|
||||
* $Revision: 1.11 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
* last change: $Author: jb $ $Date: 2001-07-05 17:05:45 $
|
||||
* last change: $Author: avy $ $Date: 2001-08-08 11:21:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -342,7 +342,7 @@ namespace configmgr
|
|||
friend class MutatingChildIterator;
|
||||
public:
|
||||
/// A parameter for disabling copying of children
|
||||
typedef argument::NoChildCopy NoChildCopy;
|
||||
typedef treeop::NoChildCopy NoChildCopy;
|
||||
|
||||
SubtreeChange(const rtl::OUString& _rName,
|
||||
const configuration::Attributes& _rAttr)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: valuenode.hxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: jb $ $Date: 2001-06-20 20:17:35 $
|
||||
* last change: $Author: avy $ $Date: 2001-08-08 11:23:02 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -91,7 +91,7 @@ namespace configmgr
|
|||
class ValueNode;
|
||||
|
||||
// helper (tag) class
|
||||
namespace argument { struct NoChildCopy {}; }
|
||||
namespace treeop { struct NoChildCopy {}; }
|
||||
//==========================================================================
|
||||
//= Visitors
|
||||
//==========================================================================
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: subtree.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: jb $ $Date: 2001-06-11 11:00:46 $
|
||||
* last change: $Author: avy $ $Date: 2001-08-08 11:23:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -108,7 +108,7 @@ namespace configmgr
|
|||
virtual INode* doGetChild(OUString const& name) const;
|
||||
|
||||
public:
|
||||
typedef argument::NoChildCopy NoChildCopy;
|
||||
typedef treeop::NoChildCopy NoChildCopy;
|
||||
|
||||
Subtree(){}
|
||||
Subtree(const OUString& _rName,
|
||||
|
|
Loading…
Reference in a new issue