INTEGRATION: CWS obo05 (1.8.10); FILE MERGED

2006/08/28 13:47:49 obo 1.8.10.1: #i53611# diable warnings C4917 and 4555
This commit is contained in:
Vladimir Glazounov
2006-09-25 12:31:00 +00:00
parent 2b868b5d5a
commit 8e2d67d6db

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: servprov.cxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: hr $ $Date: 2006-06-20 05:41:29 $
* last change: $Author: vg $ $Date: 2006-09-25 13:31:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
#if defined(_MSC_VER) && (_MSC_VER > 1310)
#pragma warning(disable : 4917 4555)
#endif
#include "stdafx.h"
#include "servprov.hxx"