From 1c0c8063e1769e673fc53697642d3e5265b3b794 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov <boris@codesynthesis.com> Date: Wed, 21 Dec 2011 11:18:11 +0200 Subject: Cosmetic changes --- odb/oracle/traits.hxx | 3 --- 1 file changed, 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; -- cgit v1.1