proxy_pattern::Subject

class Subject

The Subject interface defines the common operations for the Proxy and RealSubject.

Subclassed by proxy_pattern::Proxy, proxy_pattern::RealSubject

Public Functions

virtual void request(const std::string &resource) const = 0

Handles the request in a format expected by the client.