diff options
-rw-r--r-- | common/const-object/driver.cxx (renamed from common/const/driver.cxx) | 2 | ||||
-rw-r--r-- | common/const-object/makefile (renamed from common/const/makefile) | 4 | ||||
-rw-r--r-- | common/const-object/test.hxx (renamed from common/const/test.hxx) | 2 | ||||
-rw-r--r-- | common/const-object/test.std (renamed from common/const/test.std) | 0 | ||||
-rw-r--r-- | common/makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common/const/driver.cxx b/common/const-object/driver.cxx index dd0a2b6..6fb4cde 100644 --- a/common/const/driver.cxx +++ b/common/const-object/driver.cxx @@ -1,4 +1,4 @@ -// file : common/const/driver.cxx +// file : common/const-object/driver.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const/makefile b/common/const-object/makefile index fd55611..768bd98 100644 --- a/common/const/makefile +++ b/common/const-object/makefile @@ -1,4 +1,4 @@ -# file : common/const/makefile +# file : common/const-object/makefile # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file @@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \ ---generate-query --table-prefix const_ +--generate-query --table-prefix const_object_ $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) diff --git a/common/const/test.hxx b/common/const-object/test.hxx index 341acb8..82635f0 100644 --- a/common/const/test.hxx +++ b/common/const-object/test.hxx @@ -1,4 +1,4 @@ -// file : common/const/test.hxx +// file : common/const-object/test.hxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/common/const/test.std b/common/const-object/test.std index e69de29..e69de29 100644 --- a/common/const/test.std +++ b/common/const-object/test.std diff --git a/common/makefile b/common/makefile index e5065cd..c066ce1 100644 --- a/common/makefile +++ b/common/makefile @@ -9,7 +9,7 @@ tests := \ auto \ callback \ composite \ -const \ +const-object \ const-member \ container \ ctor \ |