- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@820 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-17 15:14:55 +00:00
parent dbed14cefa
commit 370fdd7bbb
4 changed files with 12 additions and 8 deletions
+5
View File
@@ -39,6 +39,11 @@ AStack::~AStack()
}
}
AStack::StackType AStack::type()
{
return m_type;
}
void AStack::setName(const std::string& name)
{
m_name = name;