#include "stdafx.h" #include "Bonder.h" CBonder::CBonder() { } CBonder::~CBonder() { } BOOL CBonder::isRunning() { return FALSE; }