Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

int main ( int  argc,
char *  argv[] 
)

Definition at line 3368 of file mainRepository.cpp.

References Impala::Application::Repository::mainRepository().

03369 {
03370 
03371 #ifdef NO_DIALOGONCRASH
03372 #ifdef WIN32
03373     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
03374     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
03375 #endif
03376 #endif
03377 
03378     return Impala::Application::Repository::mainRepository(argc, argv);
03379 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:05:43 2011 for ImpalaSrc by  doxygen 1.5.1