summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/Test.ice
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-02-21 15:09:28 +0100
committerJose <jose@zeroc.com>2012-02-21 15:09:28 +0100
commit471293176cf9ad8720ab914997791352bbb05352 (patch)
tree7e5f8292f8265677653952b99f51838f57a5cbbc /java/test/Ice/exceptions/Test.ice
parentICE-3590 - localhost vs. 127.0.0.1 (diff)
downloadice-471293176cf9ad8720ab914997791352bbb05352.tar.bz2
ice-471293176cf9ad8720ab914997791352bbb05352.tar.xz
ice-471293176cf9ad8720ab914997791352bbb05352.zip
ICE-4322 - Use "#pragma once" in Slice files
Diffstat (limited to 'java/test/Ice/exceptions/Test.ice')
-rw-r--r--java/test/Ice/exceptions/Test.ice5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice
index bc099833bb3..dea5e3e6f70 100644
--- a/java/test/Ice/exceptions/Test.ice
+++ b/java/test/Ice/exceptions/Test.ice
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef TEST_ICE
-#define TEST_ICE
+#pragma once
[["java:package:test.Ice.exceptions"]]
module Test
@@ -73,5 +72,3 @@ exception D
};
};
-
-#endif