INTEGRATION: CWS obo05 (1.5.8); FILE MERGED

2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555
This commit is contained in:
Vladimir Glazounov 2006-09-25 12:32:14 +00:00
parent 7648760845
commit 4a6acb0dab

View File

@ -4,9 +4,9 @@
* *
* $RCSfile: iipaobj.hxx,v $ * $RCSfile: iipaobj.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 05:42:33 $ * last change: $Author: vg $ $Date: 2006-09-25 13:32:14 $
* *
* 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.
@ -35,6 +35,9 @@
#ifndef _IIPAOBJ_HXX_ #ifndef _IIPAOBJ_HXX_
#define _IIPAOBJ_HXX_ #define _IIPAOBJ_HXX_
#if defined(_MSC_VER) && (_MSC_VER > 1310)
#pragma warning(disable : 4917 4555)
#endif
#include "stdafx.h" #include "stdafx.h"
#include <oleidl.h> #include <oleidl.h>
@ -76,4 +79,4 @@ private:
}; };
#endif #endif