25 lines
472 B
C++
25 lines
472 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1994.
|
|
//
|
|
// File: xact.cxx
|
|
//
|
|
// Contents: Transactioning common code
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 05-Jul-95 PhilipLa Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include "xacthead.cxx"
|
|
#pragma hdrstop
|
|
|
|
|
|
#if DBG == 1
|
|
DECLARE_INFOLEVEL(xact)
|
|
#endif
|