Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / airplane_client.cpp
blob40efe4f252aa1121236dc7968d77270023d8ef71
1 #include "airplane_client_i.h"
3 #include "ace/Log_Msg.h"
5 // This function runs the test.
7 int
8 ACE_TMAIN(int argc, ACE_TCHAR *argv[])
10 Airplane_Client_i client;
12 ACE_DEBUG ((LM_DEBUG, "\n\tPaper Airplane Client\n\n"));
14 if (client.init (argc, argv) == -1)
15 return 1;
16 else
17 return client.run ();