summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 13:42:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 13:42:51 +0000
commita2da5893b9242198c622259a9bd1722378d1d17c (patch)
tree5c4e0f3a48488d7b0f70cfce668f492fd7185dbe /soldep
parentec1fa36cb630461b745af129bdf796bec6ac8d07 (diff)
INTEGRATION: CWS obo17 (1.3.6); FILE MERGED
2007/10/19 14:52:22 obo 1.3.6.2: new line at EOF missing 2007/10/18 07:45:53 obo 1.3.6.1: #150903# unxmacxi support
Diffstat (limited to 'soldep')
-rw-r--r--soldep/inc/soldep/prj.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx
index 57062efeaab6..d0cfe6969ce3 100644
--- a/soldep/inc/soldep/prj.hxx
+++ b/soldep/inc/soldep/prj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prj.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2007-07-18 07:33:53 $
+ * last change: $Author: vg $ $Date: 2007-10-22 14:42:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -276,7 +276,6 @@ class Prj : public PrjList
{
friend class Star;
private:
- BOOL bVisited;
ByteString aPrjPath;
ByteString aProjectName;
@@ -284,9 +283,10 @@ private:
SByteStringList* pPrjInitialDepList;
SByteStringList* pPrjDepList;
SDepInfoList* pPrjDepInfoList;
+ BOOL bSorted;
BOOL bHardDependencies;
BOOL bFixedDependencies;
- BOOL bSorted;
+ BOOL bVisited;
BOOL bIsAvailable;
SByteStringList* RemoveStringList(SByteStringList* pStringList );
SDepInfoList* RemoveDepInfoList(SDepInfoList* pInfoList );
@@ -470,3 +470,5 @@ public:
};
#endif
+
+