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

INTEGRATION: CWS obo05 (1.5.46); FILE MERGED

2006/09/11 14:32:07 obo 1.5.46.2: change for MSC only
2006/07/03 14:35:11 obo 1.5.46.1: #i53611# disable warning C4350
üst d52e22f6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: treenodefactory.hxx,v $ * $RCSfile: treenodefactory.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 03:59:56 $ * last change: $Author: vg $ $Date: 2006-09-25 12:49:24 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -44,8 +44,9 @@ ...@@ -44,8 +44,9 @@
#include <memory> #include <memory>
#define INCLUDED_MEMORY #define INCLUDED_MEMORY
#endif #endif
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#pragma warning(disable : 4350)
#endif
namespace configmgr namespace configmgr
{ {
......
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