Skip to content
Snippets Groups Projects
Commit 0906549c authored by Hendrik Buschmeier's avatar Hendrik Buschmeier
Browse files

ipaaca-java: Moved rsb initialisation to Buffer construnctor.

parent 7892eed0
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ import java.util.List;
import java.util.Set;
import java.util.UUID;
import ipaaca.Initializer;
/**
* Base class for InputBuffer and OutputBuffer.
*/
......@@ -85,6 +87,7 @@ public abstract class Buffer
*/
public Buffer(String owningComponentName)
{
Initializer.initializeIpaacaRsb();
this.owningComponentName = owningComponentName;
uniqueName = "undef-" + uuid;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment