Navigation Menu

Skip to content

Commit

Permalink
Update dummy files.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jun 5, 2013
1 parent 24bac21 commit 4f5ba2c
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lib/grnxx/alpha/Makefile.am
Expand Up @@ -9,12 +9,12 @@ libgrnxx_alpha_la_LDFLAGS = @AM_LTLDFLAGS@

libgrnxx_alpha_la_SOURCES = \
double_array.cpp \
map.cpp \
sample.cpp
dummy.cpp \
map.cpp

libgrnxx_alpha_includedir = ${includedir}/grnxx/alpha
libgrnxx_alpha_include_HEADERS = \
double_array.hpp \
dummy.hpp \
map.hpp \
map_range.hpp \
sample.hpp
map_range.hpp
4 changes: 2 additions & 2 deletions lib/grnxx/alpha/sample.cpp → lib/grnxx/alpha/dummy.cpp
@@ -1,5 +1,5 @@
/*
Copyright (C) 2012 Brazil, Inc.
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand All @@ -15,7 +15,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "grnxx/alpha/sample.hpp"
#include "grnxx/alpha/dummy.hpp"

namespace grnxx {
namespace alpha {
Expand Down
10 changes: 6 additions & 4 deletions lib/grnxx/alpha/sample.hpp → lib/grnxx/alpha/dummy.hpp
@@ -1,5 +1,5 @@
/*
Copyright (C) 2012 Brazil, Inc.
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand All @@ -15,13 +15,15 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef GRNXX_ALPHA_SAMPLE_HPP
#define GRNXX_ALPHA_SAMPLE_HPP
#ifndef GRNXX_ALPHA_DUMMY_HPP
#define GRNXX_ALPHA_DUMMY_HPP

#include "grnxx/features.hpp"

namespace grnxx {
namespace alpha {

} // namespace alpha
} // namespace grnxx

#endif // GRNXX_ALPHA_SAMPLE_HPP
#endif // GRNXX_ALPHA_DUMMY_HPP
1 change: 1 addition & 0 deletions lib/grnxx/map/array_map/Makefile.am
Expand Up @@ -8,4 +8,5 @@ libgrnxx_map_array_map_la_SOURCES = \
libgrnxx_map_array_map_includedir = ${includedir}/grnxx/map/array_map
libgrnxx_map_array_map_include_HEADERS = \
bit_array.hpp \
dummy.hpp \
key_array.hpp
4 changes: 3 additions & 1 deletion lib/grnxx/map/array_map/dummy.cpp
@@ -1,5 +1,5 @@
/*
Copyright (C) 2013 Brazil, Inc.
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand All @@ -15,6 +15,8 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "grnxx/map/array_map/dummy.hpp"

#include "grnxx/map/array_map/bit_array.hpp"
#include "grnxx/map/array_map/key_array.hpp"

Expand Down
31 changes: 31 additions & 0 deletions lib/grnxx/map/array_map/dummy.hpp
@@ -0,0 +1,31 @@
/*
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef GRNXX_MAP_ARRAY_MAP_DUMMY_HPP
#define GRNXX_MAP_ARRAY_MAP_DUMMY_HPP

#include "grnxx/features.hpp"

namespace grnxx {
namespace map {
namespace array_map {

} // namespace array_map
} // namespace map
} // namespace grnxx

#endif // GRNXX_MAP_ARRAY_MAP_DUMMY_HPP
1 change: 1 addition & 0 deletions lib/grnxx/map/hash_table/Makefile.am
Expand Up @@ -8,6 +8,7 @@ libgrnxx_map_hash_table_la_SOURCES = \
libgrnxx_map_hash_table_includedir = ${includedir}/grnxx/map/hash_table
libgrnxx_map_hash_table_include_HEADERS = \
bit_array.hpp \
dummy.hpp \
hash.hpp \
key_array.hpp \
key_id_array.hpp \
Expand Down
4 changes: 3 additions & 1 deletion lib/grnxx/map/hash_table/dummy.cpp
@@ -1,5 +1,5 @@
/*
Copyright (C) 2013 Brazil, Inc.
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand All @@ -15,6 +15,8 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "grnxx/map/hash_table/dummy.hpp"

#include "grnxx/map/hash_table/bit_array.hpp"
#include "grnxx/map/hash_table/hash.hpp"
#include "grnxx/map/hash_table/key_array.hpp"
Expand Down
31 changes: 31 additions & 0 deletions lib/grnxx/map/hash_table/dummy.hpp
@@ -0,0 +1,31 @@
/*
Copyright (C) 2012-2013 Brazil, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef GRNXX_MAP_HASH_TABLE_DUMMY_HPP
#define GRNXX_MAP_HASH_TABLE_DUMMY_HPP

#include "grnxx/features.hpp"

namespace grnxx {
namespace map {
namespace array_map {

} // namespace array_map
} // namespace map
} // namespace grnxx

#endif // GRNXX_MAP_HASH_TABLE_DUMMY_HPP

0 comments on commit 4f5ba2c

Please sign in to comment.