Main Page | Class List | File List | Class Members | File Members

ConfigAbout.cpp

Go to the documentation of this file.
00001 
00005 /*
00006 pGina ldapAuth code - based upon skeleton code for pGina plugin development
00007 Copyright (C) 2002 Micah Cooper
00008 
00009 This program is free software; you can redistribute it and/or
00010 modify it under the terms of the GNU General Public License
00011 as published by the Free Software Foundation; either version 2
00012 of the License, or (at your option) any later version.
00013 
00014 This program is distributed in the hope that it will be useful,
00015 but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017 GNU General Public License for more details.
00018 
00019 You should have received a copy of the GNU General Public License
00020 along with this program; if not, write to the Free Software
00021 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00022 
00023 Email: coopermj@muohio.edu
00024 Snail Mail:
00025         Micah Cooper
00026         212A Kreger Hall
00027         Miami University
00028         Oxford OH  45056
00029 */
00030 // ConfigAbout.cpp : implementation file
00031 //
00032 
00033 #include "stdafx.h"
00034 #include "ldapauth_plus.h"
00035 #include "ConfigAbout.h"
00036 
00037 
00038 // CConfigAbout dialog
00039 
00040 IMPLEMENT_DYNAMIC(CConfigAbout, CDialog)
00041 CConfigAbout::CConfigAbout(CWnd* pParent /*=NULL*/)
00042         : CDialog(CConfigAbout::IDD, pParent)
00043         //, m_version(LDAPAUTHABOUT)
00044 {
00045         m_version = L"\n\n\n\nLDAPAuth v1.4\n\nby\n\nMicah Cooper (coopermj@muohio.edu) \nand\n Michael Morris (mikelmorris@knology.net)";
00046 }
00047 
00048 CConfigAbout::~CConfigAbout()
00049 {
00050 }
00051 
00052 void CConfigAbout::DoDataExchange(CDataExchange* pDX)
00053 {
00054         CDialog::DoDataExchange(pDX);
00055         DDX_Text(pDX, IDC_VERSION, m_version);
00056 }
00057 
00058 
00059 BEGIN_MESSAGE_MAP(CConfigAbout, CDialog)
00060 END_MESSAGE_MAP()
00061 
00062 void CConfigAbout::OnOK()
00063 {
00064         return;
00065 }
00066 
00067 // CConfigAbout message handlers

Generated on Fri Feb 20 12:03:36 2004 for ldapauth plugin for pGina by doxygen 1.3.5