Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2702_Regression / CloseConnection.mpc
blobb85af0f2652a79136234bc199a59734823db2d55
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -GA
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
11 project(*Client): taoclient {
12   after += *idl
13   Source_Files {
14     TestC.cpp
15     client.cpp
16   }
17   IDL_Files {
18   }