Server::RemoveMovie

Server::RemoveMovie
virtual void RemoveMovie(MovieImpl* movie);
Description

RemoveMovie removes a movie from the list of movies to be profiled and is called from GFx::MovieImpl destructor.

Parameters
Parameters 
Description 
MovieImpl* movie 
Movie to be removed from profiling.