diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:02:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:02:27 +0000 |
commit | 3ccd3caa66a249f02abfe439d4bc44bc855cfb99 (patch) | |
tree | 3bb6590023a07cdf663eeec501b54c46f26c9e21 /TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h | |
parent | 51ddf0daf03683512eb41a0e7f7a7823ef10f2eb (diff) | |
download | ATCD-3ccd3caa66a249f02abfe439d4bc44bc855cfb99.tar.gz |
Mon Sep 29 07:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h b/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h index ec3a3ffd4a4..4f67cb6481e 100644 --- a/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h +++ b/TAO/orbsvcs/tests/Notify/Reconnecting/Supplier.h @@ -84,9 +84,9 @@ class Supplier_Main ~Supplier_Main (); int parse_args (int argc, ACE_TCHAR *argv[]); - int parse_single_arg (int argc, char *argv[]); + int parse_single_arg (int argc, ACE_TCHAR *argv[]); - int init (int argc, char *argv[]); + int init (int argc, ACE_TCHAR *argv[]); int run (void); int fini (void); void usage (FILE * log) const; |