update method
void
update()
Update the proxy. Must be inherited by a child.
Implementation
void update(){
printError("Proxy","Inheritance error.");
}
Update the proxy. Must be inherited by a child.
void update(){
printError("Proxy","Inheritance error.");
}