diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-12-04 06:34:38 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-12-04 06:34:38 -0800 |
commit | 5f4528449dec10c1cfead5cfa324b0343ac854ea (patch) | |
tree | 22ed89616cf2659f3e3330b4f2d399fa266003e8 /cpp | |
parent | Fixed bug 4426 and 4409 (diff) | |
download | ice-5f4528449dec10c1cfead5cfa324b0343ac854ea.tar.bz2 ice-5f4528449dec10c1cfead5cfa324b0343ac854ea.tar.xz ice-5f4528449dec10c1cfead5cfa324b0343ac854ea.zip |
bug 4427: fixing Slice comments to avoid buggy mcpp
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/slicing/objects/Test.ice | 2 | ||||
-rw-r--r-- | cpp/test/Ice/slicing/objects/TestAMD.ice | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/slicing/objects/Test.ice b/cpp/test/Ice/slicing/objects/Test.ice index 7083ed6bcb5..c8e4a27fbba 100644 --- a/cpp/test/Ice/slicing/objects/Test.ice +++ b/cpp/test/Ice/slicing/objects/Test.ice @@ -104,7 +104,7 @@ class Forward; // Forward-declared class defined in another compilation void throwDerivedAsDerived() throws DerivedException; void throwUnknownDerivedAsBase() throws BaseException; - void useForward(out Forward f); // Use of forward-declared class to verify that code is generated correctly. + void useForward(out Forward f); /* Use of forward-declared class to verify that code is generated correctly. */ void shutdown(); }; diff --git a/cpp/test/Ice/slicing/objects/TestAMD.ice b/cpp/test/Ice/slicing/objects/TestAMD.ice index 1858924afe0..2fa8d230d0c 100644 --- a/cpp/test/Ice/slicing/objects/TestAMD.ice +++ b/cpp/test/Ice/slicing/objects/TestAMD.ice @@ -104,7 +104,7 @@ class Forward; // Forward-declared class defined in another compilation void throwDerivedAsDerived() throws DerivedException; void throwUnknownDerivedAsBase() throws BaseException; - void useForward(out Forward f); // Use of forward-declared class to verify that code is generated correctly. + void useForward(out Forward f); /* Use of forward-declared class to verify that code is generated correctly. */ void shutdown(); }; |