Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions include/cascade/detail/_user_defined_logic_interface.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once
#include <cascade/config.h>
#include "../service.hpp"
#include "../service_client.hpp"
#include "../service_types.hpp"
#include <unordered_set>
#include <memory>
Expand Down Expand Up @@ -72,7 +73,7 @@ void release(ICascadeContext* ctxt);
* | +------------------------------+
* | |
* DefaultOffCriticalDataPathObserver
*
*
* Please derive your own ocdpo from DefaultOffCriticalDataPathObserver, and override the virtual methods defined in
* IDefaultOffCriticalDataPathObserver
*/
Expand All @@ -94,7 +95,7 @@ using emit_func_t = std::function<void(const std::string&,

class IDefaultOffCriticalDataPathObserver {
public:
/**
/**
* Typed ocdpo handler derived from the Cascade service types defined in service_types.hpp
* @param sender The sender id
* @param object_pool_pathname The object pool pathname
Expand Down
2,141 changes: 2,141 additions & 0 deletions include/cascade/detail/service_client_impl.hpp

Large diffs are not rendered by default.

Loading