~brandontschaefer/nux/xim-tests

« back to all changes in this revision

Viewing changes to Nux/SystemThread.h

  • Committer: Brandon Schaefer
  • Date: 2012-10-19 00:23:27 UTC
  • mfrom: (637.2.55 trunk)
  • Revision ID: brandon.schaefer@canonical.com-20121019002327-60e88jn3k8chi7gt
* Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    // Declare operator adress-of as private
83
83
    SystemThread *operator &();
84
84
 
85
 
    NString m_ThreadName;
 
85
    std::string m_ThreadName;
86
86
 
87
87
    friend SystemThread *CreateSystemThread(AbstractThread *Parent, ThreadUserInitFunc UserInitFunc, void *InitData);
88
88