Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
645 B

  1. // 1394Port.h: interface for the C1394Port class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_1394PORT_H__57C00EFD_2389_4D3D_A7D6_B67712ECD219__INCLUDED_)
  5. #define AFX_1394PORT_H__57C00EFD_2389_4D3D_A7D6_B67712ECD219__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "precomp.h"
  10. class C1394Port : public CBasePort
  11. {
  12. public:
  13. C1394Port( BOOL bActive, LPTSTR pszPortName, LPTSTR pszDevicePath );
  14. ~C1394Port();
  15. virtual PORTTYPE getPortType( void );
  16. };
  17. #endif // !defined(AFX_1394PORT_H__57C00EFD_2389_4D3D_A7D6_B67712ECD219__INCLUDED_)