1
This commit is contained in:
parent
1e72fdd1bf
commit
068d0d2b86
@ -10,3 +10,8 @@ AndroidAgent::AndroidAgent():BaseAgent()
|
||||
AndroidAgent::~AndroidAgent()
|
||||
{
|
||||
}
|
||||
|
||||
const std::string AndroidAgent::GetAccountId()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -12,6 +12,8 @@ public:
|
||||
|
||||
BEHAVIAC_DECLARE_AGENTTYPE(AndroidAgent, BaseAgent)
|
||||
|
||||
const std::string GetAccountId();
|
||||
|
||||
private:
|
||||
Android* owner_ = nullptr;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user