Date: Monday, January 9, 2006 @ 11:44:25
Author: marc
Path: /cvsroot/carob/odbsequoia/src
Modified: connect.cpp (1.5 -> 1.6)
Removed: setup.hpp (1.1)
Renamed setup.hpp to inst.hpp
-------------+
connect.cpp | 2 +-
setup.hpp | 42 ------------------------------------------
2 files changed, 1 insertion(+), 43 deletions(-)
Index: odbsequoia/src/connect.cpp
diff -u odbsequoia/src/connect.cpp:1.5 odbsequoia/src/connect.cpp:1.6
--- odbsequoia/src/connect.cpp:1.5 Fri Jan 6 12:31:22 2006
+++ odbsequoia/src/connect.cpp Mon Jan 9 11:44:25 2006
@@ -29,7 +29,7 @@
#include "Connection.hpp"
-#include "setup.hpp"
+#include "inst.hpp"
#include "util.hpp"
#include "stmt.hpp"
Index: odbsequoia/src/setup.hpp
diff -u odbsequoia/src/setup.hpp:1.1 odbsequoia/src/setup.hpp:removed
--- odbsequoia/src/setup.hpp:1.1 Thu Dec 22 19:55:20 2005
+++ odbsequoia/src/setup.hpp Mon Jan 9 11:44:25 2006
@@ -1,42 +0,0 @@
-/*
- * Sequoia: Database clustering technology.
- * Copyright (C) 2005-2006 Continuent, Inc.
- * Contact: [EMAIL PROTECTED]
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * Initial developer(s): Marc Herbert
- * Contributor(s):
- */
-
-/* ODBC initialization files */
-#ifndef WIN32
-#define ODBC_INI "odbc.ini"
-#define ODBCINST_INI "odbcinst.ini"
-#else
-#define ODBC_INI "ODBC.INI"
-#define ODBCINST_INI "ODBCINST.INI"
-#endif
-
-
-#define SERVER_INI "Servername"
-#define DATABASE_INI "Database"
-#define PORT_INI "Port"
-
-/*
- * Local Variables:
- * c-file-style: "bsd"
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- */
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits