summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/InterfaceRepo/Persistence_Test/test.cpp
blob: e55bfc1f40e5494ae7a96019b92b5809fe30b9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- C++ -*-
// $Id$

#include "Ptest.h"

int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
  Ptest ptest;

  int retval = ptest.init (argc, argv);

  if (retval == -1)
    return 1;

  retval = ptest.run ();

  return retval;
}