Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Examples.h

Go to the documentation of this file.
00001 #pragma once
00002 
00036 #include "stdafx.h"
00037 
00042 class CFilterNop : public AxPipe::CFilter {
00043 protected:
00044     void InFilter();                        
00045 };
00046 
00054 class CJoinInterleave : public AxPipe::CJoin {
00055 public:
00057     AxPipe::CSeg *In();
00058 };

Generated on Mon Feb 2 13:19:19 2004 for AxPipe by doxygen 1.3.5