summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/Client_i.h')
-rw-r--r--TAO/examples/Simple/grid/Client_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Simple/grid/Client_i.h b/TAO/examples/Simple/grid/Client_i.h
index 4455c6c73b1..105dda085ae 100644
--- a/TAO/examples/Simple/grid/Client_i.h
+++ b/TAO/examples/Simple/grid/Client_i.h
@@ -18,7 +18,7 @@
# include "GridC.h"
-class Client_i
+class Client_i
{
// = TITLE
// Simple Client implementation.
@@ -41,9 +41,9 @@ public:
int init (int argc, char *argv[]);
// Initialize the client communication endpoint with server.
-
+
void test_grid (void);
- // Make the grid.
+ // Make the grid.
private:
int read_ior (char *filename);
@@ -81,7 +81,7 @@ private:
CORBA::Short setx_;
// Cell identifier in which a value meeds to be stored.
-
+
CORBA::Short sety_;
// Cell identifier in which a value meeds to be stored.