Changeset 19413 for trunk/FACT++


Ignore:
Timestamp:
12/02/18 18:32:47 (6 years ago)
Author:
tbretz
Message:
Fixed a copy&paste naming
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/lidctrl.cc

    r18125 r19413  
    407407#include "DimDescriptionService.h"
    408408
    409 class ConnectionDimWeather : public ConnectionLid
     409class ConnectionDimLid : public ConnectionLid
    410410{
    411411private:
     
    413413
    414414public:
    415     ConnectionDimWeather(ba::io_service& ioservice, MessageImp &imp) :
     415    ConnectionDimLid(ba::io_service& ioservice, MessageImp &imp) :
    416416        ConnectionLid(ioservice, imp),
    417417        fDim("LID_CONTROL/DATA", "S:2;F:2;F:2",
     
    743743            return RunShell<LocalStream, StateMachine, ConnectionLid>(conf);
    744744        else
    745             return RunShell<LocalStream, StateMachineDim, ConnectionDimWeather>(conf);
     745            return RunShell<LocalStream, StateMachineDim, ConnectionDimLid>(conf);
    746746    }
    747747    // Cosole access w/ and w/o Dim
     
    756756    {
    757757        if (conf.Get<int>("console")==0)
    758             return RunShell<LocalShell, StateMachineDim, ConnectionDimWeather>(conf);
     758            return RunShell<LocalShell, StateMachineDim, ConnectionDimLid>(conf);
    759759        else
    760             return RunShell<LocalConsole, StateMachineDim, ConnectionDimWeather>(conf);
     760            return RunShell<LocalConsole, StateMachineDim, ConnectionDimLid>(conf);
    761761    }
    762762
Note: See TracChangeset for help on using the changeset viewer.