Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

print_list_active_times Class Reference

List of all members.

Public Member Functions

 print_list_active_times (ostream &os)
void operator() (const GroupInfo &gd)

Private Attributes

ostream & os

Constructor & Destructor Documentation

print_list_active_times::print_list_active_times ostream &  os  )  [inline]
 

Definition at line 1325 of file NewsCache.cc.

01325                                              :os(os) {
01326         } void operator() (const GroupInfo & gd) {


Member Function Documentation

void print_list_active_times::operator() const GroupInfo gd  )  [inline]
 

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         }


Member Data Documentation

ostream& print_list_active_times::os [private]
 

Definition at line 1323 of file NewsCache.cc.


The documentation for this class was generated from the following file:
Generated on Fri Aug 20 10:58:12 2004 for NewsCache by doxygen 1.3.6-20040222