<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Jonathan Ben Avraham wrote:
<blockquote
 cite="mid:alpine.DEB.2.00.1007131204420.7190@linray.tkos.co.il"
 type="cite">Hi Shachar,
  <br>
Right, right.
  <br>
I also think that the VS2008 is doing something "extra".
  <br>
  <br>
My problem is that I have a class with 70+ methods and the customer
keeps changing the specs. I need some way to verify that all of the
methods declared in the class have implementations. The most common
mistake is that I change the method name in the class but forget to
change the name in the implementation.</blockquote>
That would not compile. The implementation under the old name would not
match any method declaration, and the compiler would complain.<br>
<br>
Shachar<br>
<blockquote
 cite="mid:alpine.DEB.2.00.1007131204420.7190@linray.tkos.co.il"
 type="cite"> I suppose that I could write a Perl script that would
automatically generate method calls from the class method declarations
and then watch for link errors.
  <br>
  <br>
Regards,
  <br>
  <br>
 - yba
  <br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>