Home | History | Annotate | Download | only in actions

Lines Matching refs:Action_ger

15 #ifndef ACTION_GER
16 #define ACTION_GER
27 class Action_ger {
32 BTL_DONT_INLINE Action_ger( int size ):_size(size)
34 MESSAGE("Action_ger Ctor");
53 Action_ger( const Action_ger & )
55 INFOS("illegal call to Action_ger Copy Ctor");
60 BTL_DONT_INLINE ~Action_ger( void ){
61 MESSAGE("Action_ger Dtor");