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