Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Persistence_Test / test.cpp
bloba3ee919438d38146246f39ccd63f7ecc5c8153fe
1 // -*- C++ -*-
2 #include "Ptest.h"
4 int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
6 Ptest ptest;
8 if (ptest.init (argc, argv) == -1)
9 return 1;
11 if (ptest.run () == -1)
12 return 1;
14 if (ptest.shutdown () == -1)
15 return 1;
17 return 0;