6 #include <yazpp/pdu-assoc.h>
7 #include <yazpp/socket-manager.h>
11 int main(int argc, char **argv)
13 SocketManager mySocketManager;
14 Zlint z(new PDU_Assoc(&mySocketManager));
19 z.set_host("localhost:9999");
21 Zlint_test_init_01 t01;
24 Zlint_test_init_02 t02;
27 Zlint_test_init_03 t03;
30 Zlint_test_init_04 t04;
33 Zlint_test_init_05 t05;
36 Zlint_test_init_06 t06;
39 Zlint_test_init_07 t07;
42 Zlint_test_init_08 t08;
45 Zlint_test_search_01 s01;
48 Zlint_test_scan_01 scan01;
51 while (mySocketManager.processEvent() > 0)
59 * c-file-style: "Stroustrup"
60 * indent-tabs-mode: nil
62 * vim: shiftwidth=4 tabstop=8 expandtab