Book a Demo

Author Topic: typedef stereotype generates .cpp file also  (Read 3561 times)

Bokkie

  • EA User
  • **
  • Posts: 80
  • Karma: +0/-0
  • Lima Bravo!
    • View Profile
typedef stereotype generates .cpp file also
« on: September 05, 2006, 08:37:51 am »
My C++ code generation template gives my a but of a headache: my <<typedef>> stereotyped class results into a .h file with the declaration but also a .cpp file. I've noticed that an enumeration stereotyped class only results in a .h file. Where/how is determined in the template when a cpp file is required? thanks mates!

(Using ea 791)
Lima Bravo!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: typedef stereotype generates .cpp file also
« Reply #1 on: September 05, 2006, 03:03:34 pm »
Currently it can't be configured, but we'll fix the problem in a coming build.

Bokkie

  • EA User
  • **
  • Posts: 80
  • Karma: +0/-0
  • Lima Bravo!
    • View Profile
Re: typedef stereotype generates .cpp file also
« Reply #2 on: September 05, 2006, 11:56:32 pm »
Ok, so the behaviour for enumeration and interface types (no cpp file) is hardcoded in EA?
Lima Bravo!