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

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

Definition at line 54 of file mainVideoJobManager.cpp.

References Impala::Application::mainVideoJobManager().

00055 {
00056 
00057 #ifdef NO_DIALOGONCRASH
00058 #ifdef WIN32
00059     DWORD oldMode = ::SetErrorMode(SEM_NOGPFAULTERRORBOX);
00060     ::SetErrorMode(oldMode | SEM_NOGPFAULTERRORBOX);
00061 #endif
00062 #endif
00063 
00064     return Impala::Application::mainVideoJobManager(argc, argv);
00065 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:36:33 2010 for ImpalaSrc by  doxygen 1.5.1