Follow this link to skip to the main content

CDR_Reset_Functor Class Reference

#include <test_fdm.h>

List of all members.

Public Member Functions

virtual bool operator() (FDM_Stream &out, FDM_Stream &in)


Detailed Description

Definition at line 72 of file test_fdm.h.


Member Function Documentation

virtual bool CDR_Reset_Functor::operator() ( FDM_Stream &  out,
FDM_Stream &  in 
) [inline, virtual]

Definition at line 74 of file test_fdm.h.

References FDM_CDR::clear().

00074                                                           {
00075     FDM_CDR &cdr_out = dynamic_cast<FDM_CDR &>(out);
00076     FDM_CDR &cdr_in = dynamic_cast<FDM_CDR &>(in);
00077     std::auto_ptr<ACE_Message_Block> msg;
00078 
00079     cdr_out.clear();
00080     return(true);
00081   }

Here is the call graph for this function:


The documentation for this class was generated from the following file: