summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/ProcessTeam.cxx
blob: 569d417dc871736b782af1497d3d03130bf5cc23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -------------------------------------------

    Copyright Mahrouss Logic

------------------------------------------- */

/***********************************************************************************/
/// @file ProcessTeam.cxx
/// @brief Process Team API.
/***********************************************************************************/

#include <KernelKit/ProcessTeam.hpp>

namespace HCore {
MutableArray<Ref<Process>>& ProcessTeam::AsArray() { return mProcessList; }
Ref<Process>& ProcessTeam::AsRef() { return mCurrentProcess; }
} // namespace HCore

// last rev 05-03-24