windows-nt/Source/XPSP1/NT/base/cluster/mgmt/cluscfg/basecluster/cstrwrapper.cpp

33 lines
1.1 KiB
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999-2000 Microsoft Corporation
//
// Module Name:
// CStrWrapper.cpp
//
// Description:
// This is a dummy file that just includes the precompiled header file
// for this project and the CStr.cpp file. The reason for doing this
// is that the files CStr.cpp and CStr.h are intended for use in
// other projects as well and including pch.h directly in CStr.cpp
// will make it more diffult to copy and use in other projects.
//
// Documentation:
// TODO: Add pointer to external documentation later.
//
// Maintained By:
// Vij Vasu (Vvasu) 27-APR-2000
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Include Files
//////////////////////////////////////////////////////////////////////////////
// The precompiled header file for this project
#include "pch.h"
// The implementation file for the CStr class. See the 'Description' field
// in the file comment for more details.
#include "CStr.cpp"