Skip to content

Commit

Permalink
Move Transaction code to separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
jedelbo committed Jun 17, 2022
1 parent 9def61f commit af2a8b7
Show file tree
Hide file tree
Showing 47 changed files with 1,451 additions and 1,428 deletions.
3 changes: 2 additions & 1 deletion src/realm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
#ifndef REALM_HPP
#define REALM_HPP

#include <realm/db.hpp>
#include <realm/history.hpp>
#include <realm/transaction.hpp>
#include <realm/obj.hpp>
#include <realm/list.hpp>
#include <realm/set.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/realm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ set(REALM_SOURCES
obj_list.cpp
object_id.cpp
table_view.cpp
transaction.cpp
sort_descriptor.cpp
status.cpp
unicode.cpp
Expand Down Expand Up @@ -190,6 +191,7 @@ set(REALM_INSTALL_HEADERS
table_cluster_tree.hpp
table_ref.hpp
table_view.hpp
transaction.hpp
timestamp.hpp
unicode.hpp
utilities.hpp
Expand Down
Loading

0 comments on commit af2a8b7

Please sign in to comment.