From a001ffa234901651503b930d6089c91aaa721fd8 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Mon, 27 Dec 2021 22:52:09 -0800
Subject: [PATCH] consider Join and Leave methods

---
 .../src/OpenDis7Examples/SimulationManager.java    | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/examples/src/OpenDis7Examples/SimulationManager.java b/examples/src/OpenDis7Examples/SimulationManager.java
index 6a8b33dab5..512260494c 100644
--- a/examples/src/OpenDis7Examples/SimulationManager.java
+++ b/examples/src/OpenDis7Examples/SimulationManager.java
@@ -48,6 +48,20 @@ public class SimulationManager
     {
         // TODO
     }
+    /**
+     * An entity can Join the simulation according to specifications
+     */
+    public void Join()
+    {
+        // TODO
+    }
+    /**
+     * An entity can Leave the simulation according to specifications
+     */
+    public void Leave()
+    {
+        // TODO
+    }
     
     /**
      * Simple simulation record type
-- 
GitLab