lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lmi] Calculation Summary columns selection


From: Boutin, Wendy
Subject: RE: [lmi] Calculation Summary columns selection
Date: Tue, 7 Nov 2006 14:30:30 -0500

Greg Chicares wrote:
> On 2006-11-7 2:10 UTC, Evgeniy Tarassov wrote:
> > The code is commited to cvs (20061107T0147Z).
> > 
> > I have done corresponding modifications to objects.make to include new
> > files, but i failed to compile the application using makefiles. Of
> > course it builds and works using autotools, but for some reason i
> > could not have tested it using lmi makefiles.
> 
> I'm sure that problem can be solved. I won't be able to look at
> it until tomorrow morning, though--not before noon UTC, that is.

I confirmed this *uncommitted* change will solve the compiling problem:

c:/opt/lmi/src/lmi[1]$diff -u0 properties_model.cpp properties_model-Wendy.cpp
--- properties_model.cpp        Tue Nov 07 14:23:53 2006
+++ properties_model-Wendy.cpp    Tue Nov 07 13:56:34 2006
@@ -108 +108 @@
-void PropertiesModel::DoEnforceCircumscription(std::string const& name)
+void PropertiesModel::DoEnforceCircumscription(std::string const&)
@@ -112 +112 @@
-void PropertiesModel::DoEnforceProscription(std::string const& name)
+void PropertiesModel::DoEnforceProscription(std::string const&)


---------------------------------------------------------
This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are not the intended recipient or their designee, 
please notify the sender immediately by return e-mail and delete all copies. 

---------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]