- From: Bezaire, Benoit <bbezaire@ptc.com>
- Date: Thu, 2 Oct 2008 14:34:28 -0400
- To: "WebCGM WG" <public-webcgm-wg@w3.org>
Received on Thursday, 2 October 2008 18:35:10 UTC
union() is not a good method name. Given that 'union' is a C/C++ keyword, it cannot get compiled by the MIDL compiler (on Windows). We need a new name. Either: i) Union(): but we have so far, started method names using lower cap characters. ii) calcUnion() or getUnion(): or something similar. Benoit.
Received on Thursday, 2 October 2008 18:35:10 UTC