Declaration of the proxy service, accessed through the GetProxyService() function, as used in the Proxy Pattern. More...
#include "Proxy_IWorkByProxy.h"
Go to the source code of this file.
Macros | |
#define | __PROXY_PROXYSERVICE_H__ |
Functions | |
IWorkByProxy * | GetProxyService (void) |
Obtain the proxy service. | |
Declaration of the proxy service, accessed through the GetProxyService() function, as used in the Proxy Pattern.
Definition in file Proxy_ProxyService.h.
#define __PROXY_PROXYSERVICE_H__ |
Definition at line 8 of file Proxy_ProxyService.h.
IWorkByProxy * GetProxyService | ( | void | ) |
Obtain the proxy service.
Note that the real service will not be obtained until the first call into the proxy service.
Definition at line 75 of file Proxy_ProxyService.c.
References proxy_service.
Referenced by Proxy_Exercise().