summaryrefslogtreecommitdiff
path: root/examples/ASX/CCM_App/SC_Client.cpp
blob: 41453b3eb5dc6cf466ec25206faae3e2be096696 (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 
main (int, char *[])
{
  return 0;
}