File: netTests.h

package info (click to toggle)
eris 1.3.14-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,016 kB
  • ctags: 1,819
  • sloc: cpp: 13,153; sh: 9,106; perl: 287; makefile: 201; ansic: 165
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#ifndef TESTS_NET_H
#define TESTS_NET_H

class Controller;

void testServerSocketShutdown(Controller& ctl);

#endif // of TESTS_NET_H