~zorba-coders/zorba/bug-1180220-data-formatting

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/xsl-fo.xq.src/JavaVMSingelton.cpp

  • Committer: Cezar Andrei
  • Date: 2012-03-09 19:24:52 UTC
  • Revision ID: cezar.lp@cezarandrei.com-20120309192452-tnm5i41eib6nqaro
Remove debugging print, call destroyVM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
JavaVMSingelton::JavaVMSingelton(const char* classPath)
35
35
{
36
 
  std::cout << "JavaVMSingelton::JavaVMSingelton classPath: " << classPath << "\n"; std::cout.flush();
 
36
  //std::cout << "JavaVMSingelton::JavaVMSingelton classPath: " << classPath << "\n"; std::cout.flush();
37
37
 
38
38
  memset(&args, 0, sizeof(args));
39
39
  jint r;
73
73
    delete instance;
74
74
    instance = NULL;
75
75
  }
76
 
  //m_vm->DestroyJavaVM();
 
76
  m_vm->DestroyJavaVM();
77
77
  if (awtOption)
78
78
    delete[] awtOption;
79
79
  if (classPathOption)