summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Grid_Client_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/Grid_Client_i.h')
-rw-r--r--TAO/examples/Simple/grid/Grid_Client_i.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/examples/Simple/grid/Grid_Client_i.h b/TAO/examples/Simple/grid/Grid_Client_i.h
index 75b91d88e17..e39aa3c948c 100644
--- a/TAO/examples/Simple/grid/Grid_Client_i.h
+++ b/TAO/examples/Simple/grid/Grid_Client_i.h
@@ -4,15 +4,16 @@
// ============================================================================
//
// = LIBRARY
-// TAO/examples/Simple/grid
+// TAO/tests/Simple/grid
//
// = FILENAME
// Grid_Client_i.h
//
// = DESCRIPTION
-// This class implements the interface calls for RMI.
+// This class implements the interface calls for RMI.
//
// = AUTHOR
+//
// Balachandran Natarajan <bala@cs.wustl.edu>
//
// ============================================================================
@@ -39,12 +40,11 @@ public:
virtual ~Grid_Client_i (void);
// Destructor
- virtual int run (char *, int, char *[]);
+ virtual int run (char *,int, char *[]);
// Execute the methods.
- virtual int parse_args (int argc, char *argv[]);
- // Parses the command line arguments.
-
+ virtual int parse_args (int argc, char**argv);
+ // Parses the command line arguments
private:
Client<Grid_Factory, Grid_Factory_var> client;
// Instantiate the client object.