make mupa file loading eol-style insensitive
authorDiane Trout <diane@caltech.edu>
Thu, 19 Apr 2007 23:02:29 +0000 (23:02 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 19 Apr 2007 23:02:29 +0000 (23:02 +0000)
ticket:260
I refactored the load_mupa_file function into one that takes a file,
opens it, and then passes it to a different function that takes a stream.
AKA split a function in two, so I could more easily unit test the
mupa loading code.

Once it was unit testable, I moved multiplatform_getline out of sequence,
into its own new cpp file and changed the mupa loading code to use it instead.


No differences found