diff options
author | bk@work.mysql.com <> | 2000-07-31 21:29:14 +0200 |
---|---|---|
committer | bk@work.mysql.com <> | 2000-07-31 21:29:14 +0200 |
commit | f4c589ff6c653d1d2a09c26e46ead3c8a15655d8 (patch) | |
tree | d253a359142dfc1ed247d5d4365d86972ea31109 /vio/VioConnectorFd.cc | |
parent | 7eec25e393727b16bb916b50d82b0aa3084e065c (diff) | |
download | mariadb-git-f4c589ff6c653d1d2a09c26e46ead3c8a15655d8.tar.gz |
Import changeset
Diffstat (limited to 'vio/VioConnectorFd.cc')
-rw-r--r-- | vio/VioConnectorFd.cc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vio/VioConnectorFd.cc b/vio/VioConnectorFd.cc new file mode 100644 index 00000000000..49f81077a84 --- /dev/null +++ b/vio/VioConnectorFd.cc @@ -0,0 +1,22 @@ + +/* + * Unneccessary virtual destructor. + */ + +#include "vio-global.h" +#include <unistd.h> +#include <fcntl.h> +#include <assert.h> + +#include "viotypes.h" +#include "Vio.h" +#include "VioConnectorFd.h" + +VIO_NS_BEGIN + +VioConnectorFd::~VioConnectorFd() +{ +} + +VIO_NS_END + |