|
|
@ -11,13 +11,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
namespace AM_APP {
|
|
|
|
namespace AM_APP {
|
|
|
|
|
|
|
|
|
|
|
|
const Interface::FunctionInfo FunctionTable[] = {
|
|
|
|
// Empty arrays are illegal -- commented out until an entry is added.
|
|
|
|
};
|
|
|
|
//const Interface::FunctionInfo FunctionTable[] = { };
|
|
|
|
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Interface class
|
|
|
|
// Interface class
|
|
|
|
|
|
|
|
|
|
|
|
Interface::Interface() {
|
|
|
|
Interface::Interface() {
|
|
|
|
Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
|
|
|
//Register(FunctionTable, ARRAY_SIZE(FunctionTable));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace
|
|
|
|
} // namespace
|
|
|
|