Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

MacHandlerResume Class Reference

#include <mac.h>

Inheritance diagram for MacHandlerResume:

Inheritance graph
[legend]
Collaboration diagram for MacHandlerResume:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MacHandlerResume (Mac *m)
void handle (Event *)

Protected Attributes

Macmac_

Constructor & Destructor Documentation

MacHandlerResume::MacHandlerResume Mac m  )  [inline]
 

Definition at line 152 of file mac.h.

References mac_.

00152 : mac_(m) {}


Member Function Documentation

void MacHandlerResume::handle Event  )  [virtual]
 

Implements Handler.

Definition at line 71 of file mac.cc.

References mac_, and Mac::resume().

00072 {
00073         mac_->resume();
00074 }

Here is the call graph for this function:


Member Data Documentation

Mac* MacHandlerResume::mac_ [protected]
 

Definition at line 155 of file mac.h.

Referenced by handle(), and MacHandlerResume().


The documentation for this class was generated from the following files:
Generated on Tue Apr 20 12:58:24 2004 for NS2.26SourcesOriginal by doxygen 1.3.3