Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SessionDialog.h

Go to the documentation of this file.
00001 
00010 #if !defined(AFX_SESSIONDIALOG_H__CD5930D6_BA92_4199_8A0F_83693D4CCFFB__INCLUDED_)
00011 #define AFX_SESSIONDIALOG_H__CD5930D6_BA92_4199_8A0F_83693D4CCFFB__INCLUDED_
00012 
00013 #if _MSC_VER > 1000
00014 #pragma once
00015 #endif // _MSC_VER > 1000
00016 
00017 
00018 #include "HashMania.h"
00019 // SessionDialog.h : header file
00020 //
00021 
00023 // CSessionDialog dialog
00024 
00025 
00027 extern serverHash sHash;
00028 
00030 extern int CurrentServerIndex;
00031 
00032 class CSessionDialog : public CDialog
00033 {
00034 public:
00036 
00039     CSessionDialog(CWnd* pParent = NULL);
00040 
00041 
00042 // Dialog Data
00043     //{{AFX_DATA(CSessionDialog)
00044     enum { IDD = IDD_SERVER };
00045     CEdit   m_IPAddress;
00046     CEdit   m_Port;
00047     CEdit   m_ServerNickname;
00048     CListBox    m_SessionList;
00049     //}}AFX_DATA
00050 
00051 
00052 // Overrides
00053     // ClassWizard generated virtual function overrides
00054     //{{AFX_VIRTUAL(CSessionDialog)
00055 protected:
00056     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00057     //}}AFX_VIRTUAL
00058 
00059 // Implementation
00060 protected:
00061 
00062     // Generated message map functions
00063     //{{AFX_MSG(CSessionDialog)
00064     virtual BOOL OnInitDialog();
00065     afx_msg void OnSaveserver();
00066     
00067     //}}AFX_MSG
00068     DECLARE_MESSAGE_MAP()
00069 
00070         //afx_msg void OnCancel();
00071 };
00072 
00073 //{{AFX_INSERT_LOCATION}}
00074 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00075 
00076 #endif // !defined(AFX_SESSIONDIALOG_H__CD5930D6_BA92_4199_8A0F_83693D4CCFFB__INCLUDED_)

Generated on Tue Oct 16 14:06:18 2001 for PuppetMaster by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001