Changeset d76af81 in nscp for include


Ignore:
Timestamp:
03/18/08 20:25:53 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
5aebda1
Parents:
febff5f
Message:
  • Added some more error mesages to the NSCA module
    • Added support for srguments to LUA module. syntax: function debug (command, args) -- args is a table with all arguments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/Socket.h

    r2f01f93 rd76af81  
    156156 
    157157  public: 
     158    static std::wstring getLastError() { 
     159      return error::format::from_system(::WSAGetLastError()); 
     160    } 
    158161    Socket() : socket_(NULL) { 
    159162      FD_ZERO(&read_); 
Note: See TracChangeset for help on using the changeset viewer.