#pragma once /////////////////////////////////////////////////////////////// // Monitor.h - Declares the ATL Monitor class, basically, // // this class implements the server parts. // // // // Jim Fawcett, CSE775 - Distributed Objects, Spring 2005 // /////////////////////////////////////////////////////////////// #include "stdafx.h" class CATLWindowsModule : public CAtlExeModuleT< CATLWindowsModule > { public : DECLARE_LIBID(LIBID_ATLWindowsLib) DECLARE_REGISTRY_APPID_RESOURCEID(IDR_ATLWINDOWS, "{15AB5703-67E9-455D-A4EF-CAB570FA3778}") };