Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / OBV / Simple / client.cpp
blob78142594b76b74e162864b085bbdaa553ad28383
1 # include "Client_i.h"
3 // The client program for the application.
5 int
6 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
8 Checkpoint_Client_i client;
10 ACE_DEBUG ((LM_DEBUG,
11 "\nEvent_Types client\n\n"));
13 if (client.run ("Event_Types_Checkpoint",
14 argc,
15 argv) == -1)
16 return -1;
17 else
18 return 0;