Index: trunk/FACT++/src/lidctrl.cc
===================================================================
--- trunk/FACT++/src/lidctrl.cc	(revision 19411)
+++ trunk/FACT++/src/lidctrl.cc	(revision 19413)
@@ -407,5 +407,5 @@
 #include "DimDescriptionService.h"
 
-class ConnectionDimWeather : public ConnectionLid
+class ConnectionDimLid : public ConnectionLid
 {
 private:
@@ -413,5 +413,5 @@
 
 public:
-    ConnectionDimWeather(ba::io_service& ioservice, MessageImp &imp) :
+    ConnectionDimLid(ba::io_service& ioservice, MessageImp &imp) :
         ConnectionLid(ioservice, imp),
         fDim("LID_CONTROL/DATA", "S:2;F:2;F:2",
@@ -743,5 +743,5 @@
             return RunShell<LocalStream, StateMachine, ConnectionLid>(conf);
         else
-            return RunShell<LocalStream, StateMachineDim, ConnectionDimWeather>(conf);
+            return RunShell<LocalStream, StateMachineDim, ConnectionDimLid>(conf);
     }
     // Cosole access w/ and w/o Dim
@@ -756,7 +756,7 @@
     {
         if (conf.Get<int>("console")==0)
-            return RunShell<LocalShell, StateMachineDim, ConnectionDimWeather>(conf);
+            return RunShell<LocalShell, StateMachineDim, ConnectionDimLid>(conf);
         else
-            return RunShell<LocalConsole, StateMachineDim, ConnectionDimWeather>(conf);
+            return RunShell<LocalConsole, StateMachineDim, ConnectionDimLid>(conf);
     }
 
