Repository: ignite Updated Branches: refs/heads/ignite-1364 356ab0bb0 -> 0d70d547c
http://git-wip-us.apache.org/repos/asf/ignite/blob/843fc30b/modules/platform/src/main/cpp/core/src/portable/portable_raw_writer.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_raw_writer.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_raw_writer.cpp index 518c3e7..8ba9fec 100644 --- a/modules/platform/src/main/cpp/core/src/portable/portable_raw_writer.cpp +++ b/modules/platform/src/main/cpp/core/src/portable/portable_raw_writer.cpp @@ -18,9 +18,9 @@ #include "gridgain/impl/portable/portable_writer_impl.h" #include "gridgain/portable/portable_raw_writer.h" -using namespace gridgain::impl::portable; +using namespace ignite::impl::portable; -namespace gridgain +namespace ignite { namespace portable { http://git-wip-us.apache.org/repos/asf/ignite/blob/843fc30b/modules/platform/src/main/cpp/core/src/portable/portable_reader.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_reader.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_reader.cpp index d9e5e73..8ce1de0 100644 --- a/modules/platform/src/main/cpp/core/src/portable/portable_reader.cpp +++ b/modules/platform/src/main/cpp/core/src/portable/portable_reader.cpp @@ -17,9 +17,9 @@ #include "gridgain/impl/portable/portable_reader_impl.h" #include "gridgain/portable/portable_reader.h" -using namespace gridgain::impl::portable; +using namespace ignite::impl::portable; -namespace gridgain +namespace ignite { namespace portable { http://git-wip-us.apache.org/repos/asf/ignite/blob/843fc30b/modules/platform/src/main/cpp/core/src/portable/portable_type.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_type.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_type.cpp index 75b8b7e..ce1f41b 100644 --- a/modules/platform/src/main/cpp/core/src/portable/portable_type.cpp +++ b/modules/platform/src/main/cpp/core/src/portable/portable_type.cpp @@ -17,7 +17,7 @@ #include "gridgain/portable/portable_type.h" -namespace gridgain +namespace ignite { namespace portable { http://git-wip-us.apache.org/repos/asf/ignite/blob/843fc30b/modules/platform/src/main/cpp/core/src/portable/portable_writer.cpp ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_writer.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_writer.cpp index 48e2ad7..746b6f7 100644 --- a/modules/platform/src/main/cpp/core/src/portable/portable_writer.cpp +++ b/modules/platform/src/main/cpp/core/src/portable/portable_writer.cpp @@ -18,9 +18,9 @@ #include "gridgain/impl/portable/portable_writer_impl.h" #include "gridgain/portable/portable_writer.h" -using namespace gridgain::impl::portable; +using namespace ignite::impl::portable; -namespace gridgain +namespace ignite { namespace portable {
