Book a Demo

Author Topic: Stereotype <<interface>> and pure virtual  (Read 3384 times)

cliint3112

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Stereotype <<interface>> and pure virtual
« on: November 16, 2012, 07:08:16 pm »
Hello,

it would be nice if the stereotype interface in c++ classes would automatically set all methods to pure virtual. It is a PitA to select every method, switch to advanced tab and select pure.

Greetings,
clint3112

cliint3112

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Stereotype <<interface>> and pure virtual
« Reply #1 on: November 16, 2012, 07:45:58 pm »
error of mine!
Used a class with stereotype interface, not the interface