ClassTwoPointOne.cpp
上传用户:glass0516
上传日期:2010-01-11
资源大小:104k
文件大小:1k
源码类别:
传真(Fax)编程
开发平台:
Visual C++
- /*****************************************************************************
- * RelayFax Open Source Project
- * Copyright 1996-2004 Alt-N Technologies, Ltd.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the RelayFax Open
- * Source License. A copy of this license is available in file LICENSE
- * in the top-level directory of the distribution.
- *
- * RelayFax is a registered trademark of Alt-N Technologies, Ltd.
- *
- * Individual files and/or contributed packages may be copyright by
- * other parties and subject to additional restrictions.
- *****************************************************************************/
- ////////////////////////////////////////////////////////////////////////////////
- //
- // The purpose of CClassTwoPointOne is contain the protocol specifics of EIA
- // fax modem class 2.1
- //
- ////////////////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "ClassTwoPointOne.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CClassTwoPointOne::CClassTwoPointOne()
- {
- m_sEIAClass = "2.1";
- }
- CClassTwoPointOne::~CClassTwoPointOne()
- {
- }