From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- NewKernel/Source/Property.cxx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 NewKernel/Source/Property.cxx (limited to 'NewKernel/Source/Property.cxx') diff --git a/NewKernel/Source/Property.cxx b/NewKernel/Source/Property.cxx new file mode 100644 index 00000000..c3d4fe52 --- /dev/null +++ b/NewKernel/Source/Property.cxx @@ -0,0 +1,20 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + +------------------------------------------- */ + +#include + +namespace NewOS +{ + bool Property::StringEquals(StringView& name) + { + return fName && this->fName == name; + } + + const PropertyId& Property::GetPropertyById() + { + return fAction; + } +} // namespace NewOS -- cgit v1.2.3