summaryrefslogtreecommitdiff
path: root/TAO/examples/ior_corbaloc/corbaloc.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/ior_corbaloc/corbaloc.idl')
-rw-r--r--TAO/examples/ior_corbaloc/corbaloc.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/ior_corbaloc/corbaloc.idl b/TAO/examples/ior_corbaloc/corbaloc.idl
index 296ae9adde0..968fb66e80e 100644
--- a/TAO/examples/ior_corbaloc/corbaloc.idl
+++ b/TAO/examples/ior_corbaloc/corbaloc.idl
@@ -2,20 +2,20 @@
module corbaloc
{
-
+
interface Status
{
// = TITLE
- // A simple interface to check the status of
+ // A simple interface to check the status of
// connection between the client and the server.
//
// = DESCRIPTION
// Prints out the status.
boolean print_status ();
- // Return <true == 0> if the server received the
+ // Return <true == 0> if the server received the
// request from the client.
-
+
};
};