Browse Source

Added call to testStub()

master
kevin 12 years ago
parent
commit
95978d21f7
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/kc/kcApp.cpp

+ 3
- 2
src/kc/kcApp.cpp View File

1825
 }
1825
 }
1826
 
1826
 
1827
 
1827
 
1828
-
1829
 void kcApp::_testStub()
1828
 void kcApp::_testStub()
1830
 {
1829
 {
1831
   /*
1830
   /*
1846
     printf("%i %i %i\n", cp->instId,cp->asSubIdx,cp->mstrFl );
1845
     printf("%i %i %i\n", cp->instId,cp->asSubIdx,cp->mstrFl );
1847
   */
1846
   */
1848
 
1847
 
1849
-  _printStatusCounts();
1848
+  //_printStatusCounts();
1850
 
1849
 
1851
   //cmProcTestNoInit(&_ctx);
1850
   //cmProcTestNoInit(&_ctx);
1852
   
1851
   
1852
+
1853
+  _tlCtl->testStub();
1853
 }
1854
 }
1854
 
1855
 
1855
 
1856
 

Loading…
Cancel
Save