Windows2003-3790/termsrv/newclient/rdpdr/drobject.cpp
2020-09-30 16:53:55 +02:00

32 lines
454 B
C++

/*++
Copyright (c) 1998-2000 Microsoft Corporation
Module Name:
drobject
Abstract:
This module defines the common parent for all client-side
RDP device redirection classes, DrObject.
Author:
Tad Brockway 3/23/99
Revision History:
--*/
#include <precom.h>
#define TRC_FILE "DrObject"
#include "drobject.h"
///////////////////////////////////////////////////////////////
//
// DrObject Members
//