Hauptseite | Klassenhierarchie | Auflistung der Klassen | Auflistung der Dateien | Klassen-Elemente | Datei-Elemente | Zusätzliche Informationen

TProtocolPasswortDlg.h

gehe zur Dokumentation dieser Datei
00001 //****************************************************************************** 00002 //Datei : TProtocolPasswortDlg.h 00003 //Projekt : XCTL 00004 //Subsystem : Protokollbuch 00005 //Autor : Jens Klier <klier@informatik.hu-berlin.de> 00006 // Institut fuer Informatik, 00007 // Humboldt-Universitaet Berlin 00008 //Inhalt : Interface der Klasse TProtocolPasswortDlg 00009 //****************************************************************************** 00011 00012 #include "utils\u_utils.h" // für TModalDlg 00013 00014 //--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||--//--||--\\--||-- 00015 00016 class TProtocolPasswortDlg : public TModalDlg 00017 { 00018 public: 00019 TProtocolPasswortDlg( LPSTR, TProtocolDlg* ); 00020 00021 private: 00022 BOOL Dlg_OnInit( HWND, HWND, LPARAM ); 00023 void Dlg_OnCommand( HWND, int, HWND, UINT ); 00024 00025 TProtocolDlg *ProtocolDlg; 00026 }; 00027 00028 00029 // LastLine 00030

Erzeugt am Sat Nov 13 12:48:11 2004 für XCTL32 von doxygen 1.3.7