#include <CacheState.H>
Collaboration diagram for CacheId:

Public Member Functions | |
| void | Print (std::ostream &os, int indent=0) const throw () |
| void | Send (SRPC &srpc) const throw (SRPC::failure) |
| void | Recv (SRPC &srpc) throw (SRPC::failure) |
Public Attributes | |
| Text | host |
| Text | port |
| Text | stableDir |
| Text | cacheVersion |
| int | intfVersion |
| time_t | startTime |
Definition at line 32 of file CacheState.H.
| void CacheId::Print | ( | std::ostream & | os, | |
| int | indent = 0 | |||
| ) | const throw () |
| void CacheId::Send | ( | SRPC & | srpc | ) | const throw (SRPC::failure) |
Definition at line 56 of file CacheState.C.
| void CacheId::Recv | ( | SRPC & | srpc | ) | throw (SRPC::failure) |
Definition at line 66 of file CacheState.C.
Definition at line 34 of file CacheState.H.
Definition at line 35 of file CacheState.H.
Definition at line 36 of file CacheState.H.
Definition at line 37 of file CacheState.H.
Definition at line 38 of file CacheState.H.
| time_t CacheId::startTime |
Definition at line 39 of file CacheState.H.
1.5.1