aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROSE/rose.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ROSE/rose.go b/ROSE/rose.go
index 78ee585..1296e62 100644
--- a/ROSE/rose.go
+++ b/ROSE/rose.go
@@ -1,11 +1,15 @@
package rose
+// 2.4.6.0
+
+// Context-specific Constructed 1
type Invoke struct {
InvokeId int
Opcode int
Argument interface{}
}
+// Context-specific Constructed 2
type ReturnResult struct {
InvokeId int
Result struct {