23 lines
341 B
C++
23 lines
341 B
C++
//-----------------------------------------------------------------------------
|
|
//
|
|
// File: cancel.inl
|
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
|
// All rights reserved.
|
|
//
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
inline
|
|
CCancelableObject::CCancelableObject(void)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|