Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
421 B

  1. #if !defined(MOTION__Transition_inl__INCLUDED)
  2. #define MOTION__Transition_inl__INCLUDED
  3. //------------------------------------------------------------------------------
  4. inline Transition * CastTransition(BaseObject * pbase)
  5. {
  6. if ((pbase != NULL) && (pbase->GetHandleType() == htTransition)) {
  7. return (Transition *) pbase;
  8. }
  9. return NULL;
  10. }
  11. #endif // MOTION__Transition_inl__INCLUDED