tao_imr.cpp

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 // $Id: tao_imr.cpp 65388 2005-04-12 22:18:49Z michel_j $
00003 
00004 #include "tao_imr_i.h"
00005 
00006 int
00007 ACE_TMAIN (int argc, ACE_TCHAR *argv[])
00008 {
00009   TAO_IMR_i tao_imr_i;
00010 
00011   if (tao_imr_i.init (argc, argv) != 0)
00012     return 1;
00013 
00014   return tao_imr_i.run ();
00015 }

Generated on Sun Jan 27 15:54:51 2008 for TAO_Implementation_Repository by doxygen 1.3.6