tao_imr.cpp

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 // tao_imr.cpp,v 1.7 2005/04/12 22:18:48 michel_j Exp
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 Thu Nov 9 13:36:20 2006 for TAO_Implementation_Repository by doxygen 1.3.6