From 63d9cbb434ec4f6e828083b99d638127cfce7a95 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 24 Dec 2015 04:08:56 +0000 Subject: ODBC files prefixed with odbc- --- libodbcpp/dsn.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libodbcpp/dsn.h (limited to 'libodbcpp/dsn.h') diff --git a/libodbcpp/dsn.h b/libodbcpp/dsn.h deleted file mode 100644 index 6be7e3b..0000000 --- a/libodbcpp/dsn.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef DSN_H -#define DSN_H - -#include - -namespace ODBC { - class DSN { - public: - DSN(const std::string &, const std::string &, const std::string &); - virtual ~DSN(); - const std::string dsn; // DSN name for odbc.ini - const std::string username; // User name - const std::string password; // Password - }; -} - -#endif - -- cgit v1.2.3