diff --git a/headers/private/media/experimental/MediaClient.h b/headers/private/media/experimental/MediaClient.h index 7a2cd66c49..f32266147a 100755 --- a/headers/private/media/experimental/MediaClient.h +++ b/headers/private/media/experimental/MediaClient.h @@ -105,6 +105,8 @@ public: const media_connection& output) const; bool IsRunning() const; + // Called when the node is correctly registered to the media services. + //virtual void ReadyToRun() const; // NOTE: The following functions aren't provided to be inherited, // always use the protected HandleSomething version. This is because