summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Fragment.h
blob: 836307e71a89934c8bcce6be159ce0d9aefed17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// file      : ace/RMCast/Fragment.h
// author    : Boris Kolpackov <boris@kolpackov.net>
// cvs-id    : $Id$

#ifndef ACE_RMCAST_FRAGMENT_H
#define ACE_RMCAST_FRAGMENT_H

#include "Stack.h"
#include "Protocol.h"
#include "Bits.h"

namespace ACE_RMCast
{
  class Fragment : public Element
  {
  public:
    Fragment ();

  public:
    virtual void
    send (Message_ptr m);
  };
}

#endif  // ACE_RMCAST_FRAGMENT_H