Skip to content
Snippets Groups Projects
Commit a9dca4d1 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

unit build in label string

parent 5bdc79b0
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ void stringApi < label::FailStateLabel >::compose ( std::ostream & output, const
 
namespace {
 
auto stringWrite = registration::StringWriterRegister < label::FailStateLabel > ( );
auto stringWriteFailStateLabel = registration::StringWriterRegister < label::FailStateLabel > ( );
 
auto stringWriteGroup = registration::StringWriterRegisterTypeInGroup < object::Object, label::FailStateLabel > ( );
auto stringWriteGroupFailStateLabel = registration::StringWriterRegisterTypeInGroup < object::Object, label::FailStateLabel > ( );
 
} /* namespace */
......@@ -30,8 +30,8 @@ void stringApi < label::FinalStateLabel >::compose ( std::ostream & output, cons
 
namespace {
 
auto stringWrite = registration::StringWriterRegister < label::FinalStateLabel > ( );
auto stringWriteFinalStateLabel = registration::StringWriterRegister < label::FinalStateLabel > ( );
 
auto stringWriteGroup = registration::StringWriterRegisterTypeInGroup < object::Object, label::FinalStateLabel > ( );
auto stringWriteGroupFinalStateLabel = registration::StringWriterRegisterTypeInGroup < object::Object, label::FinalStateLabel > ( );
 
} /* namespace */
......@@ -30,8 +30,8 @@ void stringApi < label::InitialStateLabel >::compose ( std::ostream & output, co
 
namespace {
 
auto stringWrite = registration::StringWriterRegister < label::InitialStateLabel > ( );
auto stringWriteInitialStateLabel = registration::StringWriterRegister < label::InitialStateLabel > ( );
 
auto stringWriteGroup = registration::StringWriterRegisterTypeInGroup < object::Object, label::InitialStateLabel > ( );
auto stringWriteGroupInitialStateLabel = registration::StringWriterRegisterTypeInGroup < object::Object, label::InitialStateLabel > ( );
 
} /* namespace */
#include "FailStateLabel.cxx"
#include "FinalStateLabel.cxx"
#include "InitialStateLabel.cxx"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment