#include "lrsapp.h"
#include "debug.h"

int main (int argc, char *argv[])
{ 

  LrsApp theApp;

  debug = 1; //Turn on debugging
  
  //Verify can start the application
  theApp.run(argc, argv); //at this point the application is controlled by GenoApp::runApp();	
  
  //Exit gracefully
  theApp.exit();

  exit(0);
}
//taod.lib,tao_portableserver.lib,tao_cosnamingd.lib,tao_iortabled.lib 
