Repository: ignite Updated Branches: refs/heads/ignite-1364 e37bba137 -> c4ed0fc7b
IGNITE-1364: Fixing headers. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c4ed0fc7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c4ed0fc7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c4ed0fc7 Branch: refs/heads/ignite-1364 Commit: c4ed0fc7b18ce2162c70129f45c68eccb5a393f5 Parents: e37bba1 Author: vozerov-gridgain <[email protected]> Authored: Thu Sep 3 17:20:23 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Sep 3 17:20:23 2015 +0300 ---------------------------------------------------------------------- modules/platform/src/main/cpp/core-test/src/cache_test.cpp | 2 +- modules/platform/src/main/cpp/core-test/src/ignition_test.cpp | 2 +- modules/platform/src/main/cpp/core/include/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c4ed0fc7/modules/platform/src/main/cpp/core-test/src/cache_test.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core-test/src/cache_test.cpp b/modules/platform/src/main/cpp/core-test/src/cache_test.cpp index 3e51507..b69caab 100644 --- a/modules/platform/src/main/cpp/core-test/src/cache_test.cpp +++ b/modules/platform/src/main/cpp/core-test/src/cache_test.cpp @@ -22,7 +22,7 @@ #include <boost/test/unit_test.hpp> #include "ignite/cache/cache_peek_mode.h" -#include "ignite/Ignite.h" +#include "ignite/ignite.h" #include "ignite/ignition.h" using namespace ignite; http://git-wip-us.apache.org/repos/asf/ignite/blob/c4ed0fc7/modules/platform/src/main/cpp/core-test/src/ignition_test.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core-test/src/ignition_test.cpp b/modules/platform/src/main/cpp/core-test/src/ignition_test.cpp index 5b764d4..f55977a 100644 --- a/modules/platform/src/main/cpp/core-test/src/ignition_test.cpp +++ b/modules/platform/src/main/cpp/core-test/src/ignition_test.cpp @@ -21,7 +21,7 @@ #include <boost/test/unit_test.hpp> -#include "ignite/Ignite.h" +#include "ignite/ignite.h" #include "ignite/ignition.h" using namespace ignite; http://git-wip-us.apache.org/repos/asf/ignite/blob/c4ed0fc7/modules/platform/src/main/cpp/core/include/Makefile.am ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/include/Makefile.am b/modules/platform/src/main/cpp/core/include/Makefile.am index d623c78..da9d95e 100644 --- a/modules/platform/src/main/cpp/core/include/Makefile.am +++ b/modules/platform/src/main/cpp/core/include/Makefile.am @@ -54,7 +54,7 @@ nobase_include_HEADERS = ignite/cache/cache.h \ ignite/portable/portable_raw_writer.h \ ignite/portable/portable_reader.h \ ignite/portable/portable_writer.h \ - ignite/Ignite.h \ + ignite/ignite.h \ ignite/ignite_configuration.h \ ignite/ignite_error.h \ ignite/ignition.h \
