Swish.cpp

Go to the documentation of this file.
00001 // Swish.cpp : Implementation of DLL Exports.
00002 //
00003 
00004 #include "stdafx.h"
00005 
00006 #include <atlframe.h>
00007 #include <atlctrls.h>
00008 #include <atldlgs.h>
00009 #include <atlctrlw.h>
00010 #include <atlctrlx.h>
00011 #include <atlsplit.h>
00012 
00013 #include "resource.h"
00014 
00015 BEGIN_OBJECT_MAP(ObjectMap)
00016 END_OBJECT_MAP()
00017 
00018 /*
00019    The module attribute causes 
00020      DllMain
00021      DllRegisterServer
00022      DllUnregisterServer
00023      DllCanUnloadNow
00024      DllGetClassObject. 
00025    to be automatically implemented
00026  */
00027 [ module(dll,
00028                  uuid = "{b816a838-5022-11dc-9153-0090f5284f85}", 
00029                  name = "Swish",
00030                  version = "0.2",
00031                  helpstring = "Swish 0.2 Type Library",
00032                  resource_name = "IDR_SWISH")
00033 ]
00034 class CSwish
00035 {
00036 public:
00037 // Override CAtlDllModuleT members here
00038 };
00039                  

Generated on Mon Nov 12 22:43:54 2007 for Swish by  doxygen 1.5.3