diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 22:23:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-24 22:23:35 +0100 |
commit | 2d069233252359a96dfdbd1aa75d8538e670d9a9 (patch) | |
tree | 61de5c513e40aad813817bb5826937b274f18d67 /rsc/doku | |
parent | 164a1390313bc6cf816c35d4ee3e83d2a9ef3092 (diff) |
Undo commit c4e7af5 on rcs.doc. It's a binary file.
Diffstat (limited to 'rsc/doku')
-rw-r--r-- | rsc/doku/feinkonz.43/rsc.doc | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/rsc/doku/feinkonz.43/rsc.doc b/rsc/doku/feinkonz.43/rsc.doc index fcd9ad9a655e..5727feb5b6f0 100644 --- a/rsc/doku/feinkonz.43/rsc.doc +++ b/rsc/doku/feinkonz.43/rsc.doc @@ -1834,7 +1834,9 @@ 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[] )
{
@@ -1868,7 +1870,9 @@ 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()),
@@ -1887,7 +1891,8 @@ 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* )
{
@@ -1903,7 +1908,8 @@ 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* )
{
|