windows-nt/Source/XPSP1/NT/net/tapi/skywalker/tapi3/objectsafeimpl.cpp

28 lines
276 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "stdafx.h"
#include "ObjectSafeImpl.h"
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
ObjectSafeImpl.cpp
Abstract:
Definitions of static data members
--*/
//
// thread safety
//
CComAutoCriticalSection CObjectSafeImpl::s_CritSection;