// DispClient.cpp : Implementation of DLL Exports.

#include "stdafx.h"
#include "resource.h"

// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{8488C9B4-4E52-4DFF-B68F-D4709909B570}", 
		 name = "DispClient", 
		 helpstring = "DispClient 1.0 Type Library",
		 resource_name = "IDR_DISPCLIENT") ]
class CDispClientModule
{
public:
// Override CAtlDllModuleT members
};
		 
