source: trunk/Utilities/VbsEvents/dllmain.h @ 937

Last change on this file since 937 was 79, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 430 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.h 79 2012-07-30 16:20:06Z roman $
6
7class CVbsEventsModule : public ATL::CAtlDllModuleT< CVbsEventsModule >
8{
9public :
10        DECLARE_LIBID(LIBID_VbsEventsLib)
11        DECLARE_REGISTRY_APPID_RESOURCEID(IDR_VBSEVENTS, "{FE0FC952-F3E7-42BA-B03B-83B4C4FBB498}")
12};
13
14extern class CVbsEventsModule _AtlModule;
Note: See TracBrowser for help on using the repository browser.