Date: Tuesday, January 24, 2006 @ 19:45:07
  Author: gilles
    Path: /cvsroot/carob/carob/src

Modified: Common.cpp (1.21 -> 1.22) StringCodecs.cpp (1.5 -> 1.6)

Reordered includes (from most specific to most general)


------------------+
 Common.cpp       |    4 ++--
 StringCodecs.cpp |   32 ++++++++++++++++----------------
 2 files changed, 18 insertions(+), 18 deletions(-)


Index: carob/src/Common.cpp
diff -u carob/src/Common.cpp:1.21 carob/src/Common.cpp:1.22
--- carob/src/Common.cpp:1.21   Tue Jan 24 18:55:33 2006
+++ carob/src/Common.cpp        Tue Jan 24 19:45:07 2006
@@ -19,13 +19,13 @@
  * Contributor(s): Marc Herbert
  */
 
+#include "Common.hpp"
+
 #include <iostream>
 #include <sstream> //for wostringstream
 
 #include <stdlib.h>
 
-#include "Common.hpp"
-
 CarobNS::LogLevel CarobNS::currentLogLevel = LOG_LEVEL_WARNING;
 
 using std::wstring;
Index: carob/src/StringCodecs.cpp
diff -u carob/src/StringCodecs.cpp:1.5 carob/src/StringCodecs.cpp:1.6
--- carob/src/StringCodecs.cpp:1.5      Thu Jan 12 19:55:10 2006
+++ carob/src/StringCodecs.cpp  Tue Jan 24 19:45:07 2006
@@ -1,31 +1,31 @@
-
 /*
- * Sequoia: Database clustering technology Copyright 2002-2005
- * Continuent, Inc.
-
- * 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 
-
+ * 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.
-
+ * 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):
  */
 
 #include "StringCodecs.hpp"
 
+#include "Common.hpp"
+
 #include <stdexcept>
 #include <sstream>
 
-#include "Common.hpp"
-
 using namespace CarobNS;
 
 namespace {

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to