Skip to content
Snippets Groups Projects
Commit 355e2a30 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

Moved the methods deemed generic enough from castor::tape::net to castor::io.

parent ba929f74
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,9 @@
#define SEINVALIDNBARGS SEBASEOFF+48 /* Invalid number of arguments */
#define SEALREADYINIT SEBASEOFF+49 /* Already initialized */
#define SECMDLNNOTPRSD SEBASEOFF+50 /* Command line not parsed */
#define SEACCPTCONNINTR SEBASEOFF+51 /* castor::io::acceptConnection() was interrupted */
#define SEMAXERR SEBASEOFF+50 /* Maximum error number */
#define SEMAXERR SEBASEOFF+51 /* Maximum error number */
#define SERRNO (serrno - SEBASEOFF) /* User convenience */
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment