summaryrefslogtreecommitdiff
path: root/ACE/examples/ASX/CCM_App/SC_Client.cpp
blob: f38955830ad3116f2d54024869527850edf8be95 (plain)
1
2
3
4
5
6
7
8
9
10
#include "ace/ACE.h"


// Pretty simple, eh? ;-)

int
ACE_TMAIN (int, ACE_TCHAR *[])
{
  return 0;
}