-
- Downloads
Renamed XXXXProxyImpl->XXXXProxyTcpIp and DummyXXXXProxy->XXXXProxyDummy
In detail: Renamed legacymsg::RmcProxyImpl to legacymsg::RmcProxyTpcIp Renamed legacymsg::VdqmProxyImpl to legacymsg::VdqmProxyTcpIp Renamed legacymsg::VmgrProxyImpl to legacymsg::VmgrProxyTcpIp Renamed legacymsg::DummyVmgrProxy to legacymsg::VmgrProxyDummy Renamed legacymsg::DummyVdqmProxy to legacymsg::VdqmProxyDummy Renamed legacymsg::DummyRmcProxy to legacymsg::RmcProxyDummy Bottom-line, if the concrete sub-class of a pure abstract class can have a meaningful name without the need to use the Impl or Implemention suffix then avoid using the suffix. This commit also renames the "Dummy" proxy classes so that they are easier to see when their source code directory is listed alphabetically.
Showing
- castor/legacymsg/CMakeLists.txt 3 additions, 3 deletionscastor/legacymsg/CMakeLists.txt
- castor/legacymsg/RmcProxyDummy.cpp 5 additions, 5 deletionscastor/legacymsg/RmcProxyDummy.cpp
- castor/legacymsg/RmcProxyDummy.hpp 4 additions, 4 deletionscastor/legacymsg/RmcProxyDummy.hpp
- castor/legacymsg/RmcProxyTcpIp.cpp 17 additions, 17 deletionscastor/legacymsg/RmcProxyTcpIp.cpp
- castor/legacymsg/RmcProxyTcpIp.hpp 5 additions, 5 deletionscastor/legacymsg/RmcProxyTcpIp.hpp
- castor/legacymsg/RmcProxyTcpIpTest.cpp 9 additions, 9 deletionscastor/legacymsg/RmcProxyTcpIpTest.cpp
- castor/legacymsg/VdqmProxyDummy.cpp 11 additions, 11 deletionscastor/legacymsg/VdqmProxyDummy.cpp
- castor/legacymsg/VdqmProxyDummy.hpp 5 additions, 5 deletionscastor/legacymsg/VdqmProxyDummy.hpp
- castor/legacymsg/VdqmProxyTcpIp.cpp 18 additions, 18 deletionscastor/legacymsg/VdqmProxyTcpIp.cpp
- castor/legacymsg/VdqmProxyTcpIp.hpp 5 additions, 5 deletionscastor/legacymsg/VdqmProxyTcpIp.hpp
- castor/legacymsg/VmgrProxyDummy.cpp 3 additions, 3 deletionscastor/legacymsg/VmgrProxyDummy.cpp
- castor/legacymsg/VmgrProxyDummy.hpp 3 additions, 3 deletionscastor/legacymsg/VmgrProxyDummy.hpp
- castor/legacymsg/VmgrProxyTcpIp.cpp 5 additions, 5 deletionscastor/legacymsg/VmgrProxyTcpIp.cpp
- castor/legacymsg/VmgrProxyTcpIp.hpp 5 additions, 5 deletionscastor/legacymsg/VmgrProxyTcpIp.hpp
- castor/tape/tapeserver/daemon/TapeDaemonMain.cpp 6 additions, 6 deletionscastor/tape/tapeserver/daemon/TapeDaemonMain.cpp
- castor/tape/tapeserver/daemon/TapeDaemonTest.cpp 6 additions, 6 deletionscastor/tape/tapeserver/daemon/TapeDaemonTest.cpp
- test/CMakeLists.txt 7 additions, 7 deletionstest/CMakeLists.txt
Loading
Please register or sign in to comment