C++ Instrument Catalog
MFCDevice.cpp
Go to the documentation of this file.
1 
6 // Personal includes
7 #include "MFCDevice.h"
8 
9 
10 //------------------------------------------------------------------//
11 // Constructors / Destructors
12 //------------------------------------------------------------------//
13 CMFCDevice::~CMFCDevice ()
14 {
15 
16 }
17 
18 bool CMFCDevice::Is (const CMFCDevice * pDevice)
19 {
20  return (this == pDevice);
21 }
22 
MTL::CMFCDevice
Definition: MFCDevice.h:24
MTL::CMFCDevice::Is
bool Is(const CMFCDevice *pDevice)
Definition: MFCDevice.cpp:18
MFCDevice.h