diff Platforms/Generic/Oracle.cpp @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 0f43e479b49c
children a7351ad54960
line wrap: on
line diff
--- a/Platforms/Generic/Oracle.cpp	Mon May 20 16:26:34 2019 +0200
+++ b/Platforms/Generic/Oracle.cpp	Tue May 21 11:43:25 2019 +0200
@@ -29,7 +29,7 @@
 #include <stdio.h>
 #include <boost/thread/mutex.hpp>
 
-namespace OrthancStone
+namespace Deprecated
 {
   class Oracle::PImpl
   {