You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/03 12:48:58 UTC

[04/16] ignite git commit: IGNITE-1364: Moved headers to correct folders.

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/modules/platform/src/main/cpp/core/src/impl/portable/portable_utils.cpp
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/cpp/core/src/impl/portable/portable_utils.cpp b/modules/platform/src/main/cpp/core/src/impl/portable/portable_utils.cpp
index 3f9c48d..2f9c259 100644
--- a/modules/platform/src/main/cpp/core/src/impl/portable/portable_utils.cpp
+++ b/modules/platform/src/main/cpp/core/src/impl/portable/portable_utils.cpp
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#include "gridgain/impl/interop/interop.h"
-#include "gridgain/impl/portable/portable_utils.h"
+#include "ignite/impl/interop/interop.h"
+#include "ignite/impl/portable/portable_utils.h"
 
 using namespace ignite::impl::interop;
 using namespace ignite::impl::portable;

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/modules/platform/src/main/cpp/core/src/impl/portable/portable_writer_impl.cpp
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/cpp/core/src/impl/portable/portable_writer_impl.cpp b/modules/platform/src/main/cpp/core/src/impl/portable/portable_writer_impl.cpp
index a4eb5b6..5e39f54 100644
--- a/modules/platform/src/main/cpp/core/src/impl/portable/portable_writer_impl.cpp
+++ b/modules/platform/src/main/cpp/core/src/impl/portable/portable_writer_impl.cpp
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#include "gridgain/impl/portable/portable_writer_impl.h"
-#include "gridgain/grid_error.h"
+#include "ignite/impl/portable/portable_writer_impl.h"
+#include "ignite/grid_error.h"
 
 using namespace ignite::impl::interop;
 using namespace ignite::impl::portable;

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/modules/platform/src/main/cpp/core/src/portable/portable_containers.cpp
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_containers.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_containers.cpp
index 2d6e1d2..8270a13 100644
--- a/modules/platform/src/main/cpp/core/src/portable/portable_containers.cpp
+++ b/modules/platform/src/main/cpp/core/src/portable/portable_containers.cpp
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
  
-#include "gridgain/portable/portable_containers.h"
+#include "ignite/portable/portable_containers.h"
 
 using namespace ignite::impl::portable;
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/modules/platform/src/main/cpp/core/src/portable/portable_raw_reader.cpp
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/cpp/core/src/portable/portable_raw_reader.cpp b/modules/platform/src/main/cpp/core/src/portable/portable_raw_reader.cpp
index e9809d6..f659913 100644
--- a/modules/platform/src/main/cpp/core/src/portable/portable_raw_reader.cpp
+++ b/modules/platform/src/main/cpp/core/src/portable/portable_raw_reader.cpp
@@ -14,8 +14,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "gridgain/impl/portable/portable_reader_impl.h"
-#include "gridgain/portable/portable_raw_reader.h"
+#include "ignite/impl/portable/portable_reader_impl.h"
+#include "ignite/portable/portable_raw_reader.h"
 
 using namespace ignite::impl::portable;
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/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 8ba9fec..c682abe 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
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#include "gridgain/impl/portable/portable_writer_impl.h"
-#include "gridgain/portable/portable_raw_writer.h"
+#include "ignite/impl/portable/portable_writer_impl.h"
+#include "ignite/portable/portable_raw_writer.h"
 
 using namespace ignite::impl::portable;
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/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 8ce1de0..515216d 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
@@ -14,8 +14,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "gridgain/impl/portable/portable_reader_impl.h"
-#include "gridgain/portable/portable_reader.h"
+#include "ignite/impl/portable/portable_reader_impl.h"
+#include "ignite/portable/portable_reader.h"
 
 using namespace ignite::impl::portable;
 

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/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 ce1f41b..e22f869 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
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-#include "gridgain/portable/portable_type.h"
+#include "ignite/portable/portable_type.h"
 
 namespace ignite
 {

http://git-wip-us.apache.org/repos/asf/ignite/blob/0d70d547/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 746b6f7..f31b9dd 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
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#include "gridgain/impl/portable/portable_writer_impl.h"
-#include "gridgain/portable/portable_writer.h"
+#include "ignite/impl/portable/portable_writer_impl.h"
+#include "ignite/portable/portable_writer.h"
 
 using namespace ignite::impl::portable;