Changed 'virtual' function override declarations to 'override'.
[platform/core/uifw/dali-adaptor.git] / dali / internal / network / common / network-performance-server.h
index b5be9ed..301d395 100644 (file)
@@ -107,7 +107,7 @@ protected:  // ClientSendDataInterface
   /**
    * @copydoc ClientSendDataInterface::ClientSendDataInterface()
    */
-  virtual void SendData( const char* const data, unsigned int bufferSizeInBytes, unsigned int clientId );
+  void SendData( const char* const data, unsigned int bufferSizeInBytes, unsigned int clientId ) override;
 
 private:
 
@@ -160,8 +160,6 @@ private:
   NetworkPerformanceServer( const NetworkPerformanceServer& );            ///< undefined copy constructor
   NetworkPerformanceServer& operator=( const NetworkPerformanceServer& ); ///< undefined assignment operator
 
-
-  TriggerEventFactoryInterface& mTriggerEventFactory;     ///< used to create trigger events
   SocketFactoryInterface& mSocketFactory;                 ///< used to create sockets
   const EnvironmentOptions& mLogOptions;                  ///< log options
   Dali::Vector< NetworkPerformanceClient* > mClients;     ///< list of connected clients