refs #8962 Move extractToEOL from LogParser to Strings
The extractToEOL Kernal namespace method has been moved to the Kernal::Strings namespace where it makes more sense to be alongside other string and ascii stream methods The change was made because of the difficulties i was having with the binary files stream provided by the FileDescriptor.
Showing
- Code/Mantid/Framework/DataHandling/src/LoadLog.cpp 5 additions, 5 deletionsCode/Mantid/Framework/DataHandling/src/LoadLog.cpp
- Code/Mantid/Framework/DataHandling/src/LoadRawHelper.cpp 1 addition, 1 deletionCode/Mantid/Framework/DataHandling/src/LoadRawHelper.cpp
- Code/Mantid/Framework/Kernel/inc/MantidKernel/LogParser.h 0 additions, 5 deletionsCode/Mantid/Framework/Kernel/inc/MantidKernel/LogParser.h
- Code/Mantid/Framework/Kernel/inc/MantidKernel/Strings.h 3 additions, 0 deletionsCode/Mantid/Framework/Kernel/inc/MantidKernel/Strings.h
- Code/Mantid/Framework/Kernel/src/LogParser.cpp 2 additions, 44 deletionsCode/Mantid/Framework/Kernel/src/LogParser.cpp
- Code/Mantid/Framework/Kernel/src/Strings.cpp 40 additions, 0 deletionsCode/Mantid/Framework/Kernel/src/Strings.cpp
Loading
Please register or sign in to comment