diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-21 11:18:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-21 11:18:11 +0200 |
commit | 1c0c8063e1769e673fc53697642d3e5265b3b794 (patch) | |
tree | 049d0d6228549c4eae60e4be293317bb43c2f9fc | |
parent | 754c3251dd8f70bc84195c719477d0e4dbd67abd (diff) |
Cosmetic changes
-rw-r--r-- | odb/oracle/traits.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx index 28c0f90..d060588 100644 --- a/odb/oracle/traits.hxx +++ b/odb/oracle/traits.hxx @@ -620,7 +620,6 @@ namespace odb struct LIBODB_ORACLE_EXPORT default_value_traits<std::vector<unsigned char>, id_raw> { - public: typedef std::vector<unsigned char> value_type; typedef std::vector<unsigned char> query_type; typedef char* image_type; @@ -650,7 +649,6 @@ namespace odb template <std::size_t N> struct default_value_traits<char[N], id_raw> { - public: typedef char* value_type; typedef const char* query_type; typedef char* image_type; @@ -683,7 +681,6 @@ namespace odb template <std::size_t N> struct default_value_traits<unsigned char[N], id_raw> { - public: typedef unsigned char* value_type; typedef const unsigned char* query_type; typedef char* image_type; |