Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.22 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. void CObjectTransferer::OpenSession(int fileNumber)
  2. {
  3.         try{
  4.                 m_uuid = m_serviceConsumer.openSession(fileNumber);
  5.                 m_total_lines = 0; //Remove that
  6.         }catch(std::exception &e) {
  7.                 TRACE("%s", e.what());
  8.                 ASSERT(1==0);
  9.         }
  10. }