Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / examples / CSD_Strategy / ThreadPool3 / ClientApp.h
blobeb50cb27a4f32d60bd188ffd56a7a449f463e8da
1 #ifndef CLIENTAPP_H
2 #define CLIENTAPP_H
4 #include "ace/SString.h"
5 #include "ace/CORBA_macros.h"
6 #include "tao/Environment.h"
9 class ClientApp
11 public:
13 ClientApp();
14 ~ClientApp();
16 int run(int argc, ACE_TCHAR* argv[]);
19 private:
21 int parse_args(int argc, ACE_TCHAR* argv[]);
22 void usage_statement();
24 ACE_TString ior_;
26 ACE_TString exe_name_;
29 #endif