Public Member Functions | |
| print_list_active (ostream &os) | |
| void | operator() (const GroupInfo &gd) |
Private Attributes | |
| ostream & | os |
|
|
Definition at line 1313 of file NewsCache.cc.
01313 :os(os) { 01314 } void operator() (const GroupInfo & gd) { |
|
|
Definition at line 1314 of file NewsCache.cc.
01314 {
01315 os << gd << "\r\n";
01316 if (!os.good())
01317 throw SystemError("cannot write to clientstream",
01318 errno, ERROR_LOCATION);
01319 }
|
|
|
Definition at line 1311 of file NewsCache.cc. |
1.3.6-20040222