~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-16 20:15:04 UTC
  • Revision ID: cezar.lp@cezarandrei.com-20120316201504-kijdcbo43r4gpwgc
Impl renaming getProperties to getPropertiesGlobal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
  String cp;
152
152
 
153
153
  // get classpath from global Properties
154
 
  PropertiesGlobal * properties = Zorba::getInstance(NULL)->getProperties();
 
154
  PropertiesGlobal * properties = Zorba::getInstance(NULL)->getPropertiesGlobal();
155
155
  std::string globalClassPath;
156
156
  properties->getJVMClassPath(globalClassPath);
157
157
  cp += globalClassPath;