aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/channel.h
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup:Fritz Elfert2001-02-011-2/+3
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Release of plptools-0.5Fritz Elfert2000-01-171-2/+9
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+24
|
* modified logging for finer control.Fritz Elfert1999-07-011-20/+26
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-291-0/+34