Book a Demo

Author Topic: How to create CORBA IDL with "context" keyword?  (Read 2867 times)

igz

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to create CORBA IDL with "context" keyword?
« on: March 27, 2009, 02:15:50 am »
I have installed MDG CORBA v1.0.3 on EA v7.1.834 and now I can use some CORBA Interfaces in UML diagram. But it's not clear for me how to create  CORBA UML diagram with "context" keyword. I just want to get .idl file with something like that:

Code: [Select]
long read_value() context("USER", "GROUP");
thanks
IZ