Bifrost SDK
Bifrost SDK documentation
TaskObserverFwd.h
Go to the documentation of this file.
1//-
2// =============================================================================
3// Copyright 2025 Autodesk, Inc. All rights reserved.
4//
5// Use of this software is subject to the terms of the Autodesk license
6// agreement provided at the time of installation or download, or which
7// otherwise accompanies this software in either electronic or hard copy form.
8// =============================================================================
9//+
10
14
15#ifndef AMINO_CORE_TASK_OBSERVER_FWD_H
16#define AMINO_CORE_TASK_OBSERVER_FWD_H
17
18//==============================================================================
19// NAMESPACE Amino
20//==============================================================================
21
22namespace Amino {
23class TaskStatus;
24class ITaskObserver;
25class TaskNotifier;
26class TaskObserver;
27template <typename T>
28class TaskObserverT;
29class ForwardTaskObserver;
30} // namespace Amino
31
32#endif
Definition: HostData.h:33