diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-02-16 13:04:14 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-02-16 13:04:14 +0000 |
commit | 1713ccde31a2793f45575455dd263da7096147d8 (patch) | |
tree | 26e5d6d7bc2be9e55a476538ebe2e38b23ed8451 /tools/bootstrp/cppdep.hxx | |
parent | a486d71430fe248c5f164c0a9774f75e8be47025 (diff) |
chg: Syntax
Diffstat (limited to 'tools/bootstrp/cppdep.hxx')
-rw-r--r-- | tools/bootstrp/cppdep.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/bootstrp/cppdep.hxx b/tools/bootstrp/cppdep.hxx index 4cc92c3da06f..9b6315f6477c 100644 --- a/tools/bootstrp/cppdep.hxx +++ b/tools/bootstrp/cppdep.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cppdep.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:02:59 $ + * last change: $Author: mh $ $Date: 2001-02-16 14:04:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,11 +74,12 @@ DECLARE_LIST( ByteStringList, ByteString * ); class CppDep { ByteString aSourceFile; - ByteStringList *pSources; ByteStringList *pSearchPath; - ByteStringList *pFileList; protected: + ByteStringList *pFileList; + ByteStringList *pSources; + BOOL Search( ByteString aFileName ); ByteString Exists( ByteString aFileName ); |