windows-nt/Source/XPSP1/NT/enduser/netmeeting/t120/mst120/pktcoder.cpp
2020-09-26 16:20:57 +08:00

43 lines
637 B
C++

#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 ()
{
}