diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-28 07:15:10 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-28 07:15:10 +0000 |
commit | 3b5bbfa354a3f8ce58faf4d4fed2a6f92a38477f (patch) | |
tree | ff469e1a2d1062972ae0da21a2b5827b33955353 /tests/Conn_Test.h | |
parent | 6131017914242d505120f5a56853058d6172f2e0 (diff) | |
download | ATCD-3b5bbfa354a3f8ce58faf4d4fed2a6f92a38477f.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Conn_Test.h')
-rw-r--r-- | tests/Conn_Test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Conn_Test.h b/tests/Conn_Test.h index d3efc912733..8c7290cd399 100644 --- a/tests/Conn_Test.h +++ b/tests/Conn_Test.h @@ -19,6 +19,9 @@ public: virtual int open (void *); // Initialization hook. + virtual int recycle (void * = 0); + // Prepare for recycling. + void send_data (void); // Send data to server. |