diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-16 02:41:38 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-16 02:41:38 +0200 |
commit | 515b99ca7aa343e99adc130ecf88036cb0cb5e57 (patch) | |
tree | aac108c965def1a7097e872be6be739db1315eae /lib/LuaOCCI.cc | |
parent | c13c241a4ab61d018b8d04726e91a7b0397d29bd (diff) |
Making LuaOCCI using the new OCCI-gateway system.
Diffstat (limited to 'lib/LuaOCCI.cc')
-rw-r--r-- | lib/LuaOCCI.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LuaOCCI.cc b/lib/LuaOCCI.cc index 2397276..6104fc7 100644 --- a/lib/LuaOCCI.cc +++ b/lib/LuaOCCI.cc @@ -3,7 +3,7 @@ #include <LuaHandle.h> #include <LuaOCCI.h> -using namespace oracle::occi; +using namespace ORAPREFIX; static Environment * global_env = 0; |