SourceCode/Bond/Servo/CGlass.cpp
@@ -1,5 +1,6 @@ #include "stdafx.h" #include "CGlass.h" #include "Log.h" namespace SERVO { @@ -31,6 +32,7 @@ if (m_pBuddy != nullptr) { m_pBuddy->release(); m_pBuddy = nullptr; } } @@ -304,7 +306,7 @@ return "Queued"; break; case SERVO::GlsState::Completed: return "Queued"; return "Completed"; break; case SERVO::GlsState::Aborted: return "Aborted";