Declaration of the real service, accessed through the GetRealService() function, as used in the Proxy Pattern. More...
#include "Proxy_IWorkByProxy.h"
Go to the source code of this file.
Macros | |
#define | __PROXY_REALSERVICE_H__ |
Functions | |
IWorkByProxy * | GetRealService (void) |
Return a pointer to the real service expressed as an IWorkByProxy service. | |
Declaration of the real service, accessed through the GetRealService() function, as used in the Proxy Pattern.
Definition in file Proxy_RealService.h.
#define __PROXY_REALSERVICE_H__ |
Definition at line 8 of file Proxy_RealService.h.
IWorkByProxy * GetRealService | ( | void | ) |
Return a pointer to the real service expressed as an IWorkByProxy service.
Definition at line 53 of file Proxy_RealService.c.
References _real_service.
Referenced by Proxy_GetRealService().