summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
Diffstat (limited to 'vos')
-rw-r--r--vos/source/module.cxx6
-rw-r--r--vos/source/mutex.cxx7
-rw-r--r--vos/source/refernce.cxx6
3 files changed, 6 insertions, 13 deletions
diff --git a/vos/source/module.cxx b/vos/source/module.cxx
index 506a3a842efa..9c826ba9b752 100644
--- a/vos/source/module.cxx
+++ b/vos/source/module.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: module.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:07:37 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:42:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,9 +37,7 @@
#include <vos/module.hxx>
#include <vos/diagnose.hxx>
-#ifdef _USE_NAMESPACE
using namespace vos;
-#endif
VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OModule, vos),
VOS_NAMESPACE(OModule, vos),
diff --git a/vos/source/mutex.cxx b/vos/source/mutex.cxx
index a40ff1f765a3..3a96e3152a16 100644
--- a/vos/source/mutex.cxx
+++ b/vos/source/mutex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mutex.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:07:52 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:42:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,10 +37,7 @@
#include <vos/object.hxx>
#include <vos/mutex.hxx>
-#ifdef _USE_NAMESPACE
using namespace vos;
-#endif
-
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/vos/source/refernce.cxx b/vos/source/refernce.cxx
index 2a784ba63499..953fe567c9f0 100644
--- a/vos/source/refernce.cxx
+++ b/vos/source/refernce.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: refernce.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:09:03 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:43:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,9 +39,7 @@
#include <vos/refernce.hxx>
-#ifdef _USE_NAMESPACE
using namespace vos;
-#endif
ORefCount::~ORefCount()
{