/** * @file Component.cpp * @author srira */ #include "pch.h" #include "Component.h" #include "Machine.h" /** * constructor */ Component::Component() { }