Public Member Functions | |
| print_list_active_times (ostream &os) | |
| void | operator() (const GroupInfo &gd) |
Private Attributes | |
| ostream & | os |
|
|
Definition at line 1325 of file NewsCache.cc.
01325 :os(os) { 01326 } void operator() (const GroupInfo & gd) { |
|
|
Definition at line 1326 of file NewsCache.cc.
01326 {
01327 os << gd.name() << " " << gd.ctime() << " news\r\n";
01328 if (!os.good())
01329 throw SystemError("cannot write to clientstream",
01330 errno, ERROR_LOCATION);
01331 }
|
|
|
Definition at line 1323 of file NewsCache.cc. |
1.3.6-20040222