summaryrefslogtreecommitdiff
path: root/cosv/inc
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-02 11:36:16 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-02 11:36:16 +0000
commita10c46e83cffe2ee7d3031a50e60f063ec25fd40 (patch)
tree472e9749776164881cc690f95229a199a78aa651 /cosv/inc
parentc7f1736aaeba351f4264b34ccf1430dec97f6bf6 (diff)
#98177#
Diffstat (limited to 'cosv/inc')
-rw-r--r--cosv/inc/cosv/ploc_dir.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cosv/inc/cosv/ploc_dir.hxx b/cosv/inc/cosv/ploc_dir.hxx
index 585af589fae0..1dfd2634dd39 100644
--- a/cosv/inc/cosv/ploc_dir.hxx
+++ b/cosv/inc/cosv/ploc_dir.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ploc_dir.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:25:39 $
+ * last change: $Author: np $ $Date: 2002-05-02 12:35:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ class Directory : public Persistent
// OPERATIONS
bool PhysicalCreate(
- bool i_bCreateParentsIfNecessary = true );
+ bool i_bCreateParentsIfNecessary = true ) const;
// INQUIRY
void GetContainedDirectories(
@@ -133,7 +133,7 @@ class Directory : public Persistent
true, if parent(!) directory exists or could be created.
false, if this is a root directory.
*/
- bool Check_Parent();
+ bool Check_Parent() const;
bool PhysicalCreate_Dir(
const char * i_sStr ) const;
// DATA