summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Nil.h
blob: 350b038ad07c34b885fbaff01145485214862b77 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/* -*- C++ -*- */

// $Id$

// ============================================================================
//
// = LIBRARY
//   ORBSVCS AVStreams
//
// = FILENAME
//   Nil.h
//
// = AUTHOR
//    Nagarajan Surendran <naga@cs.wustl.edu>
//
//
// ============================================================================

#ifndef TAO_AV_NIL_H
#define TAO_AV_NIL_H

#include "Policy.h"

// class TAO_ORBSVCS_Export TAO_AV_UDP_MCast_Object  : public TAO_AV_Protocol_Object
// {
// public:
//   TAO_AV_UDP_MCast_Object (TAO_AV_Callback *callback,
//                            TAO_AV_Transport *transport = 0);

//   virtual ~TAO_AV_UDP_MCast_Object (void);
//   // Dtor

//   virtual int send_frame (ACE_Message_Block *frame,
//                           TAO_AV_frame_info *frame_info = 0);
//   // send a data frame.

//   virtual int send_frame (const iovec *iov,
//                           int iovcnt,
//                           TAO_AV_frame_info *frame_info = 0);

//   virtual int end_stream (void);
//   // end the stream.
// };

#endif /* TAO_AV_NIL_H */