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 2016/11/09 08:38:17 UTC

[03/50] [abbrv] ignite git commit: Merge commit '46dc9fc1' into ignite-1.7.3 (IGNITE-4034 Get rid of specialized methods in platform targets)

Merge commit '46dc9fc1' into ignite-1.7.3 (IGNITE-4034 Get rid of specialized methods in platform targets)


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6d697010
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6d697010
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6d697010

Branch: refs/heads/master
Commit: 6d69701038eeefaff2291a909d63d85e1ab9a376
Parents: e73125d
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Oct 24 13:44:47 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Oct 24 13:44:47 2016 +0300

----------------------------------------------------------------------
 .../cpp/core/src/impl/transactions/transactions_impl.cpp        | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6d697010/modules/platforms/cpp/core/src/impl/transactions/transactions_impl.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/core/src/impl/transactions/transactions_impl.cpp b/modules/platforms/cpp/core/src/impl/transactions/transactions_impl.cpp
index f821882..9f43dad 100644
--- a/modules/platforms/cpp/core/src/impl/transactions/transactions_impl.cpp
+++ b/modules/platforms/cpp/core/src/impl/transactions/transactions_impl.cpp
@@ -119,6 +119,11 @@ namespace ignite
                     val = reader.ReadInt64();
                 }
 
+                virtual void SetNull()
+                {
+                    // No-op.
+                }
+
                 /**
                 * Get value.
                 *