mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
move CombineEvent out of compiler.cpp
This commit is contained in:
@ -57,6 +57,14 @@ class Value: public Compiler::Operand {
|
||||
void removeSite(Context* c, Site* s);
|
||||
|
||||
bool hasSite(Context* c);
|
||||
|
||||
bool uniqueSite(Context* c, Site* s);
|
||||
|
||||
|
||||
#ifndef NDEBUG
|
||||
bool hasBuddy(Context* c, Value* b);
|
||||
#endif // not NDEBUG
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user