summaryrefslogtreecommitdiff
path: root/tools/bootstrp/cppdep.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bootstrp/cppdep.hxx')
-rw-r--r--tools/bootstrp/cppdep.hxx9
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 );