From 073eda1db87e317266b1454aa98a9ce27344623a Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 2 Sep 2015 19:25:25 +0000
Subject: [PATCH] Task #6883: Try to fix StationControl state reporting and to
 prevent double claiming (fixed typo).

---
 MAC/APL/StationCU/src/StationControl/StationControl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAC/APL/StationCU/src/StationControl/StationControl.h b/MAC/APL/StationCU/src/StationControl/StationControl.h
index 4edc6fa5de8..410717da26a 100644
--- a/MAC/APL/StationCU/src/StationControl/StationControl.h
+++ b/MAC/APL/StationCU/src/StationControl/StationControl.h
@@ -141,7 +141,7 @@ private:
 	int32					itsBitmode;
 
 	map<string, ActiveObs*>	itsObsMap;			// current running observations
-  map<string, bool> itsClaimedMap; // whether resources for the Obs are being or have been claimed
+  map<bool, ActiveObs*> itsClaimedMap; // whether resources for the Obs are being or have been claimed
 	ObsIter					itsStartingObs;		// the Obs that is being started is this moment.
 
 	// Availability information of Antenna's and circuit boards.
-- 
GitLab