Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / clients / Caching / caching.mpc
blob270c5fe7e03acea6513a0db364e8c7ea5658a7ce
1 // -*- MPC -*-
2 project(http_client) : aceexe {
3   avoids   += ace_for_tao
4   requires += ace_filecache
6   exename = http_client
7   Source_Files {
8     http_handler.cpp
9     http_client.cpp
10   }