Synchronize Existing Sections |
When an existing section in the source code differs from the result generated by the corresponding template, that section is replaced. Consider for example, the following C++ Class declaration:
[asm] class A: public B
Now assume you add an inheritance relationship from Class A to Class C; the entire Class declaration would be replaced with something like:
[asm] class A: public B, public C
The material ("material" includes all pages, documents and on-line graphics) on this web site is protected by copyright law. (C) 1998-2008 Sparx Systems Pty Ltd.
