~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to vio/VioAcceptorFd.cc

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* 
 
3
**  Virtual I/O library
 
4
**  Written by Andrei Errapart <andreie@no.spam.ee>
 
5
*/
 
6
 
 
7
#include        "vio-global.h"
 
8
#ifdef __GNUC__
 
9
#pragma implementation                          // gcc: Class implementation
 
10
#endif
 
11
 
 
12
VIO_NS_BEGIN
 
13
 
 
14
VioAcceptorFd::~VioAcceptorFd()
 
15
{
 
16
}
 
17
 
 
18
VIO_NS_END