diff options
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(); }; |