Added utility functions and their tests.
commitf2918a113ed42ca3e58ed85fecb7ccbe1335c5f6
authorAndreas Waidler <arandes@programmers.at>
Sat, 27 Feb 2010 00:17:14 +0000 (27 01:17 +0100)
committerAndreas Waidler <arandes@programmers.at>
Mon, 8 Mar 2010 19:13:43 +0000 (8 20:13 +0100)
tree810ebaab42ec5d609ff8acde7a046850947a585e
parent6e829c4fb865d9fb80d41a61482d6fc910652536
Added utility functions and their tests.
include/libsex/Makefile.am
include/libsex/utility.hxx [new file with mode: 0644]
include/libsex/utility.ixx [new file with mode: 0644]
src/Makefile.am
src/utility.cxx [new file with mode: 0644]
tests/Makefile.am
tests/MockException.cxx [new file with mode: 0644]
tests/MockException.hxx [new file with mode: 0644]
tests/TestUtility.cxx [new file with mode: 0644]
tests/TestUtility.hxx [new file with mode: 0644]
tests/testRegistry.cxx