Declaration of the IWorkByProxy structure, which represents both the real service and the proxy service, as used in the Proxy Pattern. More...
#include "helpers/dynamicstring.h"
Go to the source code of this file.
Classes | |
struct | IWorkByProxy |
Represents what can be done on the proxy object. This same interface is implemented on the real object as well to ensure both have the same methods. The program accesses the proxy object only through this interface. More... | |
Macros | |
#define | __PROXY_IWORKBYPROXY_H__ |
Declaration of the IWorkByProxy structure, which represents both the real service and the proxy service, as used in the Proxy Pattern.
Definition in file Proxy_IWorkByProxy.h.
#define __PROXY_IWORKBYPROXY_H__ |
Definition at line 9 of file Proxy_IWorkByProxy.h.