summaryrefslogtreecommitdiff
path: root/docs/tutorials/Quoter/RTCORBA/Broker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/Quoter/RTCORBA/Broker.idl')
-rw-r--r--docs/tutorials/Quoter/RTCORBA/Broker.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/Quoter/RTCORBA/Broker.idl b/docs/tutorials/Quoter/RTCORBA/Broker.idl
index 388c75bac83..2620d6901ea 100644
--- a/docs/tutorials/Quoter/RTCORBA/Broker.idl
+++ b/docs/tutorials/Quoter/RTCORBA/Broker.idl
@@ -16,7 +16,7 @@
module Stock
{
- /**
+ /**
* @class StockBroker
* @brief Provides interfaces for stock broker clients.
*/
@@ -33,7 +33,7 @@ module Stock
/// Gets the current quoter connection.
StockQuoter get_connection_quoter_info ();
-
+
/// Shutdown the object and terminate the application
oneway void shutdown ();
};
@@ -42,12 +42,12 @@ module Stock
* @class StockBrokerHome
* @brief Interface that aids in managing StockBroker lifecycles.
*/
- interface StockBrokerHome
+ interface StockBrokerHome
{
/// Create a StockBroker object.
StockBroker create (in StockDistributor dist,
in string stock_name);
- };
+ };
};
#endif