Last change
on this file since 793 was
793,
checked in by roman, 5 years ago
|
|
-
Property svn:mime-type set to
application/octet-stream
|
File size:
594 bytes
|
Rev | Line | |
---|
| 1 | // dllmain.h : Declaration of module class. |
---|
| 2 | |
---|
| 3 | class CServerModule : public ATL::CAtlDllModuleT< CServerModule > |
---|
| 4 | { |
---|
| 5 | public : |
---|
| 6 | DECLARE_LIBID(LIBID_ServerLib) |
---|
| 7 | DECLARE_REGISTRY_APPID_RESOURCEID(IDR_SERVER, "{2ebd7a11-bdfd-4c27-9922-9e702f13c84c}") |
---|
| 8 | }; |
---|
| 9 | |
---|
| 10 | extern class CServerModule _AtlModule; |
---|
Note: See
TracBrowser
for help on using the repository browser.