LAPTOP-SNT8I5JK\Boounion
2025-09-20 1095cb22a8fe1c9ed840fc2a3852ba518589b077
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";