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

Last change on this file since 937 was 124, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 465 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: dllmain.h 124 2012-09-15 12:27:26Z roman $
6
7class CJsObjectDispatchModule : public ATL::CAtlDllModuleT< CJsObjectDispatchModule >
8{
9public :
10        DECLARE_LIBID(LIBID_JsObjectDispatchLib)
11        DECLARE_REGISTRY_APPID_RESOURCEID(IDR_JSOBJECTDISPATCH, "{5A0751CF-455E-45A9-BED6-D70D8935BE05}")
12};
13
14extern class CJsObjectDispatchModule _AtlModule;
Note: See TracBrowser for help on using the repository browser.