Moved connection state enum to Connection class

This commit is contained in:
Joakim Hove
2019-09-04 14:46:58 +02:00
parent 82accba45b
commit dcf4347aee
18 changed files with 156 additions and 148 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
namespace {
std::string state( const Connection& c ) {
return WellCompletion::StateEnum2String( c.state() );
return Connection::State2String( c.state() );
}
std::string direction( const Connection& c ) {