diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 00:20:55 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-22 00:21:04 +0100 |
commit | 9bec4c995bedf1e5e19276a5c58ae70ed069241c (patch) | |
tree | bb0d96ebc8f0390776aae2860fe7cf97e8e13af5 /tools/source/fsys/fstat.cxx | |
parent | 17637e2a2f2a0ca3e52f916a1e64733bde048965 (diff) |
Remove empty description and dates.
Diffstat (limited to 'tools/source/fsys/fstat.cxx')
-rw-r--r-- | tools/source/fsys/fstat.cxx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/source/fsys/fstat.cxx b/tools/source/fsys/fstat.cxx index 616124b048c9..60b45bd8ebdd 100644 --- a/tools/source/fsys/fstat.cxx +++ b/tools/source/fsys/fstat.cxx @@ -48,10 +48,6 @@ |* |* FileStat::FileStat() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 11.06.91 -|* Letzte Aenderung MI 11.06.91 -|* *************************************************************************/ FileStat::FileStat() @@ -72,10 +68,6 @@ FileStat::FileStat() |* |* FileStat::FileStat() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 11.06.91 -|* Letzte Aenderung MI 11.06.91 -|* *************************************************************************/ FileStat::FileStat( const DirEntry& rDirEntry, FSysAccess nAccess ) @@ -115,10 +107,6 @@ FileStat::FileStat( const DirEntry& rDirEntry, FSysAccess nAccess ) |* |* FileStat::IsYounger() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MA 11.11.91 -|* Letzte Aenderung MA 11.11.91 -|* *************************************************************************/ // TRUE wenn die Instanz j"unger als rIsOlder ist. @@ -139,9 +127,6 @@ BOOL FileStat::IsYounger( const FileStat& rIsOlder ) const |* |* FileStat::IsKind() |* -|* Ersterstellung MA 11.11.91 (?) -|* Letzte Aenderung KH 16.01.95 -|* *************************************************************************/ BOOL FileStat::IsKind( DirEntryKind nKind ) const @@ -156,9 +141,6 @@ BOOL FileStat::IsKind( DirEntryKind nKind ) const |* |* FileStat::HasReadOnlyFlag() |* -|* Ersterstellung MI 06.03.97 -|* Letzte Aenderung UT 01.07.98 -|* *************************************************************************/ BOOL FileStat::HasReadOnlyFlag() @@ -174,9 +156,6 @@ BOOL FileStat::HasReadOnlyFlag() |* |* FileStat::GetReadOnlyFlag() |* -|* Ersterstellung MI 06.03.97 -|* Letzte Aenderung UT 02.07.98 -|* *************************************************************************/ BOOL FileStat::GetReadOnlyFlag( const DirEntry &rEntry ) @@ -213,9 +192,6 @@ BOOL FileStat::GetReadOnlyFlag( const DirEntry &rEntry ) |* |* FileStat::SetReadOnlyFlag() |* -|* Ersterstellung MI 06.03.97 -|* Letzte Aenderung UT 01.07.98 -|* *************************************************************************/ ULONG FileStat::SetReadOnlyFlag( const DirEntry &rEntry, BOOL bRO ) @@ -288,9 +264,6 @@ ULONG FileStat::SetReadOnlyFlag( const DirEntry &rEntry, BOOL bRO ) |* |* FileStat::SetDateTime |* -|* Ersterstellung PB 27.06.97 -|* Letzte Aenderung -|* *************************************************************************/ #if defined WNT || defined OS2 |