mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
initial sketch of singleton support
This commit is contained in:
@ -2886,13 +2886,13 @@ class MyProcessor: public Processor {
|
||||
return t;
|
||||
}
|
||||
|
||||
virtual void*
|
||||
virtual object
|
||||
methodStub(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
virtual void*
|
||||
virtual object
|
||||
nativeInvoker(vm::Thread*)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user