Kaydet (Commit) 05861ac1 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS cfg01 (1.15.10.1.4); FILE MERGED

2003/03/12 16:56:00 jb 1.15.10.1.4.2: #107404# Further clean up of node::Attributes interface
2003/02/17 15:52:37 ssmith 1.15.10.1.4.1: #107404# refactoring code to support encapsulation
üst 6bb4f892
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: propsetaccessimpl.cxx,v $ * $RCSfile: propsetaccessimpl.cxx,v $
* *
* $Revision: 1.16 $ * $Revision: 1.17 $
* *
* last change: $Author: hr $ $Date: 2003-03-19 16:18:36 $ * last change: $Author: vg $ $Date: 2003-04-01 13:29:47 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -201,7 +201,7 @@ private: ...@@ -201,7 +201,7 @@ private:
//----------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------
CollectProperties::NodeAttributes CollectProperties::adjustAttributes(NodeAttributes nNodeAttr) CollectProperties::NodeAttributes CollectProperties::adjustAttributes(NodeAttributes nNodeAttr)
{ {
if (m_bReadonly) nNodeAttr.bWritable = false; if (m_bReadonly) nNodeAttr.markReadonly();
return nNodeAttr; return nNodeAttr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment