|
@@ -39,8 +39,7 @@ namespace OTSController {
|
|
|
// SEM Controller type ID
|
|
|
virtual OTSSEMController::SEM_ID GetType() = 0;
|
|
|
|
|
|
- // simulation test
|
|
|
- //virtual BOOL IsSimulation() = 0;
|
|
|
+
|
|
|
|
|
|
// calls the SEM to create a connection
|
|
|
virtual BOOL Connect(void) = 0;
|
|
@@ -126,6 +125,5 @@ namespace OTSController {
|
|
|
|
|
|
typedef std::shared_ptr<COTSSemBase> __declspec(dllexport) CSemBasePtr;
|
|
|
|
|
|
-// typedef std::shared_ptr<COTSSemBase> CSemBasePtr;
|
|
|
|
|
|
}
|