///////////////////////////////////////////////////////////////////////////// // pch.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #if !defined(AFX_STDAFX_H__537FEB63_0A41_11D3_8B58_00C04F681633__INCLUDED_) #define AFX_STDAFX_H__537FEB63_0A41_11D3_8B58_00C04F681633__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef _ATL_STATIC_REGISTRY #define _ATL_STATIC_REGISTRY #endif #ifndef STRICT #define STRICT #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif #define _ATL_APARTMENT_THREADED #pragma warning(disable:4786) // identifier was truncated ... in the debug information #pragma warning(disable:4503) // decorated name length exceeded #include #include #include #include #include // STL headers #include #include #include #include #include // redo min and max after all STL includes #include #include extern CComModule _Module; #include #define __MODULE__ "AGC" #include #include #include <..\TCAtl\ObjectMap.h> #include <..\TCAtl\PropertyClass.h> #include <..\TCAtl\TCNullStreamImpl.h> #include #include #include #define AGC_MODULE ///////////////////////////////////////////////////////////////////////////// template class ATL_NO_VTABLE AGCObjectSafetyImpl : public IObjectSafetyImpl { // Types protected: typedef IObjectSafetyImpl AGCObjectSafetyImplBase; // Construction public: AGCObjectSafetyImpl() { AGCObjectSafetyImplBase::m_dwCurrentSafety = INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA; } }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. ///////////////////////////////////////////////////////////////////////////// #endif // !defined(AFX_STDAFX_H__537FEB63_0A41_11D3_8B58_00C04F681633__INCLUDED)