Changeset c327ce5 in nscp for modules/NSCAServer/NSCAServer.h
- Timestamp:
- 07/17/12 15:37:04 (10 months ago)
- Branches:
- master, 0.4.1, 0.4.2
- Children:
- d6194a0
- Parents:
- 53be5c8
- File:
-
- 1 edited
-
modules/NSCAServer/NSCAServer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NSCAServer/NSCAServer.h
ra48fd4c rc327ce5 50 50 } 51 51 static std::wstring getModuleDescription() { 52 return _T("A simple server that listens for incoming NSCA connection and handles them. \nAvalible crypto are: ") + getCryptos();52 return _T("A simple server that listens for incoming NSCA connection and handles them."); 53 53 } 54 55 static std::wstring getCryptos();56 54 57 55 boost::shared_ptr<nsca::server::server> server_;
Note: See TracChangeset
for help on using the changeset viewer.








