Theron  6.00.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
#define THERON_ALIGN_ACTOR (   ActorType,
  alignment 
)

Deprecated.

In versions of Theron prior to Theron 4, it was not possible to create actors directly, and instead they could only be created via the Theron::Framework. This macro allowed users to specify the memory alignment requirements of their actor types, so that Theron could know to align them correctly. Since Theron 6 the ability to create actors via the Framework has been removed and they can only be created directly in user code. For that reason this macro is no longer needed and now has no effect. Responsibility for correct memory alignment of actor types that need specialized alignment now lies with the user.