Re: cpp includes in http ioslave

2011-07-17 Thread Rolf Eike Beer
Am Sonntag, 17. Juli 2011, 20:58:09 schrieb Rolf Eike Beer: > Am Sonntag, 17. Juli 2011, 20:28:44 schrieb Rolf Eike Beer: > > Am Sonntag, 17. Juli 2011, 13:14:39 schrieb Dawit A: > > > No objection to the cleanup, but please do not do it until I commit > > > my > > > changes. I haved added a new un

Re: cpp includes in http ioslave

2011-07-17 Thread Rolf Eike Beer
Am Sonntag, 17. Juli 2011, 20:28:44 schrieb Rolf Eike Beer: > Am Sonntag, 17. Juli 2011, 13:14:39 schrieb Dawit A: > > No objection to the cleanup, but please do not do it until I commit my > > changes. I haved added a new unit test for http authentication after > > fixing the test cases that were

Re: cpp includes in http ioslave

2011-07-17 Thread Rolf Eike Beer
Am Sonntag, 17. Juli 2011, 13:14:39 schrieb Dawit A: > On Sun, Jul 17, 2011 at 6:38 AM, Rolf Eike Beer > > wrote: > > When one looks at kioslave/http/http.cpp it finds things like this: > > > > //string parsing helpers and HeaderTokenizer implementation > > #include "parsinghelpers.cpp" > > //au

Re: cpp includes in http ioslave

2011-07-17 Thread Dawit A
On Sun, Jul 17, 2011 at 6:38 AM, Rolf Eike Beer wrote: > When one looks at kioslave/http/http.cpp it finds things like this: > > //string parsing helpers and HeaderTokenizer implementation > #include "parsinghelpers.cpp" > //authentication handlers > #include "httpauthentication.cpp" > > Which hap

cpp includes in http ioslave

2011-07-17 Thread Rolf Eike Beer
When one looks at kioslave/http/http.cpp it finds things like this: //string parsing helpers and HeaderTokenizer implementation #include "parsinghelpers.cpp" //authentication handlers #include "httpauthentication.cpp" Which happens because e.g. parsinghelpers.cpp only consist of static functions