COMPASSi/trunk/code/projects/Application/CertiUIFunction.cpp

24 lines
442 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma execution_character_set("utf-8")
#include "CertiUIFunction.h"
#include "MessageHandle.h"
#define BIND(func) std::bind(&CertiUIFunction::func, this, std::placeholders::_1)
CertiUIFunction::CertiUIFunction()
{
ccsMessageHandle* message_handle = ccsMessageHandle::instance();
//message_handle->register_callback(, )
}
CertiUIFunction::~CertiUIFunction()
{
}
//CertiUIFunction做前后端交互业务放在CertiModel