From 25cc02431b61097b2adfc2fbc493b648b0300c3b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 10 Mar 2025 11:05:40 -0400 Subject: [SharedCache] Refactor Shared Cache In absence of a better name, this commit refactors the shared cache code. --- view/sharedcache/ui/SharedCacheBDNotifications.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 view/sharedcache/ui/SharedCacheBDNotifications.h (limited to 'view/sharedcache/ui/SharedCacheBDNotifications.h') diff --git a/view/sharedcache/ui/SharedCacheBDNotifications.h b/view/sharedcache/ui/SharedCacheBDNotifications.h deleted file mode 100644 index 632fca28..00000000 --- a/view/sharedcache/ui/SharedCacheBDNotifications.h +++ /dev/null @@ -1,20 +0,0 @@ -// -// Created by kat on 8/22/24. -// - -#pragma once - -#include -#include "ui/uicontext.h" -#include "SharedCacheUINotifications.h" - -using namespace BinaryNinja; - -class SharedCacheBDNotifications : public BinaryDataNotification -{ -public: - SharedCacheBDNotifications(Ref view); - void OnAnalysisFunctionAdded(BinaryView* view, Function* func) override; - void OnDataVariableAdded(BinaryView* view, const DataVariable& var) override; - void OnSectionAdded(BinaryView* data, Section* section) override; -}; -- cgit v1.3.1