diff options
-rw-r--r-- | odb/oracle/error.cxx | 2 | ||||
-rw-r--r-- | odb/oracle/error.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx index d848b1a..f00ca19 100644 --- a/odb/oracle/error.cxx +++ b/odb/oracle/error.cxx @@ -1,4 +1,4 @@ -// file : odb/oracle/errors.cxx +// file : odb/oracle/error.cxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx index 2b83895..43a314d 100644 --- a/odb/oracle/error.hxx +++ b/odb/oracle/error.hxx @@ -1,10 +1,10 @@ -// file : odb/oracle/errors.hxx +// file : odb/oracle/error.hxx // author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -#ifndef ODB_ORACLE_ERRORS_HXX -#define ODB_ORACLE_ERRORS_HXX +#ifndef ODB_ORACLE_ERROR_HXX +#define ODB_ORACLE_ERROR_HXX #include <odb/pre.hxx> @@ -46,4 +46,4 @@ namespace odb #include <odb/post.hxx> -#endif // ODB_ORACLE_ERRORS_HXX +#endif // ODB_ORACLE_ERROR_HXX |