summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/acm/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/acm/Test.ice')
-rw-r--r--cpp/test/Ice/acm/Test.ice8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/Ice/acm/Test.ice b/cpp/test/Ice/acm/Test.ice
index 7018c9df821..520c551ce34 100644
--- a/cpp/test/Ice/acm/Test.ice
+++ b/cpp/test/Ice/acm/Test.ice
@@ -19,7 +19,7 @@ interface TestIntf
void interruptSleep();
void startHeartbeatCount();
void waitForHeartbeatCount(int count);
-};
+}
interface RemoteObjectAdapter
{
@@ -27,13 +27,13 @@ interface RemoteObjectAdapter
void activate();
void hold();
void deactivate();
-};
+}
interface RemoteCommunicator
{
RemoteObjectAdapter* createObjectAdapter(int acmTimeout, int close, int heartbeat);
void shutdown();
-};
+}
-};
+}