summaryrefslogtreecommitdiff
path: root/examples/ASX/CCM_App/SC_Client.cpp
blob: fbd4439784a68a7db10b96a5379698aa87745f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#include "ace/ACE.h"

ACE_RCSID(CCM_App, SC_Client, "$Id$")

// Pretty simple, eh? ;-)

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