Salome HOME
Fix compilation pb.
[modules/kernel.git] / src / Communication / SALOME_Comm_i.hxx
index 4bcde2ef4258457ae6b6b4029fa73c601b653484..6664fc4c08bbadaef10c0fdd049ee073b96966f7 100644 (file)
@@ -36,8 +36,8 @@
   Generic servant class for senders that factorizes all the common methods and attributes necessary to senders.
   All servant classes for senders have to inheritate from it.
  */
-class COMMUNICATION_EXPORT SALOME_Sender_i : public virtual POA_SALOME::Sender,
-                       public PortableServer::RefCountServantBase {
+class COMMUNICATION_EXPORT SALOME_Sender_i : public virtual POA_SALOME::Sender
+{
 protected:
   /*! Pointer to the generic array to transmit*/
   const void *_tabToSend;