summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 14:07:20 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 14:07:20 +0000
commit2fc773a5c2fa2295a8ea9891bd249a69fcc0b8f3 (patch)
tree5545b7da9e344acbe203246fab2d4e7f61136b44 /configmgr
parentb10f500456e41e2084006f8071cbbe4736532a8f (diff)
INTEGRATION: CWS gcc340fixes01 (1.6.34); FILE MERGED
2004/07/13 20:22:05 fa 1.6.34.1: #i31261# Specify namespaces/explicitly scope variables for gcc 3.4
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/apinodeaccess.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/api2/apinodeaccess.hxx b/configmgr/source/api2/apinodeaccess.hxx
index 9d1933d71eee..b6449b045e5c 100644
--- a/configmgr/source/api2/apinodeaccess.hxx
+++ b/configmgr/source/api2/apinodeaccess.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: apinodeaccess.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-10-06 16:10:18 $
+ * last change: $Author: kz $ $Date: 2004-07-30 15:07:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,6 +72,10 @@
#endif
#endif
+#ifndef CONFIGMGR_ACCESSOR_HXX
+#include <accessor.hxx>
+#endif
+
namespace osl { class Mutex; }
namespace configmgr