diff options
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/dirent.cxx | 214 | ||||
-rw-r--r-- | tools/source/fsys/filecopy.cxx | 20 | ||||
-rw-r--r-- | tools/source/fsys/fstat.cxx | 27 | ||||
-rw-r--r-- | tools/source/fsys/os2.cxx | 34 | ||||
-rw-r--r-- | tools/source/fsys/tdir.cxx | 54 | ||||
-rw-r--r-- | tools/source/fsys/unx.cxx | 31 | ||||
-rw-r--r-- | tools/source/fsys/wldcrd.cxx | 8 | ||||
-rw-r--r-- | tools/source/fsys/wntmsc.cxx | 32 |
8 files changed, 0 insertions, 420 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 22aca6790e31..16fd5488b654 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -242,10 +242,6 @@ DBG_NAME( DirEntry ); |* |* DirEntry::~DirEntryStack() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 04.07.91 -|* *************************************************************************/ DirEntryStack::~DirEntryStack() @@ -261,8 +257,6 @@ DirEntryStack::~DirEntryStack() |* Beschreibung Pruefung eines DirEntry fuer DBG_UTIL |* Parameter void* p Zeiger auf den DirEntry |* Return-Wert char* Fehlermeldungs-TExtension oder NULL -|* Ersterstellung MI 16.07.91 -|* Letzte Aenderung MI 26.05.93 |* *************************************************************************/ @@ -283,8 +277,6 @@ const char* ImpCheckDirEntry( const void* p ) |* ImplCutPath() |* |* Beschreibung Fuegt ... ein, damit maximal nMaxChars lang -|* Ersterstellung MI 06.04.94 -|* Letzte Aenderung DV 24.06.96 |* *************************************************************************/ @@ -340,10 +332,6 @@ ByteString ImplCutPath( const ByteString& rStr, USHORT nMax, char cAccDel ) |* |* DirEntry::ImpParseOs2Name() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 23.06.95 -|* *************************************************************************/ FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eStyle ) @@ -537,10 +525,6 @@ FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eSty |* |* DirEntry::ImpParseName() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.08.91 -|* Letzte Aenderung MI 26.05.93 -|* *************************************************************************/ FSysError DirEntry::ImpParseName( const ByteString& rbInitName, @@ -600,10 +584,6 @@ FSysError DirEntry::ImpParseName( const ByteString& rbInitName, |* |* GetStyle() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 15.11.91 -|* Letzte Aenderung MI 15.11.91 -|* *************************************************************************/ static FSysPathStyle GetStyle( FSysPathStyle eStyle ) @@ -621,8 +601,6 @@ static FSysPathStyle GetStyle( FSysPathStyle eStyle ) |* Beschreibung bringt den Namen auf Betriebssystem-Norm |* z.B. 8.3 lower beim MS-DOS Formatter |* wirkt nicht rekursiv -|* Ersterstellung MI 12.08.91 -|* Letzte Aenderung MI 21.05.92 |* *************************************************************************/ @@ -727,10 +705,6 @@ void DirEntry::ImpTrim( FSysPathStyle eStyle ) |* |* DirEntry::DirEntry() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry::DirEntry( const ByteString& rName, DirEntryFlag eDirFlag, @@ -753,10 +727,6 @@ DirEntry::DirEntry( const ByteString& rName, DirEntryFlag eDirFlag, |* |* DirEntry::DirEntry() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry::DirEntry( const DirEntry& rOrig ) : @@ -784,10 +754,6 @@ DirEntry::DirEntry( const DirEntry& rOrig ) : |* |* DirEntry::DirEntry() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry::DirEntry( const String& rInitName, FSysPathStyle eStyle ) @@ -894,10 +860,6 @@ DirEntry::DirEntry( const ByteString& rInitName, FSysPathStyle eStyle ) |* |* DirEntry::DirEntry() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry::DirEntry( DirEntryFlag eDirFlag ) @@ -916,10 +878,6 @@ DirEntry::DirEntry( DirEntryFlag eDirFlag ) |* |* DirEntry::~DirEntry() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry::~DirEntry() @@ -937,10 +895,6 @@ DirEntry::~DirEntry() |* |* DirEntry::ImpGetTopPtr() const |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ const DirEntry* DirEntry::ImpGetTopPtr() const @@ -958,10 +912,6 @@ const DirEntry* DirEntry::ImpGetTopPtr() const |* |* DirEntry::ImpGetTopPtr() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.11.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry* DirEntry::ImpGetTopPtr() @@ -980,8 +930,6 @@ DirEntry* DirEntry::ImpGetTopPtr() |* DirEntry::ImpGetPreTopPtr() |* |* Beschreibung liefert einen Pointer auf den vorletzten Entry -|* Ersterstellung MI 01.11.91 -|* Letzte Aenderung MA 02.12.91 |* *************************************************************************/ @@ -1003,10 +951,6 @@ DirEntry* DirEntry::ImpGetPreTopPtr() |* |* DirEntry::ImpChangeParent() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 21.05.92 -|* *************************************************************************/ DirEntry* DirEntry::ImpChangeParent( DirEntry* pNewParent, BOOL bNormalize ) @@ -1030,10 +974,6 @@ DirEntry* DirEntry::ImpChangeParent( DirEntry* pNewParent, BOOL bNormalize ) |* |* DirEntry::Exists() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 24.09.91 -|* *************************************************************************/ BOOL DirEntry::Exists( FSysAccess nAccess ) const @@ -1083,10 +1023,6 @@ BOOL DirEntry::Exists( FSysAccess nAccess ) const |* |* DirEntry::First() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 15.01.92 -|* *************************************************************************/ BOOL DirEntry::First() @@ -1131,10 +1067,6 @@ BOOL DirEntry::First() |* |* DirEntry::GetFull() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ String DirEntry::GetFull( FSysPathStyle eStyle, BOOL bWithDelimiter, @@ -1187,10 +1119,6 @@ String DirEntry::GetFull( FSysPathStyle eStyle, BOOL bWithDelimiter, |* |* DirEntry::GetPath() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry DirEntry::GetPath() const @@ -1207,10 +1135,6 @@ DirEntry DirEntry::GetPath() const |* |* DirEntry::GetExtension() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ String DirEntry::GetExtension( char cSep ) const @@ -1234,10 +1158,6 @@ String DirEntry::GetExtension( char cSep ) const |* |* DirEntry::GetBase() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ String DirEntry::GetBase( char cSep ) const @@ -1264,10 +1184,6 @@ String DirEntry::GetBase( char cSep ) const |* |* DirEntry::GetName() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 13:47 -|* *************************************************************************/ String DirEntry::GetName( FSysPathStyle eStyle ) const @@ -1362,10 +1278,6 @@ String DirEntry::GetName( FSysPathStyle eStyle ) const |* |* DirEntry::IsAbs() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ bool DirEntry::IsAbs() const @@ -1383,10 +1295,6 @@ bool DirEntry::IsAbs() const |* |* DirEntry::CutName() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ String DirEntry::CutName( FSysPathStyle eStyle ) @@ -1430,8 +1338,6 @@ String DirEntry::CutName( FSysPathStyle eStyle ) |* DirEntry::NameCompare |* |* Beschreibung Vergleich nur die Namen (ohne Pfad, aber mit Gross/Klein) -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 |* *************************************************************************/ @@ -1456,10 +1362,6 @@ StringCompare DirEntry::NameCompare( const DirEntry &rWith ) const |* |* DirEntry::operator==() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ BOOL DirEntry::operator==( const DirEntry& rEntry ) const @@ -1498,10 +1400,6 @@ BOOL DirEntry::operator==( const DirEntry& rEntry ) const |* |* DirEntry::operator=() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry& DirEntry::operator=( const DirEntry& rEntry ) @@ -1536,10 +1434,6 @@ DirEntry& DirEntry::operator=( const DirEntry& rEntry ) |* |* DirEntry::operator+() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const @@ -1627,10 +1521,6 @@ DirEntry DirEntry::operator+( const DirEntry& rEntry ) const |* |* DirEntry::operator+=() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ DirEntry &DirEntry::operator+=( const DirEntry& rEntry ) @@ -1644,10 +1534,6 @@ DirEntry &DirEntry::operator+=( const DirEntry& rEntry ) |* |* DirEntry::GetAccessDelimiter() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 27.05.93 -|* Letzte Aenderung MI 10.06.93 -|* *************************************************************************/ String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter ) @@ -1659,10 +1545,6 @@ String DirEntry::GetAccessDelimiter( FSysPathStyle eFormatter ) |* |* DirEntry::SetExtension() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 02.08.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ void DirEntry::SetExtension( const String& rExtension, char cSep ) @@ -1701,10 +1583,6 @@ void DirEntry::SetExtension( const String& rExtension, char cSep ) |* |* DirEntry::CutExtension() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 23.07.93 -|* Letzte Aenderung MI 23.07.93 -|* *************************************************************************/ String DirEntry::CutExtension( char cSep ) @@ -1730,10 +1608,6 @@ String DirEntry::CutExtension( char cSep ) |* |* DirEntry::SetName() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 04.09.93 -|* Letzte Aenderung MI 04.09.93 -|* *************************************************************************/ void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter ) @@ -1761,10 +1635,6 @@ void DirEntry::SetName( const String& rName, FSysPathStyle eFormatter ) |* |* DirEntry::Find() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ BOOL DirEntry::Find( const String& rPfad, char cDelim ) { @@ -1807,10 +1677,6 @@ BOOL DirEntry::Find( const String& rPfad, char cDelim ) |* |* DirEntry::ImpToRel() |* -|* Beschreibung -|* Ersterstellung MI 17.06.93 -|* Letzte Aenderung MI 17.06.93 -|* *************************************************************************/ BOOL DirEntry::ImpToRel( String aCurStr ) @@ -1870,10 +1736,6 @@ BOOL DirEntry::ImpToRel( String aCurStr ) |* |* DirEntry::CutRelParents() |* -|* Beschreibung -|* Ersterstellung MI 01.08.95 -|* Letzte Aenderung MI 01.08.95 -|* *************************************************************************/ USHORT DirEntry::CutRelParents() @@ -1910,10 +1772,6 @@ USHORT DirEntry::CutRelParents() |* |* DirEntry::ToRel() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.06.93 -|* Letzte Aenderung MI 17.06.93 -|* *************************************************************************/ BOOL DirEntry::ToRel() @@ -1929,10 +1787,6 @@ BOOL DirEntry::ToRel() |* |* DirEntry::ToRel() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ BOOL DirEntry::ToRel( const DirEntry& rStart ) @@ -1948,10 +1802,6 @@ BOOL DirEntry::ToRel( const DirEntry& rStart ) |* |* DirEntry::GetDevice() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ #ifndef UNX @@ -1975,10 +1825,6 @@ DirEntry DirEntry::GetDevice() const |* |* DirEntry::SetBase() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 23.10.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ void DirEntry::SetBase( const String& rBase, char cSep ) @@ -2004,10 +1850,6 @@ void DirEntry::SetBase( const String& rBase, char cSep ) |* |* DirEntry::GetSearchDelimiter() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 10.06.93 -|* Letzte Aenderung MI 10.06.93 -|* *************************************************************************/ String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter ) @@ -2024,8 +1866,6 @@ String DirEntry::GetSearchDelimiter( FSysPathStyle eFormatter ) |* fester Extension (FAT) zaehlt diese nicht mit. |* Bei unbekannten FileSytemen und FSYS_STYLE_URL |* wird USHRT_MAX zurueckgegeben. -|* Ersterstellung MI 17.06.97 -|* Letzte Aenderung MI 17.06.97 |* *************************************************************************/ @@ -2058,8 +1898,6 @@ USHORT DirEntry::GetMaxNameLen( FSysPathStyle eFormatter ) |* DirEntry::TempName() |* |* Beschreibung FSYS.SDW - Aha, wo? -|* Ersterstellung VB 06.09.93 (im SWG) -|* Letzte Aenderung MI 06.02.98 |* *************************************************************************/ namespace { struct TempNameBase_Impl : public rtl::Static< DirEntry, TempNameBase_Impl > {}; } @@ -2249,10 +2087,6 @@ DirEntry DirEntry::TempName( DirEntryKind eKind ) const |* |* DirEntry::operator[]() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 03.03.92 -|* Letzte Aenderung MI 03.03.92 -|* *************************************************************************/ const DirEntry &DirEntry::operator[]( USHORT nParentLevel ) const @@ -2272,10 +2106,6 @@ const DirEntry &DirEntry::operator[]( USHORT nParentLevel ) const |* |* DirEntry::ImpParseUnixName() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 26.05.93 -|* *************************************************************************/ FSysError DirEntry::ImpParseUnixName( const ByteString& rPfad, FSysPathStyle eStyle ) @@ -2392,10 +2222,6 @@ FSysError DirEntry::ImpParseUnixName( const ByteString& rPfad, FSysPathStyle eSt |* |* DirEntry::MakeShortName() |* -|* Beschreibung -|* Ersterstellung TLX -|* Letzte Aenderung PB 21.08.97 (in CreateEntry_Impl()) -|* *************************************************************************/ ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind ) @@ -2626,10 +2452,6 @@ BOOL DirEntry::MakeShortName( const String& rLongName, DirEntryKind eKind, |* |* DirEntry::CreatePath() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ BOOL DirEntry::MakeDir( BOOL bSloppy ) const @@ -2695,10 +2517,6 @@ BOOL DirEntry::MakeDir( BOOL bSloppy ) const |* |* DirEntry::CopyTo() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 07.08.96 -|* *************************************************************************/ FSysError DirEntry::CopyTo( const DirEntry& rDest, FSysAction nActions ) const @@ -2729,10 +2547,6 @@ FSysError DirEntry::CopyTo( const DirEntry& rDest, FSysAction nActions ) const |* |* DirEntry::MoveTo() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung HRO 24.03.99 -|* *************************************************************************/ #if defined WNT || defined UNX || defined OS2 @@ -2896,10 +2710,6 @@ FSysError DirEntry::MoveTo( const DirEntry& rNewName ) const |* |* DirEntry::Kill() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 07.08.96 -|* *************************************************************************/ FSysError DirEntry::Kill( FSysAction nActions ) const @@ -3033,8 +2843,6 @@ FSysError DirEntry::Kill( FSysAction nActions ) const |* DirEntry::Contains() |* |* Beschreibung ob rSubEntry direkt oder indirect in *this liegt -|* Ersterstellung MI 20.03.97 -|* Letzte Aenderung MI 20.03.97 |* *************************************************************************/ @@ -3058,10 +2866,6 @@ BOOL DirEntry::Contains( const DirEntry &rSubEntry ) const |* |* DirEntry::Level() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 03.03.92 -|* Letzte Aenderung MI 03.03.92 -|* *************************************************************************/ USHORT DirEntry::Level() const @@ -3083,10 +2887,6 @@ USHORT DirEntry::Level() const |* |* DirEntry::ConvertNameToSystem() |* -|* Beschreibung -|* Ersterstellung DV 29.03.96 -|* Letzte Aenderung DV 29.03.96 -|* *************************************************************************/ String DirEntry::ConvertNameToSystem( const String &rName ) @@ -3098,10 +2898,6 @@ String DirEntry::ConvertNameToSystem( const String &rName ) |* |* DirEntry::ConvertSystemToName() |* -|* Beschreibung -|* Ersterstellung DV 29.03.96 -|* Letzte Aenderung DV 29.03.96 -|* *************************************************************************/ String DirEntry::ConvertSystemToName( const String &rName ) @@ -3113,10 +2909,6 @@ String DirEntry::ConvertSystemToName( const String &rName ) |* |* DirEntry::IsValid() |* -|* Beschreibung -|* Ersterstellung MI 18.09.93 -|* Letzte Aenderung TPF 18.09.98 -|* *************************************************************************/ BOOL DirEntry::IsValid() const @@ -3128,10 +2920,6 @@ BOOL DirEntry::IsValid() const |* |* DirEntry::IsRFSAvailable() |* -|* Beschreibung -|* Ersterstellung TPF 21.10.98 -|* Letzte Aenderung TPF 21.10.98 -|* *************************************************************************/ BOOL DirEntry::IsRFSAvailable() @@ -3146,8 +2934,6 @@ BOOL DirEntry::IsRFSAvailable() |* Beschreibung ?berpr?ft , ob das DirEntry einen langen |* Filenamen auf einer FAT-Partition enth?lt (EAs). |* (eigentlich nur f?r OS2 interessant) -|* Ersterstellung TPF 02.10.98 -|* Letzte Aenderung TPF 01.03.1999 |* *************************************************************************/ diff --git a/tools/source/fsys/filecopy.cxx b/tools/source/fsys/filecopy.cxx index c846abefa8d2..3a7787c93159 100644 --- a/tools/source/fsys/filecopy.cxx +++ b/tools/source/fsys/filecopy.cxx @@ -66,10 +66,6 @@ using namespace ::osl; |* |* FileCopier::FileCopier() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.04.94 -|* Letzte Aenderung MI 13.04.94 -|* *************************************************************************/ FileCopier::FileCopier() : @@ -115,10 +111,6 @@ FileCopier::FileCopier( const FileCopier& rCopier ) : |* |* FileCopier::~FileCopier() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.04.94 -|* Letzte Aenderung MI 13.04.94 -|* *************************************************************************/ FileCopier::~FileCopier() @@ -130,10 +122,6 @@ FileCopier::~FileCopier() |* |* FileCopier::operator =() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.04.94 -|* Letzte Aenderung MI 13.04.94 -|* *************************************************************************/ FileCopier& FileCopier::operator = ( const FileCopier &rCopier ) @@ -153,10 +141,6 @@ FileCopier& FileCopier::operator = ( const FileCopier &rCopier ) |* |* FileCopier::Progress() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.04.94 -|* Letzte Aenderung MI 13.04.94 -|* *************************************************************************/ BOOL FileCopier::Progress() @@ -229,10 +213,6 @@ const Link& FileCopier::GetErrorHdl() const |* |* FileCopier::Execute() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 13.04.94 -|* Letzte Aenderung PB 16.06.00 -|* *************************************************************************/ FSysError FileCopier::DoCopy_Impl( 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 diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx index 389528da8648..ad790d0e2a64 100644 --- a/tools/source/fsys/os2.cxx +++ b/tools/source/fsys/os2.cxx @@ -143,10 +143,6 @@ char* volumeid( const char* pPfad ) |* |* DirEntry::ToAbs() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 13:30 -|* *************************************************************************/ BOOL DirEntry::ToAbs() @@ -172,10 +168,6 @@ BOOL DirEntry::ToAbs() |* |* DirEntry::GetVolume() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 04.03.92 -|* Letzte Aenderung MI 04.03.92 -|* *************************************************************************/ String DirEntry::GetVolume() const @@ -204,10 +196,6 @@ String DirEntry::GetVolume() const |* |* DirEntry::SetCWD() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 21.05.92 -|* *************************************************************************/ BOOL DirEntry::SetCWD( BOOL bSloppy ) const @@ -238,10 +226,6 @@ BOOL DirEntry::SetCWD( BOOL bSloppy ) const |* |* DirEntry::MoveTo() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 14:07 -|* *************************************************************************/ @@ -346,10 +330,6 @@ USHORT DirReader_Impl::Read() |* |* FileStat::FileStat() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MA 05.11.91 -|* Letzte Aenderung MA 07.11.91 -|* *************************************************************************/ FileStat::FileStat( const void *pInfo, // struct dirent @@ -381,10 +361,6 @@ FileStat::FileStat( const void *pInfo, // struct dirent |* |* FileStat::Update() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 11.06.91 -|* Letzte Aenderung MA 07.11.91 -|* *************************************************************************/ struct _FSYS_FSQBUFFER @@ -556,8 +532,6 @@ BOOL IsRedirectable_Impl( const ByteString &rPath ) |* |* Beschreibung liefert den Namens des Directories fuer temporaere |* Dateien -|* Ersterstellung MI 16.03.94 -|* Letzte Aenderung MI 16.03.94 |* *************************************************************************/ @@ -778,10 +752,6 @@ Date MsDos2Date( const time_t *pTimeT ) |* |* DirEntry::GetPathStyle() const |* -|* Beschreibung -|* Ersterstellung MI 11.05.95 -|* Letzte Aenderung MI 11.05.95 -|* *************************************************************************/ FSysPathStyle DirEntry::GetPathStyle( const String &rDevice ) @@ -800,10 +770,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String &rDevice ) |* |* DirEntry::IsCaseSensitive() const |* -|* Beschreibung -|* Ersterstellung TPF 26.02.1999 -|* Letzte Aenderung -|* *************************************************************************/ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx index 7b9d4936355e..89a75eebaf79 100644 --- a/tools/source/fsys/tdir.cxx +++ b/tools/source/fsys/tdir.cxx @@ -54,8 +54,6 @@ DECLARE_LIST( FileStatList, FileStat* ) |* Dir::InsertPointReached() |* |* Beschreibung stellt fest, ob eingefuegt werden musz -|* Ersterstellung MA 05.11.91 -|* Letzte Aenderung MI 05.02.92 |* *************************************************************************/ @@ -209,8 +207,6 @@ BOOL Dir::ImpInsertPointReached( const DirEntry& rNewEntry, |* Dir::ImpSortedInsert() |* |* Beschreibung fuegt sortiert ein -|* Ersterstellung MA 05.11.91 -|* Letzte Aenderung MA 03.12.91 |* *************************************************************************/ @@ -244,8 +240,6 @@ void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) |* Dir::Construct() |* |* Beschreibung gemeinsame Implementation der Ctoren -|* Ersterstellung MI 02.06.93 -|* Letzte Aenderung MI 02.06.93 |* *************************************************************************/ @@ -278,10 +272,6 @@ void Dir::Construct( DirEntryKind nKindFlags ) |* |* Dir::Update() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MI 19.09.96 -|* *************************************************************************/ BOOL Dir::Update() @@ -294,10 +284,6 @@ BOOL Dir::Update() |* |* Dir::Reset() |* -|* Beschreibung -|* Ersterstellung MI 22.10.96 -|* Letzte Aenderung MI 22.10.96 -|* *************************************************************************/ void Dir::Reset() @@ -370,10 +356,6 @@ void Dir::Reset() |* |* Dir::Scan() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 18.09.96 -|* Letzte Aenderung MI 19.09.96 -|* *************************************************************************/ USHORT Dir::Scan( USHORT nCount ) @@ -410,10 +392,6 @@ USHORT Dir::Scan( USHORT nCount ) |* |* Dir::Dir() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MI 04.03.92 -|* *************************************************************************/ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): @@ -435,10 +413,6 @@ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, .. |* |* Dir::Dir() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 02.06.93 -|* Letzte Aenderung MI 02.06.93 -|* *************************************************************************/ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ): @@ -455,10 +429,6 @@ Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ): |* |* Dir::Dir() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MA 04.11.91 -|* *************************************************************************/ Dir::Dir(): @@ -477,10 +447,6 @@ Dir::Dir(): |* |* Dir::~Dir() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MA 04.11.91 -|* *************************************************************************/ Dir::~Dir() @@ -539,10 +505,6 @@ Dir::~Dir() |* |* Dir::ImpSetSort() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MA 04.11.91 -|* Letzte Aenderung MI 05.02.92 -|* *************************************************************************/ FSysError Dir::ImpSetSort( std::va_list pArgs, int nFirstSort ) @@ -668,10 +630,6 @@ FSysError Dir::ImpSetSort( std::va_list pArgs, int nFirstSort ) |* |* Dir::SetSort() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MA 04.11.91 -|* Letzte Aenderung MI 05.02.92 -|* *************************************************************************/ FSysError Dir::SetSort( FSysSort nSort, ... ) @@ -685,10 +643,6 @@ FSysError Dir::SetSort( FSysSort nSort, ... ) |* |* Dir::operator[]() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MI 16.05.91 -|* *************************************************************************/ DirEntry& Dir::operator[] ( USHORT nIndex ) const @@ -703,10 +657,6 @@ DirEntry& Dir::operator[] ( USHORT nIndex ) const |* |* Dir::operator+= () |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MI 16.05.91 -|* *************************************************************************/ Dir& Dir::operator+=( const Dir& rDir ) @@ -750,10 +700,6 @@ Dir& Dir::operator+=( const Dir& rDir ) |* |* Dir::Count() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 16.05.91 -|* Letzte Aenderung MI 18.09.96 -|* *************************************************************************/ diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index 0ed7dd4d8f8d..70238331f282 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -215,10 +215,6 @@ static BOOL GetMountEntry(dev_t dev, struct mymnttab *mytab) |* |* DirEntry::IsCaseSensitive() |* -|* Beschreibung -|* Ersterstellung TPF 25.02.1999 -|* Letzte Aenderung TPF 25.02.1999 -|* *************************************************************************/ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const @@ -295,10 +291,6 @@ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const |* |* DirEntry::ToAbs() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 13:30 -|* *************************************************************************/ BOOL DirEntry::ToAbs() @@ -321,10 +313,6 @@ BOOL DirEntry::ToAbs() |* |* DirEntry::GetVolume() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 04.03.92 -|* Letzte Aenderung -|* *************************************************************************/ namespace { struct mymnt : public rtl::Static< mymnttab, mymnt > {}; } @@ -375,10 +363,6 @@ DirEntry DirEntry::GetDevice() const |* |* DirEntry::SetCWD() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung DV 04.11.92 -|* *************************************************************************/ BOOL DirEntry::SetCWD( BOOL bSloppy ) const @@ -467,10 +451,6 @@ USHORT DirReader_Impl::Read() |* |* FileStat::FileStat() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MA 05.11.91 -|* Letzte Aenderung MA 07.11.91 -|* *************************************************************************/ FileStat::FileStat( const void *, const void * ): @@ -487,10 +467,6 @@ FileStat::FileStat( const void *, const void * ): |* |* FileStat::Update() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 11.06.91 -|* Letzte Aenderung MA 07.11.91 -|* *************************************************************************/ BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL ) { @@ -595,10 +571,6 @@ const char *TempDirImpl( char *pBuf ) |* |* DirEntry::GetPathStyle() const |* -|* Beschreibung -|* Ersterstellung MI 11.05.95 -|* Letzte Aenderung MI 11.05.95 -|* *************************************************************************/ FSysPathStyle DirEntry::GetPathStyle( const String & ) @@ -610,9 +582,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String & ) |* |* FileStat::SetDateTime |* -|* Ersterstellung PB 27.06.97 -|* Letzte Aenderung -|* *************************************************************************/ void FileStat::SetDateTime( const String& rFileName, diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx index 4ba5a4e18173..e391dd5020c3 100644 --- a/tools/source/fsys/wldcrd.cxx +++ b/tools/source/fsys/wldcrd.cxx @@ -34,10 +34,6 @@ |* |* WildCard::Match() |* -|* Beschreibung WLDCRD.SDW -|* Ersterstellung MA 19.06.91 -|* Letzte Aenderung MA 03.07.91 -|* *************************************************************************/ /* Diese Methode ueberprueft, ob die Wilde Karte in pWild mit dem String @@ -112,10 +108,6 @@ USHORT WildCard::ImpMatch( const char *pWild, const char *pStr ) const |* |* WildCard::Matches() |* -|* Beschreibung WLDCRD.SDW -|* Ersterstellung MA 19.06.91 -|* Letzte Aenderung TH 02.02.96 -|* *************************************************************************/ BOOL WildCard::Matches( const String& rString ) const diff --git a/tools/source/fsys/wntmsc.cxx b/tools/source/fsys/wntmsc.cxx index ea949873e95a..30520c2b4732 100644 --- a/tools/source/fsys/wntmsc.cxx +++ b/tools/source/fsys/wntmsc.cxx @@ -117,10 +117,6 @@ int closedir( DIR *pDir ) |* |* DirEntry::GetPathStyle() const |* -|* Beschreibung -|* Ersterstellung MI 11.05.95 -|* Letzte Aenderung MI 11.05.95 -|* *************************************************************************/ ErrCode GetPathStyle_Impl( const String &rDevice, FSysPathStyle &rStyle ) @@ -180,10 +176,6 @@ FSysPathStyle DirEntry::GetPathStyle( const String &rDevice ) |* |* DirEntry::IsCaseSensitive() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 10.06.93 -|* Letzte Aenderung TPF 26.02.1999 -|* *************************************************************************/ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const @@ -269,10 +261,6 @@ BOOL DirEntry::IsCaseSensitive( FSysPathStyle eFormatter ) const |* |* DirEntry::ToAbs() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MA 02.12.91 -|* *************************************************************************/ BOOL DirEntry::ToAbs() @@ -307,10 +295,6 @@ BOOL DirEntry::ToAbs() |* |* DirEntry::GetVolume() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 27.08.92 -|* Letzte Aenderung MI 28.08.92 -|* *************************************************************************/ String DirEntry::GetVolume() const @@ -359,10 +343,6 @@ String DirEntry::GetVolume() const |* |* DirEntry::SetCWD() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 26.04.91 -|* Letzte Aenderung MI 21.05.92 -|* *************************************************************************/ BOOL DirEntry::SetCWD( BOOL bSloppy ) const @@ -512,8 +492,6 @@ USHORT DirReader_Impl::Read() |* InitFileStat() |* |* Beschreibung gemeinsamer Teil der Ctoren fuer FileStat -|* Ersterstellung MI 28.08.92 -|* Letzte Aenderung MI 28.08.92 |* *************************************************************************/ @@ -570,10 +548,6 @@ void FileStat::ImpInit( void* p ) |* |* FileStat::FileStat() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 27.08.92 -|* Letzte Aenderung MI 28.08.92 -|* *************************************************************************/ FileStat::FileStat( const void *pInfo, // struct dirent @@ -592,10 +566,6 @@ FileStat::FileStat( const void *pInfo, // struct dirent |* |* FileStat::Update() |* -|* Beschreibung FSYS.SDW -|* Ersterstellung MI 27.08.92 -|* Letzte Aenderung MI 28.08.92 -|* *************************************************************************/ #ifdef _MSC_VER @@ -1027,8 +997,6 @@ BOOL IsRedirectable_Impl( const ByteString &rPath ) |* |* Beschreibung liefert den Namens des Directories fuer temporaere |* Dateien -|* Ersterstellung MI 16.03.94 -|* Letzte Aenderung MI 16.03.94 |* *************************************************************************/ |