Ignore:
Timestamp:
07/17/12 15:37:04 (10 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.1, 0.4.2
Children:
d6194a0
Parents:
53be5c8
Message:
  • Performance enhancements to build time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAServer/NSCAServer.h

    ra48fd4c rc327ce5  
    5050  } 
    5151  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."); 
    5353  } 
    54  
    55   static std::wstring getCryptos(); 
    5654 
    5755  boost::shared_ptr<nsca::server::server> server_; 
Note: See TracChangeset for help on using the changeset viewer.