[03:01:54] iceeey has quit: Read error: 145 (Connection timed out)
[03:07:08] iceeey has joined #peragro-dev
[03:07:08] ChanServ sets mode: +o iceeey
[04:13:26] iceeey has quit: Read error: 110 (Connection timed out)
[04:21:14] iceeey has joined #peragro-dev
[04:21:14] ChanServ sets mode: +o iceeey
[06:45:02] iceeey has quit: Remote closed the connection
[06:57:10] thebolt|zzz changed nick to: thebolt
[07:08:46] sueastside has joined #peragro-dev
[07:08:46] ChanServ sets mode: +o sueastside
[10:23:54] <CyaNox> moo
[10:25:34] <thebolt> hey CyaNox
[18:16:58] iceeey has joined #peragro-dev
[18:16:59] ChanServ sets mode: +o iceeey
[19:25:30] <sueastside> thebolt: any reason why ReadFile goes from fstream to isteam?
[19:26:22] <thebolt> istream is more general
[19:26:31] <thebolt> fstream is always file backed
[19:26:52] <thebolt> but the day someone integrates say loading from a zip file (or CS VFS) a fstream won't work anymore
[19:26:56] <thebolt> an istream will
[19:28:29] <sueastside> ah
[19:28:45] <thebolt> istream is anything which provides input of data
[20:10:27] <sueastside> thebolt: how would i handle writing files with the filesystem?
[20:11:35] <theboltEatingStu> sueastside: hm, have a function returning an ostream maybe?
[20:22:04] <sueastside> hmm that would completly look like readfile but with ostream? :s
[20:41:23] iceeey_ has joined #peragro-dev
[20:41:39] iceeey has quit: Nick collision from services.
[20:42:09] ChanServ sets mode: +o iceeey
[21:05:05] theboltEatingStu changed nick to: thebolt
[21:14:49] <sueastside> thebolt: still not sure what to do, if i would cast ofstream to a ostream would it close(and write to the file) when the ostream is destructed, or would i still need to specifically write() a buffer to a newly created ofstream....
[21:15:38] <thebolt> if you have like boost::shared_ptr GetWriteFile(..) or so the ostream will close the file when it is destructed
[21:15:50] iceeey_ has joined #peragro-dev
[21:16:51] * sueastside copy pastes :)
[21:24:45] iceeey has quit: Nick collision from services.
[21:24:51] ChanServ sets mode: +o iceeey
[21:43:13] <sueastside> thebolt: im using PTCore::Getfilesystem in cfgmgr now, how would i get that in unittest?
[21:46:50] <thebolt> sueastside: hm.. that is a bit interesting.. to do it the real way you would use a mockup.. however iw ould say just call te iniialize function or so..
[21:54:20] sueastside has joined #peragro-dev
[21:54:20] ChanServ sets mode: +o sueastside
[21:55:09] <JohnTitor> SVN--> sueastside commited r576 to peragro_src with log message: sueastside continued work on ConfigManager, saving/loading implemented. (+165, -12).
[21:57:34] <sueastside> ok that works, just need to make the saving smarter, so it doesnt just overwrite everything...
[22:21:53] iceeey_ has joined #peragro-dev
[22:38:28] iceeey has quit: Read error: 110 (Connection timed out)
[22:43:57] iceeey has joined #peragro-dev
[22:43:57] ChanServ sets mode: +o iceeey