11#include "helpers/formatstring.h"
24 if (someArgument != NULL)
26 const char* prompt =
"Real class received '%s'";
IWorkByProxy * GetRealService(void)
Return a pointer to the real service expressed as an IWorkByProxy service.
static bool _Real_DoWork(DynamicString *someArgument)
The real function that does all the work in the real service.
static IWorkByProxy _real_service
The real service that does all the work.
Declaration of the real service, accessed through the GetRealService() function, as used in the Proxy...
bool DynamicString_Set(DynamicString *string, const char *s)
Set the DynamicString object to the specified string, replacing whatever is in the DynamicString obje...
Represents a string that can be grown dynamically.
char * string
The string that can grow.
Represents what can be done on the proxy object. This same interface is implemented on the real objec...