home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / CFX_Wizard / examples / nt_userdb / nt_userdb.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-12  |  973 b   |  36 lines

  1. // NT_USERDB.cpp : Defines the initialization routines for the DLL.
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "NT_USERDB.h"
  6.  
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CNT_USERDBApp
  15.  
  16. BEGIN_MESSAGE_MAP(CNT_USERDBApp, CWinApp)
  17.     //{{AFX_MSG_MAP(CNT_USERDBApp)
  18.         // NOTE - the ClassWizard will add and remove mapping macros here.
  19.         //    DO NOT EDIT what you see in these blocks of generated code!
  20.     //}}AFX_MSG_MAP
  21. END_MESSAGE_MAP()
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CNT_USERDBApp construction
  25.  
  26. CNT_USERDBApp::CNT_USERDBApp()
  27. {
  28.     // TODO: add construction code here,
  29.     // Place all significant initialization in InitInstance
  30. }
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // The one and only CNT_USERDBApp object
  34.  
  35. CNT_USERDBApp theApp;
  36.