windows-nt/Source/XPSP1/NT/termsrv/remdsk/rds/t120/mst120/pktcoder.cpp

43 lines
637 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "precomp.h"
#include "fsdiag.h"
DEBUG_FILEZONE(ZONE_T120_MCSNC | ZONE_T120_GCCNC);
/*
* pktcoder.cpp
*
* Copyright (c) 1993 - 1995 by DataBeam Corporation, Lexington, KY
*
* Abstract:
* This is the implementation file for the PacketCoder class.
*
* Private Instance Variables:
* None.
*
* Private Member Functions:
* None.
*
* Caveats:
* None.
*
* Author:
* John B. O'Nan
*/
/*
* External Interfaces
*/
#include "pktcoder.h"
/*
* ~PacketCoder ()
*
* Public
*
* Functional Description:
* This is virtual destructor that does not do anything at this time.
*/
PacketCoder::~PacketCoder ()
{
}