summaryrefslogtreecommitdiffstats
path: root/rsc/doku/feinkonz.43/rsc.doc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/doku/feinkonz.43/rsc.doc')
-rw-r--r--rsc/doku/feinkonz.43/rsc.doc14
1 files changed, 4 insertions, 10 deletions
diff --git a/rsc/doku/feinkonz.43/rsc.doc b/rsc/doku/feinkonz.43/rsc.doc
index 5727feb5b6f0..fcd9ad9a655e 100644
--- a/rsc/doku/feinkonz.43/rsc.doc
+++ b/rsc/doku/feinkonz.43/rsc.doc
@@ -1834,9 +1834,7 @@ MyApplication MyApp; // Applikationsinstanz
|* Beschreibung: Virtuelle Methode, die vom System
|*   gerufen wird, um das Programm zu
|*   starten.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 03.06.91
-|*
+|*
**********************************************************/
void MyApplication::Main( int, char* argv[] )
{
@@ -1870,9 +1868,7 @@ void MyApplication::Main( int, char* argv[] )
|*   Wurde von keiner abgeleiteten Klasse
|*   ein Lock ausgefhrt, dann wird die
|*   Resource an dieser Stelle freigegeben.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 03.06.91
-|*
+|*
**********************************************************/
MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
   ( pParent, rResId.Lock()),
@@ -1891,8 +1887,7 @@ MyDialog::MyDialog( Window* pParent, ResId & rResId ) :
|* MyDialog::CancelBtnHdl()
|*
|* Beschreibung:  Die Dialogbox wird zerst”rt.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 14.08.90
+|*
*********************************************************/
void MyDialog::CancelBtnHdl( Button* )
{
@@ -1908,8 +1903,7 @@ void MyDialog::CancelBtnHdl( Button* )
|*
|* Beschreibung: Die Titlebar der Dialogbox flackert
|*   einmal.
-|* Ersterstellung: MM 01.08.90
-|* Letzte Aenderung: MM 14.08.90
+|*
**********************************************************/
void MyDialog::FlashBtnHdl( Button* )
{