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
This commit is contained in:
Vladimir Glazounov 2006-09-25 11:49:24 +00:00
parent d52e22f6da
commit e2334d1fc9

View file

@ -4,9 +4,9 @@
*
* $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 terms of GNU Lesser General Public License Version 2.1.
@ -44,8 +44,9 @@
#include <memory>
#define INCLUDED_MEMORY
#endif
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#pragma warning(disable : 4350)
#endif
namespace configmgr
{