[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [4906] Reduce inelegance
From: |
Greg Chicares |
Subject: |
[lmi-commits] [4906] Reduce inelegance |
Date: |
Wed, 05 May 2010 17:21:33 +0000 |
Revision: 4906
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4906
Author: chicares
Date: 2010-05-05 17:21:32 +0000 (Wed, 05 May 2010)
Log Message:
-----------
Reduce inelegance
Modified Paths:
--------------
lmi/trunk/ChangeLog
lmi/trunk/main_cli.cpp
Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-05-05 17:20:41 UTC (rev 4905)
+++ lmi/trunk/ChangeLog 2010-05-05 17:21:32 UTC (rev 4906)
@@ -25429,3 +25429,14 @@
surrchg_rates.hpp
Rename two classes.
+20100505T1720Z <address@hidden> [718]
+
+ database.cpp
+ ihs_database.cpp
+Remove gratuitous dissimilarities.
+
+20100505T1721Z <address@hidden> [718]
+
+ main_cli.cpp
+Reduce inelegance.
+
Modified: lmi/trunk/main_cli.cpp
===================================================================
--- lmi/trunk/main_cli.cpp 2010-05-05 17:20:41 UTC (rev 4905)
+++ lmi/trunk/main_cli.cpp 2010-05-05 17:21:32 UTC (rev 4906)
@@ -29,6 +29,7 @@
#include "alert.hpp"
#include "assert_lmi.hpp"
#include "authenticity.hpp" // timestamp_of_production_release()
+#include "dbdict.hpp" // print_databases()
#include "getopt.hpp"
#include "global_settings.hpp"
#include "handle_exceptions.hpp"
@@ -65,11 +66,6 @@
#include <string>
#include <vector>
-// INELEGANT !! Prototype specified explicitly because the production
-// and antediluvian branches define it identically but in different
-// and incompatible headers.
-void LMI_SO print_databases();
-
/// Run a suite of test cases.
///
/// Run every file with extension
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [4906] Reduce inelegance,
Greg Chicares <=