Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
679 B

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