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

INTEGRATION: CWS obo05 (1.24.2); FILE MERGED

2006/09/11 14:25:25 obo 1.24.2.2: change for MSC only
2006/07/03 14:35:10 obo 1.24.2.1: #i53611# disable warning C4350
üst 11d6878f
......@@ -4,9 +4,9 @@
*
* $RCSfile: change.hxx,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: hr $ $Date: 2006-06-19 23:23:48 $
* last change: $Author: vg $ $Date: 2006-09-25 12:48:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -35,6 +35,9 @@
#ifndef CONFIGMGR_CHANGE_HXX
#define CONFIGMGR_CHANGE_HXX
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#pragma warning(disable : 4350) // behavior change: 'member1' called instead of 'member2'
#endif
#ifndef _CONFIGMGR_TREE_VALUENODE_HXX
#include "valuenode.hxx"
......
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