diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-26 19:27:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-26 19:27:39 +0000 |
commit | ee24ee941291771030dc19d19ea73398a2d68a87 (patch) | |
tree | f1b8c050a65e65ca5a05a607ba2e5743011cb62e /cpp/demo/Ice/nested/Nested.ice | |
parent | class->interface (diff) | |
download | ice-ee24ee941291771030dc19d19ea73398a2d68a87.tar.bz2 ice-ee24ee941291771030dc19d19ea73398a2d68a87.tar.xz ice-ee24ee941291771030dc19d19ea73398a2d68a87.zip |
class->interface
Diffstat (limited to 'cpp/demo/Ice/nested/Nested.ice')
-rw-r--r-- | cpp/demo/Ice/nested/Nested.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/nested/Nested.ice b/cpp/demo/Ice/nested/Nested.ice index aaa52fd6780..916d80d0a12 100644 --- a/cpp/demo/Ice/nested/Nested.ice +++ b/cpp/demo/Ice/nested/Nested.ice @@ -10,7 +10,7 @@ #ifndef NESTED_ICE #define NESTED_ICE -class Nested +interface Nested { void nestedCall(int level, Nested* proxy); }; |