9#ifndef ASG_TOOLS__I_UNIT_TEST_SERVICE1_H
10#define ASG_TOOLS__I_UNIT_TEST_SERVICE1_H
Base class for the dual-use service interface classes.
the interface for UnitTestService1
virtual std::string getPropertyString() const =0
get the integer property
virtual bool isInitialized() const =0
get whether we have been initialized
virtual void setPropertyInt(int val_property)=0
get the integer property
virtual int getPropertyInt() const =0
get the integer property
DeclareInterfaceID(asg::IUnitTestService1, 1, 0)
declare the interface that this class provides