-
-
Save MarSoft/df45c4343ebddb1f574c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DNOMINMAX -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I3rdParty/leptonica/include -I3rdParty/tesseract/include -I3rdParty/opencv/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o ocr_test.o ocr_test/ocr_test.cpp | |
In file included from ocr_test/OcrMatchProcessor.h:9:0, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/ImgParser.h:76:8: warning: extra tokens at end of #endif directive [-Wendif-labels] | |
#endif _H_IMG_PARSER | |
^ | |
In file included from ocr_test/core/threads/RpcThread.h:4:0, | |
from ocr_test/OcrMatchProcessor.h:5, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/core/threads/../memory/SmartPtr.h:147:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | |
host_t* const operator-> () | |
^ | |
In file included from ocr_test/OcrMatchProcessor.h:5:0, | |
from ocr_test/ocr_test.cpp:16: | |
ocr_test/core/threads/RpcThread.h:25:29: warning: unused parameter 'other' [-Wunused-parameter] | |
RpcThread(const RpcThread& other) {}; | |
^ | |
ocr_test/core/threads/RpcThread.h:26:41: warning: unused parameter 'other' [-Wunused-parameter] | |
RpcThread& operator= (const RpcThread& other) { return *this; }; | |
^ | |
In file included from ocr_test/core/threads/../memory/SingletonHolder.h:7:0, | |
from ocr_test/core/threads/RpcThreadFactory.h:6, | |
from ocr_test/ocr_test.cpp:22: | |
ocr_test/core/threads/../memory/../policies/LifetimePolicy.h: In constructor 'policy::internals::LongevityHelper::LongevityHelper(unsigned int, policy::internals::atexit_t)': | |
ocr_test/core/threads/../memory/../policies/LifetimePolicy.h:56:13: warning: 'policy::internals::LongevityHelper::_callback' will be initialized after [-Wreorder] | |
atexit_t _callback; | |
^ | |
ocr_test/core/threads/../memory/../policies/LifetimePolicy.h:55:17: warning: 'unsigned int policy::internals::LongevityHelper::_longevity' [-Wreorder] | |
unsigned int _longevity; | |
^ | |
ocr_test/core/threads/../memory/../policies/LifetimePolicy.h:54:4: warning: when initialized here [-Wreorder] | |
LongevityHelper(unsigned int longevity, atexit_t callback) : _callback(callback), _longevity(longevity) {}; | |
^ | |
In file included from ocr_test/ocr_test.cpp:22:0: | |
ocr_test/core/threads/RpcThreadFactory.h: In member function 'virtual void RpcThreadFactory::_destroy(void*)': | |
ocr_test/core/threads/RpcThreadFactory.h:26:10: warning: deleting object of abstract class type 'RpcThread' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor] | |
delete item2; | |
^ | |
ocr_test/core/threads/RpcThreadFactory.h: In member function 'virtual int RpcThreadFactory::_createIndex()': | |
ocr_test/core/threads/RpcThreadFactory.h:30:46: error: cast from 'Qt::HANDLE {aka void*}' to 'int' loses precision [-fpermissive] | |
return (int)QThread::currentThreadId(); | |
^ | |
In file included from ocr_test/core/threads/RpcFunctionCallback.h:11:0, | |
from ocr_test/ocr_test.cpp:23: | |
ocr_test/core/threads/RpcTypeInfo.h: At global scope: | |
ocr_test/core/threads/RpcTypeInfo.h:207:25: warning: unused parameter 'other' [-Wunused-parameter] | |
t& operator= (const t& other) | |
^ | |
ocr_test/core/threads/RpcTypeInfo.h:212:23: warning: unused parameter 'addr' [-Wunused-parameter] | |
void setFromAddr(int addr) | |
^ | |
In file included from ocr_test/ocr_test.cpp:23:0: | |
ocr_test/core/threads/RpcFunctionCallback.h:34:57: warning: unused parameter 'other' [-Wunused-parameter] | |
RpcFunctionCallbackBase(const RpcFunctionCallbackBase& other) {}; | |
^ | |
ocr_test/core/threads/RpcFunctionCallback.h:35:69: warning: unused parameter 'other' [-Wunused-parameter] | |
RpcFunctionCallbackBase& operator= (const RpcFunctionCallbackBase& other) { return *this; } | |
^ | |
In file included from ocr_test/core/threads/RpcFunctionCallback.h:53:0, | |
from ocr_test/ocr_test.cpp:23: | |
ocr_test/core/threads/RpcFunctionSignature.h:12:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:41:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:95:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:24:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:28:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::RpcFunctionCallbackArg10()': | |
ocr_test/core/threads/RpcFunctionSignature.h:35:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:56:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:86:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, _arg10); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Setup(RpcFunctionCallbackArg10<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:109:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:143:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:172:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:225:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:155:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:159:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::RpcFunctionCallbackArg9()': | |
ocr_test/core/threads/RpcFunctionSignature.h:166:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:186:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:216:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Setup(RpcFunctionCallbackArg9<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:238:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:272:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:299:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:351:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:283:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:287:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::RpcFunctionCallbackArg8()': | |
ocr_test/core/threads/RpcFunctionSignature.h:293:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:312:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:342:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Setup(RpcFunctionCallbackArg8<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:363:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:396:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:423:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:474:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:407:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:411:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::RpcFunctionCallbackArg7()': | |
ocr_test/core/threads/RpcFunctionSignature.h:417:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:435:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:465:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Setup(RpcFunctionCallbackArg7<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:485:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:517:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:544:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:594:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:528:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:532:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::RpcFunctionCallbackArg6()': | |
ocr_test/core/threads/RpcFunctionSignature.h:538:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:555:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:585:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Setup(RpcFunctionCallbackArg6<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:604:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:634:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:661:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:710:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:645:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:649:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::RpcFunctionCallbackArg5()': | |
ocr_test/core/threads/RpcFunctionSignature.h:655:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:671:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:701:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Setup(RpcFunctionCallbackArg5<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:719:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:748:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:775:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:823:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:759:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:763:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::RpcFunctionCallbackArg4()': | |
ocr_test/core/threads/RpcFunctionSignature.h:769:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:784:30: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:814:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Setup(RpcFunctionCallbackArg4<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:831:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:859:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:886:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:933:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:870:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:874:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::RpcFunctionCallbackArg3()': | |
ocr_test/core/threads/RpcFunctionSignature.h:880:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:894:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:924:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2, _arg3); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::Setup(RpcFunctionCallbackArg3<ClassType, RetType, Arg1Type, Arg2Type, Arg3Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:940:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:967:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:994:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1040:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:978:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:982:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::RpcFunctionCallbackArg2()': | |
ocr_test/core/threads/RpcFunctionSignature.h:988:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1001:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1031:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1, _arg2); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::Setup(RpcFunctionCallbackArg2<ClassType, RetType, Arg1Type, Arg2Type>::rpcInstanceType, int, Arg1Type, Arg2Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:1046:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:1072:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(Arg1Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1099:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1144:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1083:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1087:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::RpcFunctionCallbackArg1()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1093:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1105:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1135:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(_arg1); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::Setup(RpcFunctionCallbackArg1<ClassType, RetType, Arg1Type>::rpcInstanceType, int, Arg1Type)': | |
ocr_test/core/threads/RpcFunctionSignature.h:1149:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignature.h:1173:30: error: expected ')' before 'ClassType' | |
typedef RetType(RPC_CALL ClassType::* rpcFuncType)(void); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1200:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1244:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback) | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void* RpcFunctionCallbackArg0<ClassType, RetType>::Function()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1184:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h:1188:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In constructor 'RpcFunctionCallbackArg0<ClassType, RetType>::RpcFunctionCallbackArg0()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1194:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'bool RpcFunctionCallbackArg0<ClassType, RetType>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1205:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'void RpcFunctionCallbackArg0<ClassType, RetType>::Run()': | |
ocr_test/core/threads/RpcFunctionSignature.h:1235:26: error: '_callback' was not declared in this scope | |
_ret = ((*_instance).*(_callback))(); | |
^ | |
ocr_test/core/threads/RpcFunctionSignature.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg0<ClassType, RetType>::Setup(RpcFunctionCallbackArg0<ClassType, RetType>::rpcInstanceType, int)': | |
ocr_test/core/threads/RpcFunctionSignature.h:1247:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
In file included from ocr_test/core/threads/RpcFunctionCallback.h:54:0, | |
from ocr_test/ocr_test.cpp:23: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:15:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:42:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:96:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:26:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:30:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::RpcFunctionCallbackArg10()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:36:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:57:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:87:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9, _arg10); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::Setup(RpcFunctionCallbackArg10<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type, Arg10Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:110:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:147:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:174:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:227:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:158:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:162:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::RpcFunctionCallbackArg9()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:168:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:188:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:218:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8, _arg9); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::Setup(RpcFunctionCallbackArg9<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type, Arg9Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:240:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:277:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:304:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:356:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:288:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:292:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::RpcFunctionCallbackArg8()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:298:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:317:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:347:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7, _arg8); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::Setup(RpcFunctionCallbackArg8<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type, Arg8Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:368:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:404:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:431:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:482:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:415:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:419:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::RpcFunctionCallbackArg7()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:425:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:443:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:473:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6, _arg7); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::Setup(RpcFunctionCallbackArg7<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type, Arg7Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:493:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:528:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:555:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:605:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:539:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:543:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::RpcFunctionCallbackArg6()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:549:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:566:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:596:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5, _arg6); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::Setup(RpcFunctionCallbackArg6<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type, Arg6Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:615:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:647:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:674:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:723:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:658:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:662:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::RpcFunctionCallbackArg5()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:668:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:684:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:714:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4, _arg5); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::Setup(RpcFunctionCallbackArg5<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type, Arg5Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:732:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:763:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type, Arg4Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:790:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:838:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:774:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:778:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::RpcFunctionCallbackArg4()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:784:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:799:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:829:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3, _arg4); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::Setup(RpcFunctionCallbackArg4<ClassType, void, Arg1Type, Arg2Type, Arg3Type, Arg4Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type, Arg4Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:846:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:876:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type, Arg3Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:903:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:950:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:887:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:891:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::RpcFunctionCallbackArg3()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:897:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:911:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:941:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2, _arg3); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::Setup(RpcFunctionCallbackArg3<ClassType, void, Arg1Type, Arg2Type, Arg3Type>::rpcInstanceType, int, Arg1Type, Arg2Type, Arg3Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:957:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:986:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type, Arg2Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1014:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1060:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:997:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1001:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::RpcFunctionCallbackArg2()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1008:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1021:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1051:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1, _arg2); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::Setup(RpcFunctionCallbackArg2<ClassType, void, Arg1Type, Arg2Type>::rpcInstanceType, int, Arg1Type, Arg2Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1066:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1094:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(Arg1Type); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1121:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1166:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback, | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1105:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1109:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::RpcFunctionCallbackArg1()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1115:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1127:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1157:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(_arg1); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::Setup(RpcFunctionCallbackArg1<ClassType, void, Arg1Type>::rpcInstanceType, int, Arg1Type)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1171:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: At global scope: | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1196:27: error: expected ')' before 'ClassType' | |
typedef void(RPC_CALL ClassType::* rpcFuncType)(void); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1223:2: error: 'rpcFuncType' does not name a type | |
rpcFuncType _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1267:59: error: 'rpcFuncType' has not been declared | |
RpcFunctionCallbackBase* Setup(rpcInstanceType instance, rpcFuncType callback) | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void* RpcFunctionCallbackArg0<ClassType, void>::Function()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1207:4: error: 'rpcFuncType' does not name a type | |
rpcFuncType c0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1211:10: error: '_callback' was not declared in this scope | |
c.c0 = _callback; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In constructor 'RpcFunctionCallbackArg0<ClassType, void>::RpcFunctionCallbackArg0()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1217:3: error: '_callback' was not declared in this scope | |
_callback = 0; | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'bool RpcFunctionCallbackArg0<ClassType, void>::isGood()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1228:29: error: '_callback' was not declared in this scope | |
return (_instance != 0 && _callback != 0); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'void RpcFunctionCallbackArg0<ClassType, void>::Run()': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1258:19: error: '_callback' was not declared in this scope | |
((*_instance).*(_callback))(); | |
^ | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h: In member function 'RpcFunctionCallbackBase* RpcFunctionCallbackArg0<ClassType, void>::Setup(RpcFunctionCallbackArg0<ClassType, void>::rpcInstanceType, int)': | |
ocr_test/core/threads/RpcFunctionSignatureVoid.h:1270:3: error: '_callback' was not declared in this scope | |
_callback = callback; | |
^ | |
ocr_test/ocr_test.cpp: At global scope: | |
ocr_test/ocr_test.cpp:44:19: warning: unused parameter 'argc' [-Wunused-parameter] | |
int test_main(int argc, char *argv[]) | |
^ | |
ocr_test/ocr_test.cpp:44:36: warning: unused parameter 'argv' [-Wunused-parameter] | |
int test_main(int argc, char *argv[]) | |
^ | |
ocr_test/ocr_test.cpp:217:34: warning: unused parameter 'streamUrl' [-Wunused-parameter] | |
void test_launcher(const string& streamUrl) | |
^ | |
ocr_test/ocr_test.cpp: In function 'void test_templateMatch(const string&, const string&)': | |
ocr_test/ocr_test.cpp:522:8: warning: unused variable 'x' [-Wunused-variable] | |
float x = 488 * scaleX + .5f; | |
^ | |
ocr_test/ocr_test.cpp:523:8: warning: unused variable 'y' [-Wunused-variable] | |
float y = 312 * scaleY + .5f; | |
^ | |
ocr_test/ocr_test.cpp:524:8: warning: unused variable 'w' [-Wunused-variable] | |
float w = 121 * scaleX + .5f; | |
^ | |
ocr_test/ocr_test.cpp:525:8: warning: unused variable 'h' [-Wunused-variable] | |
float h = 27 * scaleY + .5f; | |
^ | |
ocr_test/ocr_test.cpp:528:6: warning: unused variable 'numScales' [-Wunused-variable] | |
int numScales = 0; | |
^ | |
Makefile:726: recipe for target 'ocr_test.o' failed | |
make: *** [ocr_test.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment