More tests update
[ACE_TAO.git] / TAO / tests / CSD_Strategy_Tests / TP_Test_Static / ClientApp.h
blobeeddb17762a1b61dc65218960f1f121b3aac841d
1 #ifndef CLIENTAPP_H
2 #define CLIENTAPP_H
4 #include "TestAppBase.h"
5 #include "ace/SString.h"
8 class ClientApp : public TestAppBase
10 public:
12 ClientApp();
13 virtual ~ClientApp();
15 protected:
17 virtual int run_i(int argc, ACE_TCHAR* argv[]);
20 private:
22 int parse_args(int argc, ACE_TCHAR* argv[]);
24 ACE_TString ior_;
27 #endif