summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h b/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
index ad89b43c972..efd5a586475 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool/ServerApp.h
@@ -14,7 +14,7 @@ class ServerApp
ServerApp();
~ServerApp();
- int run(int argc, char* argv[] ACE_ENV_ARG_DECL);
+ int run(int argc, char* argv[]);
private: