summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h')
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h b/TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h
index 2734de1dcd0..3a5e78c832f 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/EC.h
@@ -30,10 +30,10 @@ public:
EC (void);
/// Run the test
- int run (int argc, char* argv[]);
+ int run (int argc, ACE_TCHAR* argv[]);
private:
- int parse_args (int argc, char *argv[]);
+ int parse_args (int argc, ACE_TCHAR *argv[]);
};
#endif /* EC_H */