Changeset 77
- Timestamp:
- 01/12/06 19:30:03 (3 years ago)
- Location:
- trunk/src/control
- Files:
-
- 2 modified
-
torcontrol.cpp (modified) (1 diff)
-
torcontrol.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/control/torcontrol.cpp
r76 r77 67 67 /** Stop the Tor process. */ 68 68 void 69 TorControl::stop( )70 { 71 _torProcess.stop( );69 TorControl::stop(QString *errmsg) 70 { 71 _torProcess.stop(errmsg); 72 72 } 73 73 -
trunk/src/control/torcontrol.h
r76 r77 46 46 47 47 /** Stop the Tor process */ 48 void stop( );48 void stop(QString *errmsg = 0); 49 49 50 50 /** Detect if the Tor process is running */
