comparison tests/cmd-server-connect/main.cpp @ 346:a6c3d73d9641

Irccd: unify commands
author David Demelier <markand@malikania.fr>
date Sun, 13 Nov 2016 10:00:20 +0100
parents fa184c88b2c3
children ec43b9ac3df7
comparison
equal deleted inserted replaced
345:006452e4a997 346:a6c3d73d9641
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <cmd-server-connect.hpp> 19 #include <command.hpp>
20 #include <command-tester.hpp> 20 #include <command-tester.hpp>
21 #include <server-tester.hpp> 21 #include <server-tester.hpp>
22 #include <service-server.hpp> 22 #include <service-server.hpp>
23 23
24 using namespace irccd; 24 using namespace irccd;