Server::AddMovie

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

AddMovie adds a movie to the list of movies to be profiled and is called from GFx::MovieImpl constructor.

Parameters
Parameters 
Description 
MovieImpl* movie 
Movie that is to be profiled.