예제 #1
0
void attrStubImpl::incAttribute() {
    int32_t a = getXAttribute() + 1;
    setXAttribute(a);
    std::cout <<  "New attribute value = " << a << "!" << std::endl;
}
const int32_t& E02AttributesStubImpl::getXAttribute(const std::shared_ptr<CommonAPI::ClientId> clientId) {
	return getXAttribute();
}